OnExit: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Software
|Picture=Onexit.png
|Version=(Jan 1992)
|Author=[[Rick Fishman]]
|License=Public Domain Binaries
|Download={{FileLink|OnExit}}
}}
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).


==Description==
Usage:
 
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
  start onexit PgmName arguments
where PgmName is an .exe or .cmd file name.
where PgmName is an .exe or .cmd file name.
Line 13: Line 17:
  START ONEXIT SHUTDOWN.CMD ARG1 ARG2
  START ONEXIT SHUTDOWN.CMD ARG1 ARG2


==Download==
[[Category:PM Utilities]]
* [http://hobbes.nmsu.edu/h-search.php?key=onexit.zip Original Version]
[[Category:Shutdown Utilities]]
 
[[Category:Freeware]]
==License==
* Public Domain Binaries.
 
==Author==
* [[Rick Fishman]]
 
==Links==
 
[[Category:Software]]

Latest revision as of 15:50, 17 December 2023

OnExit
Version (Jan 1992)
Vendor
Author Rick Fishman
License Public Domain Binaries
Download OnExit
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