10-01-2025, 05:46 PM
Simple way to think of the differences in the two:
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.
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.


