(10-01-2025, 05:46 PM)SMcNeill Wrote: Simple way to think of the differences in the two:Okay, so how does this react to the PowerShell settings fof Terminal:
SHELL "cmd /c qb65pe.exe"
SHELL "powershell -run qb64pe.exe"
Two different terminals launching the program, and with different interfaces for each. Similar, but distinct in the closing behavior. Console will run and close, Terminal will run and wait for execution to finish, then close.
$Console:Only
_Dest _Console
$ScreenHide
I use this in quite a few QB64pe programs, when it's helpful to be able to scroll way back.
And, how would you run .bat or .cmd scripts? When I tried, they did not work.

