home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / tp-134.zip / TPCron.TXT < prev    next >
Text File  |  1999-07-08  |  2KB  |  59 lines

  1. TPCron.cmd & TPRename.cmd
  2.  
  3.  
  4. Important!!
  5. ===========
  6.  
  7. TPCron and TPRename are provided for EXPERIENCED users (owing to time
  8. constraints, they were not built as bullet/idiot-proof programs): so
  9. there's your warning...  :)
  10.  
  11.  
  12. Requirements:
  13. =============
  14.  
  15. DelayMan.exe and Enviro.exe MUST be in the same directory as TPCron.cmd.
  16. Enviro.exe MUST be in the same directory as TPRename.cmd.
  17.  
  18.  
  19. Intro To & Useage Of TPCron:
  20. ============================
  21.  
  22. TPCron.cmd is intended for infinite-loop operations: that is, it will
  23. repeatedly run ThermoProtect at a predetermined interval (measured in 
  24. seconds), putting its readings into a data file you specify.
  25.  
  26. For example, to run ThermoProtect once an hour and log all its hourly
  27. results in a file named STATUS1.TXT you would use--
  28.  
  29.       TPCron status1.txt 3600
  30.  
  31.  
  32. DelayMan.EXE is the executable that does the delay timing; it uses the
  33. DOSSleep API in OS/2 and should thus consume only minimal resources.
  34.  
  35.  
  36.  
  37. Intro To & Useage Of TPRename:
  38. ==============================
  39.  
  40. TPRename does a single-pass ThermoProtect run with file output.
  41.  
  42. For example, to run ThermoProtect once and log its results in a file
  43. named STATUS1.TXT you would use--
  44.  
  45.       TPRename status1.txt
  46.  
  47.  
  48.  
  49.  
  50. That's all there's to it...  :)  Simple enough???  If you need to add
  51. extra parameters, you can edit either .cmd file yourself.  And
  52. DelayMan is free for your use as well.
  53.  
  54.  
  55. David Wei
  56. davidwei@cybermail.net
  57. postmaster@pcenduser.com
  58.  
  59. [end]