home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / software / switch / swoff23.exe / simple.cfg < prev    next >
Text File  |  2002-10-22  |  691b  |  35 lines

  1. ; This is example config file
  2. ; After executing first setting, program will comment it out,
  3. ; and next time will use second setting, then third, and so on.
  4. ; Formats:
  5. ;    [Time Date Operation]
  6. ;    [Time Operation]
  7. ;    [Time Date]
  8. ;    [Time]
  9. ;
  10. ; Operations:
  11. ;
  12. ;    S - Shutdown
  13. ;    R - Restart
  14. ;    L - Log-off
  15. ;    K - Lock
  16. ;    H - HangUp
  17. ;    S - Stand By
  18. ;    I - Hibernate
  19. ;
  20. ; Following setting will Log-off current user at 13:30:00
  21.  
  22. [13:30:00 L]
  23.  
  24.  
  25. ; Following setting will Shutdown your computer past one hour and 30 minutes
  26.  
  27. [+01:30:00]
  28.  
  29.  
  30. ; Following setting will Restart your computer in January 1, 2003 at 12:30:00
  31.  
  32. [12:30:00 01/01/2003 R]
  33.  
  34.