home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / timeb01.zip / README.TXT < prev    next >
Text File  |  1996-03-24  |  1KB  |  34 lines

  1. TimeBoy for OS/2 version 0.1
  2. Author: Richard Miller  rmiller@rtmc.com
  3. Status: Freeware
  4.  
  5. TimeBoy for OS/2 is Freeware.  That means you can use it all you want
  6. and nobody wants your money.  I do ask though, that if you use TimeBoy 
  7. and find it useful, please email me and let me know.
  8.  
  9. Requirements:  TimeBoy requires EMX.DLL.  It is included in the zip file.
  10. If you already have it, just use the newer copy.
  11. EMX.DLL must be in a directory specified in the LIBPATH in CONFIG.SYS.
  12.  
  13. How to use TimeBoy:
  14.  
  15. timeboy [program] [interval]
  16. where: program = name of program to periodically execute
  17.        interval = how often to execute program (in seconds)
  18.  
  19. TimeBoy will execute any command that can be used at an OS/2
  20. command prompt.  
  21. If you want to run multiple commands, or add command line parameters 
  22. to a command, then create a .CMD file for timeboy to run.  
  23. For example, I use TimeBoy to periodically fetch news articles for 
  24. Changi.  The command I need to run is: chanx -ms news.host.domain.
  25. So I write a file called 'getnews.cmd' that contains a line: 
  26. chanx -ms news.host.domain
  27. Then I run TimeBoy as: timeboy getnews.cmd 1800. This would run the
  28. command 'chanx -ms news.host.domain' every 30 minutes.
  29.  
  30. To redirect the output of TimeBoy to a file, run as:
  31. 'timeboy [program] [interval] > [file]
  32. where: file is the name of the file to keep the output
  33.  
  34.