home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / schedule / schedule.txt < prev   
Text File  |  1991-09-06  |  1KB  |  32 lines

  1. PROGRAM:  SCHEDULE
  2. LANGUAGE: VISUAL BASIC
  3. AUTHOR:   MICHAEL A. KOSTEN
  4. DATED:    Fri  09-06-1991
  5.  
  6. This is a very simple program for scheduling batch (.BAT) and executables
  7. (.EXE and .COM) to be executed from the Windows environment at a day of
  8. week and time.
  9.  
  10. When you first run the program, click the Add button.  Then use the directory
  11. boxes to select a file and the combo boxes to select a day of week and time.
  12.  
  13. After a file has been added to the schedule list, you can modify or delete it
  14. by clicking on the schedule line and selecting the appropriate button.  The
  15. Save button saves the current list to a file (DEFAULT.SCH in the default
  16. Windows directory) which will be loaded the next time SCHEDULE is executed.
  17.  
  18. Pressing the Start button begins a timer process that checks the list about
  19. once a minute to see if any item qualifies to be run.  Re-selecting this
  20. button (which is now renamed to Stop) ends this process.  Whenever a program
  21. or batch file is executed, the schedule list is saved to file.
  22.  
  23. Exit the program using the Close option of the system menu.
  24.  
  25. Please address any comments to:
  26.  
  27.      Michael A. Kosten
  28.      219 L Street SE
  29.      Auburn, WA 98002
  30.  
  31. or contact me on Compuserv at 71520,161
  32.