home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / shtdwn15.zip / SHUTDOWN.DOC < prev    next >
Text File  |  1993-12-29  |  2KB  |  51 lines

  1. Shutdown v1.3 for OS/2 2.x
  2. --------------------------
  3.  
  4. Shutdown is a utility to schedule a system shutdown. This can be done in several
  5. ways. The exact commandline is as follows:
  6.  
  7. SHUTDOWN.EXE [[/axxxx] | [[/dyyyymmdd] [/thhmm]]]
  8.  
  9. where:
  10.              /a - shutdown after xxxx seconds
  11.              /d - shutdown on YYYYMMDD (Year, Month, Day)
  12.              /t - shutdown on HHMM (24 hour format)
  13.              /? - show a help screen
  14.              SHUTDOWN without options will shutdown the system immediately
  15.  
  16. You cannot use the /a option in combination with /d and/or /t. Command line
  17. parsing is case sensitive so you should use /a instead of /A.
  18.  
  19.  
  20. Examples:
  21. ---------
  22.  
  23. SHUTDOWN /A60
  24. this will shutdown the system in one minute
  25.  
  26. SHUTDOWN /D931231 /T2359
  27. this will shutdown the system one minute before new year
  28.  
  29. SHUTDOWN /T0500
  30. this will shutdown the system at five in the morning
  31.  
  32. SHUTDOWN /D940101
  33. this will shutdown the system on January 1 1994 at midnight
  34.  
  35. Program information:
  36. --------------------
  37. Name       : Shutdown for OS/2
  38. Version    : 1.3
  39. Compiler   : Borland C++ v1.0 for OS/2
  40.  
  41. Created on : 29 March 1993
  42.              Santiago Crespo, 2:341/24@fidonet.org
  43.              Just did a shutdown
  44.  
  45. Modified   : 29 December 1993
  46.              Steven van.Loef, 2:512/45.16@fidonet.org
  47.              added option to shutdown after specified seconds
  48.              added option to shutdown on specified date and/or time
  49.  
  50. This software was freeware and still is freeware, source is included.
  51.