home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / shutdwn5.zip / SHUTDOWN / SHUTDOWN.DOC < prev    next >
Text File  |  1993-04-24  |  713b  |  16 lines

  1. This program issues a broadcast message to the Desktop frame windows
  2. as WM_SYSCOMMAND, uscmd SC_CLOSE, to BMSG_FRAMEONLY.  Each frame
  3. window issues itself and its client WM_CLOSE.  There is no confirmation
  4. of shutdown from SHUTDOWN itself.  However, running applications are
  5. given the usual desktop shutdown messages and can save files, etc.
  6. before the desktop WinShutdownSystem call is completed.
  7.  
  8. This is a bare-bones type of program.  If you need confirmation
  9. prior to launching this program, obtain it in the invoking REXX
  10. or program object.
  11.  
  12. Author:  Bruce E. Högman.
  13. Copyright:  (C) 1993 Bruce E. Högman.  All Rights Reserved.
  14.  
  15. The program and source code are dedicated to the Public Domain.
  16.