home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / shtdwn16.zip / shutdown.doc < prev    next >
Text File  |  1994-08-05  |  2KB  |  57 lines

  1. Shutdown v1.6 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]] [/b]]
  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.              /b - reboot after shutdown has completed
  14.              /? - show a help screen
  15.              SHUTDOWN without options will shutdown the system immediately
  16.  
  17. You cannot use the /a option in combination with /d and/or /t. Command line
  18. parsing is case sensitive so you should use /a instead of /A.
  19.  
  20.  
  21. Examples:
  22. ---------
  23.  
  24. SHUTDOWN /A60
  25. this will shutdown the system in one minute
  26.  
  27. SHUTDOWN /D931231 /T2359
  28. this will shutdown the system one minute before new year
  29.  
  30. SHUTDOWN /T0500
  31. this will shutdown the system at five in the morning
  32.  
  33. SHUTDOWN /D940101
  34. this will shutdown the system on January 1 1994 at midnight
  35.  
  36. Program information:
  37. --------------------
  38. Name       : Shutdown for OS/2
  39. Version    : 1.6
  40. Compiler   : Borland C++ v1.0 for OS/2
  41.  
  42. Created on : 29 March 1993
  43.              Santiago Crespo, 2:341/24@fidonet.org
  44.              Just did a shutdown
  45.  
  46. Modified   : 29 December 1993
  47.              Steven van.Loef, 2:512/45.16@fidonet.org
  48.              added option to shutdown after specified seconds
  49.              added option to shutdown on specified date and/or time
  50.  
  51. Modified   : 5 August 1994
  52.              Steven van.Loef, 2:512/45.16@fidonet.org
  53.              added option to reboot after shutdown
  54.  
  55. This software was freeware and still is freeware, source is included.
  56. 
  57.