RunApp (DotNET based portable launcher)

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

RunApp (DotNET based portable launcher)

#1 Post by Midas »

RunApp (https://github.com/futurist/runapp) may well be a worthy addition for the portability aficionado toolkit; I haven't tested it extensively, but the potential is clearly visible.

The only snag is its dependency of the most recent DotNET framework (currently v4.7.2).
[RunApp:] Run windows application using config file, instead of shortcuts.
[...]
Usage: the executable 'runapp.exe' read all configs from file 'config.arg'...


RunApp passes parameters to an executable or script and obeys only 4 meta commands:

:style: -- execution window can be normal, hidden, minimized or maximized;
:dir: -- working folder, either absolute or relative path;
ːshell: -- use shellExec, either true or false;
:window: -- create windows, either true or false.

See the following article for further explanation:

www.addictivetips.com /windows-tips/run-invisible-batch-scripts-on-windows-10/

Download the latest RunApp release (currently v1.1.2, from 2019-11-29) from https://github.com/futurist/runapp/releases.

Post Reply