home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8945 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: Timed batchfile execution
  5. Message-ID: <1992Sep1.143633.22272@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <1992Aug31.182628.18091@magnus.acs.ohio-state.edu>
  8. Date: Tue, 1 Sep 1992 14:36:33 GMT
  9. Lines: 23
  10.  
  11. hshulman@magnus.acs.ohio-state.edu (Harvey G Shulman) writes:
  12.  
  13. >I want to set up a processing job on my PC to start running in the
  14. >evening after I've gone home.  Is there a tsr utility available that can 
  15. >run a batch file at a  designated time?
  16.  
  17. Many of the schedulers included with tape backup programs can run batches
  18. or programs other than the tape software.  Some let you specify a DOS
  19. command line; others require your batch to have a particular name
  20. (e.g. BATCH_1.BAT).
  21. Another choice, if you can start the batch job when you leave, is to include
  22. a program in it that does nothing but loop until a certain time and then
  23. terminates (batch processing continues...).  You can write this one yourself
  24. in most any language; I think PC Mag has one called WAITUNTL.COM.
  25. A third choice (really part of the first) would be the scheduling ability of
  26. a program such as PC SHELL, one of Central Point Software's PC TOOLS.  It is
  27. primarily intended to start automatic backups, but it one of the programs
  28. that can start any batch at a particular time.
  29.  
  30. Hope this helps.
  31.  
  32. -JTT
  33.  
  34.