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: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, 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!