Dec 312017
Update, shutdown OS/2 from the desktop, fast. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
MAKEFILE | 476 | 281 | deflated |
MAKEFILE.DEP | 335 | 227 | deflated |
SHUTDOWN.C | 1231 | 544 | deflated |
SHUTDOWN.DEF | 116 | 109 | deflated |
SHUTDOWN.DOC | 713 | 435 | deflated |
SHUTDOWN.EXE | 19522 | 9653 | deflated |
SHUTDOWN.H | 354 | 118 | deflated |
SHUTDOWN.OBJ | 631 | 489 | deflated |
Download File SHUTDWN5.ZIP Here
Contents of the SHUTDOWN.DOC file
This program issues a broadcast message to the Desktop frame windows
as WM_SYSCOMMAND, uscmd SC_CLOSE, to BMSG_FRAMEONLY. Each frame
window issues itself and its client WM_CLOSE. There is no confirmation
of shutdown from SHUTDOWN itself. However, running applications are
given the usual desktop shutdown messages and can save files, etc.
before the desktop WinShutdownSystem call is completed.
This is a bare-bones type of program. If you need confirmation
prior to launching this program, obtain it in the invoking REXX
or program object.
Author: Bruce E. Hgman.
Copyright: (C) 1993 Bruce E. Hgman. All Rights Reserved.
The program and source code are dedicated to the Public Domain.
as WM_SYSCOMMAND, uscmd SC_CLOSE, to BMSG_FRAMEONLY. Each frame
window issues itself and its client WM_CLOSE. There is no confirmation
of shutdown from SHUTDOWN itself. However, running applications are
given the usual desktop shutdown messages and can save files, etc.
before the desktop WinShutdownSystem call is completed.
This is a bare-bones type of program. If you need confirmation
prior to launching this program, obtain it in the invoking REXX
or program object.
Author: Bruce E. Hgman.
Copyright: (C) 1993 Bruce E. Hgman. All Rights Reserved.
The program and source code are dedicated to the Public Domain.
December 31, 2017
Add comments