home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / batch / wtt_v201.arj / WTT.CTL < prev    next >
Text File  |  1991-12-08  |  1KB  |  19 lines

  1. ;-----------------------------------------------------------------------
  2. ; Construct a table with down-times (times run from 0000 to 2400       |
  3. ;-----------------------------------------------------------------------
  4. DownTime 0000-1959
  5. DownTime 2100-2400
  6. ;-----------------------------------------------------------------------
  7. ; Password to break out of WTT (ErrorLevel 4)                          |
  8. ;-----------------------------------------------------------------------
  9. PassWord MyPwd    
  10. ;-----------------------------------------------------------------------
  11. ; Exclude any day (1=Sun...7=Sat), you can exclude more than one day   |
  12. ;-----------------------------------------------------------------------
  13. ExcludeDay 1    (Sat)
  14. ExcludeDay 7    (Sun)
  15. ;-----------------------------------------------------------------------
  16. ; Exclude any date (format MMDDYY), you can exclude more than one day  |
  17. ;-----------------------------------------------------------------------
  18. ExcludeDate 041190
  19.