home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / sched10.zip / sched.doc < prev    next >
Text File  |  1995-07-19  |  3KB  |  76 lines

  1.     Sched - An automated program launcher - (C) Raphaël Vanney, 1995
  2.  
  3. 1- Disclaimer
  4.    ----------
  5.  
  6. If you are not ready to assume all the risk there is to running Sched,
  7. including but not limited to : losing all your data, blowing up your
  8. computer, destroying the whole universe, etc... please delete all the
  9. files you got in Sched distribution archive, then the archive itself.
  10.  
  11. This being said, the purpose of Sched is not to hurt anything.
  12.  
  13. 2- Why Sched ?
  14.    -----------
  15.  
  16. Well, I've been needing a automated program launcher for a long, long
  17. time. I've seen a lot in the shareware world, but none were free, so
  18. here we are.
  19.  
  20. The purposes of Sched are :
  21. - launch programs at specified times,
  22. - have a low impact on system load.
  23.  
  24. And this is exactly what Sched implements.
  25.  
  26. 3- How to use Sched ?
  27.    ------------------
  28.  
  29. After you have copied Sched files where you want them to reside, you
  30. should configure Sched.
  31. Sched does not come with a configuration program ; you must edit the
  32. program itself to tailor it to your needs. This is a pretty simple
  33. process which is documented in the program itself. You may use any text
  34. editor to modify the Sched.Cmd file.
  35.  
  36. This being done, you might want to add Sched to your startup folder.
  37. I suggest you set up a program object as follows :
  38.  
  39. Path/File name  :       *
  40. Parameters      :       /c start /c /b /Win /Min <path>\Sched.Cmd
  41. Work directory  :       <path>
  42.  
  43. where <path> is the complete path to the directory where you copied
  44. Sched.
  45.  
  46. This might not look like the straightest way to do it, but it has two
  47. advantages :
  48.  
  49. - lets Sched display its icon on the desktop,
  50. - does not need to be updated each time you edit Sched.Cmd.
  51.  
  52. Et voilà.
  53.  
  54. 4- Notes
  55.    -----
  56.  
  57. * Since Sched spends most of its time in a Sleep() function, the impact
  58.   on CPU load is neglectable. The memory footprint of Sched is quite low
  59.   as well.
  60.  
  61. * Sched uses an .INI file to store the last date each event was run.
  62.   This prevents Sched to run an event more than once a day if you start
  63.   it several times (which shouldn't be necessary during normal
  64.   operation). If, however, you wish this to happen, you may delete the
  65.   Sched.Ini file.
  66.  
  67. * Comments should be directed to :
  68.   InterNet      : rvanney@ibm.net
  69.   FidoNet       ; 2:320/215.9
  70.  
  71.   I encourage anyone who enhances Sched to send me their enhancements so that
  72.   I may include them in a next release.
  73.   I also encoourage anyone who has ideas of additions that could be made
  74.   to Sched to contact me.
  75.  
  76.