You are here

Launch console portable from batch file with command (like cmd.exe /K)

4 posts / 0 new
Last post
t1m013y
t1m013y's picture
Offline
Last seen: 5 days 1 hour ago
Joined: 2024-01-26 07:49
Launch console portable from batch file with command (like cmd.exe /K)

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?

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 22 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
-r

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!

t1m013y
t1m013y's picture
Offline
Last seen: 5 days 1 hour ago
Joined: 2024-01-26 07:49
What executable?

What executable? ConsolePortable\App\console\console.exe -r echo hello seems not working.

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 22 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Guess Not

I guess it's maybe no implemented then.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments