home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / runsin.zip / RUNSINCE.TXT < prev   
Text File  |  1992-04-24  |  1KB  |  28 lines

  1. usage: runsince [d:][path]program [args...] /n [days|hours|minutes|SECONDS]
  2. example: 'runsince c:\virus\viruscan c: d: /all /fix /5 days'
  3.  
  4. The '/n [days|...]' must follow all program arguments.
  5. No intervening spaces are allowed between '/' and 'n'.
  6. The default time interval is seconds. Abbreviations such as
  7. 'min' or 'sec' are supported.  Maximum of 20 args to 'program'.
  8.  
  9. A file will be created in the either the same drive/directory
  10. specifed for the 'program' argument if a '[d:]' and/or '[path]'
  11. are specified, or in the current directory on the default drive if
  12. not specified, that contains a time_t value, a string description
  13. (ctime format) and the command line used at the time of last
  14. invocation of 'runsince' with this 'program' as an argument.
  15.  
  16. example: above, a file is created in 'c:\virus'
  17. with the name 'viruscan.run' that contains:
  18.  
  19. 704092095
  20. Last run on Fri Apr 24 00:08:15 1992
  21. Command line 'c:\virus\viruscan c: d: /all /fix'
  22.  
  23. Thanks! for Shareware $3.00 to
  24. TDS
  25. Suite 218 1540 Thomas Lake
  26. Eagan MN 55122
  27.  
  28.