I need to launch console portable (https://portableapps.com/apps/utilities/console_portable) with command already run in it (like cmd.exe /K command). Does this app have option like this?
New: KiCad (Mar 25, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
I need to launch console portable (https://portableapps.com/apps/utilities/console_portable) with command already run in it (like cmd.exe /K command). Does this app have option like this?
A quick look in the source code shows that -r may be the switch you are looking for.
Sometimes, the impossible can become possible, if you're awesome!
What executable?
ConsolePortable\App\console\console.exe -r echo hello
seems not working.I guess it's maybe no implemented then.
Sometimes, the impossible can become possible, if you're awesome!