FileForums

FileForums (https://fileforums.com/index.php)
-   Software (https://fileforums.com/forumdisplay.php?f=32)
-   -   Console App Runner (https://fileforums.com/showthread.php?t=99311)

78372 19-06-2017 04:33

Console App Runner
 
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
Code:

@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.


All times are GMT -7. The time now is 21:40.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com