home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / AMSETDAY.ZIP / EXAMPLE.TXT next >
Text File  |  1992-07-11  |  880b  |  26 lines

  1. Following is an example showing how to use the file "Getday.Exe"
  2. in conjunction with Automenu's Timed Execution to run a specific
  3. program on a specific day of the week.  The example shows a piece
  4. of an MDF which invokes the program "Tv.Exe" at 15 minutes after 
  5. midnight each Saturday.  
  6.  
  7. The file "GETDAY.EXE" is located in the Automenu Directory and
  8. when called by [00:15 below, returns the current day of week
  9. as numeric 0 - 6 where Sun = 0, Sat = 6.
  10.  
  11. This "returned" number is treated as an "errorlevel" by the
  12. following lines.
  13.  
  14.  
  15. ............................................................
  16. .The "error level" refers to the day, where Sun = 0, Sat = 6
  17. ............................................................
  18. [00:15
  19. +getday.exe
  20. +if not errorlevel 6 goto end
  21. +TV.EXE
  22. +:end
  23. +cd \automenu
  24. +auto comm.mdf
  25. .............................................
  26.