home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / runner.zip / README.TXT next >
Text File  |  1990-09-25  |  3KB  |  68 lines

  1. RUNNER v1.0    Copyright ⌐1990 by Howard Silver
  2.                 CompuServ - 76675,3476
  3.  
  4.         (for Windows 3.0 or higher)
  5. -----------------------------------------------------------------------
  6.  
  7. RUNNER is a program that allows you to run ANY program, batch file, or
  8. .PIF file from an icon that sits at the bottom of the screen.  You can
  9. define as many RUNNERS as you need.
  10.  
  11. RUNNER is useful for running frequently used programs or batch files.
  12. You can define multiple instances of RUNNER, each with its own program
  13. defined.  The title of each icon is defined by you, so you know
  14. which is which. To execute the program that is defined for that
  15. particular icon, just double click on the icon, or choose RUN from its 
  16. System Menu. 
  17.  
  18. For example, you could have one RUNNER icon defined to run a disk-parking
  19. program, and another RUNNER icon could be defined to run a special batch file
  20. that you use a lot.  How you use RUNNER is totally up to YOU! 
  21.  
  22. ***************************************************************************
  23. ***************************************************************************
  24. FOR COMPLETE HELP ON ALL ASPECTS OF THE RUNNER PROGRAM, CHOOSE "HELP"
  25. FROM RUNNER'S SYSTEM MENU.  HELP IS AVAILABLE ON ALL OF RUNNER'S SCREENS!
  26. ***************************************************************************
  27. ***************************************************************************
  28.  
  29.  
  30. ----------------------------------------------------------------------------
  31.  
  32. INSTALLATION:
  33.  
  34. The installation of RUNNER is very simple.  The following are the files
  35. necessary for RUNNER to work properly: 
  36.  
  37.  
  38. RUNNER.EXE 
  39.      main RUNNER program 
  40. RUNDLL.DLL 
  41.      dynamic-link library containing several routines used by RUNNER 
  42. RUNNER.HLP 
  43.      Windows v3.0 HELP file          (not necessary, but extremely useful) 
  44. RUNNER.INI 
  45.      private initialization file containing all the icon definitions and user  
  46.      settings      (automatically created if it doesn't exist) 
  47.  
  48.  
  49. Simply copy all the files to any directory that is on the DOS PATH statement.
  50. The reason the directory must be on the PATH is because if the current
  51. directory is changed, RUNNER will not be able to find RUNDLL.DLL or 
  52. RUNNER.HLP.  Therefore, it is simpler to copy all the files to the WINDOWS
  53. directory. 
  54.  
  55. However, if you want all the files in a special directory, you must edit the
  56. RUNNER.INI file and add the following line under the [RUNNER] header: 
  57.  
  58.     rundir=[full path of directory of your choice] 
  59.  
  60.  
  61.  
  62. ***************************************************************************
  63. ***************************************************************************
  64. FOR COMPLETE HELP ON ALL ASPECTS OF THE RUNNER PROGRAM, CHOOSE "HELP"
  65. FROM RUNNER'S SYSTEM MENU.  HELP IS AVAILABLE ON ALL OF RUNNER'S SCREENS!
  66. ***************************************************************************
  67. ***************************************************************************
  68.