home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SHUTDWN4.ZIP / READ.ME next >
Text File  |  1992-04-13  |  992b  |  33 lines

  1.  
  2. DISCLAIMER:
  3.   This program is released into the public domain.  Neither
  4.   I nor DST assumes any responsibility what so ever for any
  5.   results do to the use of this utility.
  6.  
  7.   It may distributed freely as long as the READ.ME file is
  8.   included.
  9.  
  10. ZIP FILE CONTENTS:
  11.  
  12.   This zip file contains three files:
  13.  
  14.     READ.ME      - This document.
  15.     SHUTDOWN.C   - Source file.
  16.     SHUTDOWN.EXE - OS/2 Executable.
  17.  
  18. DESCRIPTION:
  19.   SHUTDOWN.EXE is a routine written to perform OS/2 system shutdown from
  20.   the command line.  It simply prompts the operator to confirm that a shutdown
  21.   should be performed and then executes a system shutdown.
  22.  
  23.   All screen I/O is done via stdin/stdout/stderr so that it can be redirected
  24.   for use in command files.
  25.  
  26.   Returns "0" if successful, "1" otherwise.
  27.  
  28. OTHER:
  29.   SHUTDOWN.EXE was compiled using IBMC2 compiler and requires the OS/2 toolkit.
  30.   The make and link files are included.
  31.  
  32.   It was written by Chip James (71610, 706).
  33.