PDA

View Full Version : Console App Runner


78372
19-06-2017, 04:33
Console App Runner is a small handy app for running console apps.

What this program does?
We know when run a cli app normally it doesn't stay on the screen, it opens up for a second then closes. We need to run the app using cmd.exe or using a batch file by adding a pause command. But this is too boring if you have a lot of new cli apps and you need to check every of them and create a batch file in every directory. We can now use thia Console App Runner for this.
How to use?
Simply drag and drop the cli app to Run.exe, and see the magic.

Gupta
19-06-2017, 05:22
Lol jstType in CLI
"<your app command> && pause"

78372
19-06-2017, 05:50
I said that it cli can be used by adding pause, but it's a lot of work when you have a lot of exe to check and they are in different dirs. Instead, why not just drag and drop exe in a shortcut, that will take less time and will be much easier.

Gupta
19-06-2017, 06:30
why add suspicious exe in your path

make a text file, type this in it

@echo off
@%1
pause

rename it to run.bat
and now it will do the same

Joe Forster/STA
20-06-2017, 02:35
The application is suspicious, I deleted it. If you upload a program that you created, include its source; if it's someone else's program, link to its homepage instead.