rayrapetyan / runexit

A fork of "runexit" (http://www.shdon.com/software/tools) - a simple 16-bit Windows utility intended to run a single application and immediately closing down Windows after that application quits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The most recent version of RUNEXIT (available at https://www.shdon.com/blog/2013/05/25/update-to-runexit-tool) has a bug that hinders the launching of a target application in Windows 3.11. This occurs when the directory path passed into ShellExecute ends with a backslash ("\") instead of the correct format (e.g., "C:\ACE\" instead of "C:\ACE"), thus causing the application to not start properly. This fork contains a fix for that. You can obtain the updated executable by downloading it from: https://github.com/rayrapetyan/runexit/files/15227813/RUNEXIT.ZIP.

About

A fork of "runexit" (http://www.shdon.com/software/tools) - a simple 16-bit Windows utility intended to run a single application and immediately closing down Windows after that application quits.

License:The Unlicense


Languages

Language:Pascal 100.0%