OnExit: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Software
{{Software
|Picture=NA.PNG
|Picture=NA.png
|Version=
|Version=
|Vendor=
|Vendor=

Revision as of 03:39, 28 October 2019

OnExit
Version
Vendor
Author Rick Fishman
License Public Domain Binaries.
Download Original Version
Website

OnExit.exe lets you specify a program to run (.cmd or .exe file) when Shutdown is selected from Desktop Manager (OS/2 1.x) or the WPS (OS/2 2.0).

Usage:

start onexit PgmName arguments

where PgmName is an .exe or .cmd file name.

Run it from your startup.cmd (use the 'start' command so your startup.cmd can complete). Multiple copies can be run.

Example entry in startup.cmd:

START ONEXIT SHUTDOWN.CMD ARG1 ARG2