home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / starter.zip / starter.doc < prev    next >
Text File  |  1993-10-14  |  3KB  |  71 lines

  1. Starter for the OS/2 2.x Presentation Manager
  2. (C) Peter Wansch, 1993
  3. Version 1.00
  4.  
  5. October 12, 1993
  6.  
  7. Files in archive: starter.exe
  8.                   starter.doc (this file)
  9.                   starter.cmd
  10.                   license.txt
  11.  
  12. Introduction
  13. ============
  14. Starter is an easy to use utility to start a specified program or command file periodically.
  15. Starter could for instance be used to periodically make backup copies of sensible data on a 
  16. file server or to periodically check your harddisk for virus infection. 
  17.  
  18. Tutorial
  19. ========
  20. This tutorial describes how to make bakup copies of your config.sys file every hour.
  21. In order to have a set of copies (e.g. to trace back changes) you might want to append 
  22. the date when the file was created and the number from a counter to the name of the file.
  23. If you made periodical copies of your config.sys file on October the 12th the corresponding
  24. file names would look something like this:
  25.  
  26. config.101293.1
  27. config.101293.2
  28. config.101293.3
  29. ...
  30.  
  31. The command file STARTER.CMD contains the following command:
  32. copy c:\config.sys c:\config.%1.%2
  33.  
  34. The parameters %1 and %2 are variables that are supplied by Starter. You just have to view
  35. the Settings dialog by choosing the Settings command from the Options menu.
  36. In the Settings dialog you can set an activation interval to start the corresponding session.
  37. You may enter a title for the session. Starter automatically appends a number to this title
  38. that is incremented with every session. Then you have to enter the full path and filename of
  39. the program file or command file that you want to have started periodically. This can be any
  40. application including DOS- and Windows programms. You might want to enter a startup directory
  41. for your application. However the startup directory must be on the same drive as the Starter
  42. program, otherwise Starter won't switch to the corresponding directory. Then you can optionally
  43. pass a parameter string to the program. If the Program specified in the Path and filename entry
  44. field is a command file you have to select the Command file check box. If you don't want your 
  45. session to be closed after the program has finished select No auto close (this only applies to 
  46. windowed sessions).Select the Start minimized check box to start the specified program minimized.
  47.  
  48. You can use the following variables in the Invocation string entry field:
  49.  ^ is replaced by the current date
  50.  # is replaced by the session number that is incremented after a session was started
  51.  
  52. The invocation string for our CONFIG.SYS sample would be 
  53. ^ #
  54. (please note the blank between the two characters)
  55.  
  56. Imagine that I installed Starter on my C: disk in the C:\STARTER directory. Then the
  57. Path and filename would be: 
  58. C:\STARTER\STARTER.CMD
  59.  
  60.  
  61.  
  62. The program is currently very limited because I wrote it for the specific purpose
  63. to periodically make backup copies and if you automatically start it from the
  64. the Startup folder you don't have to worry about backups you did not make. 
  65.  
  66. Your e-mail is appreciated if you have any comments, suggestions or questions.
  67.  
  68. Peter Wansch
  69. Vienna, Austria
  70. e-mail p.wansch@ieee.org
  71.