home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs4 / f1154.zip / RUN.DOC < prev    next >
Text File  |  1991-02-05  |  4KB  |  124 lines

  1. Run Copyright (c) 1989, 1990, 1991 Dragons Eye Software
  2. Last Updated: 06/18/90    Version 1.4
  3.  
  4.  
  5. RUN.EXE is a Windows program that executes other windows programs. 
  6. What makes Run so useful is that you may run any number of
  7. applications at the same time and give each app its own command line.
  8.  
  9. ----------------------------------------------------------------------------
  10.  
  11.   To use Run just execute it from the DOS command line as:
  12.  
  13.   WIN RUN <APPNAME...>
  14.  
  15.   APPNAME... can be one or more application names separated by commas that
  16. are either in the current directory or along the path variable.  For example:
  17.  
  18.   WIN RUN CONTROL, CLOCK.EXE, TERMINAL
  19.  
  20.   Will execute the Control Panel, Windows Clock and the Windows Terminal 
  21. program in that order as though the user had clicked on them from the
  22. MSDOS executive.
  23.   Run assumes that the program will have an extension of .EXE if no
  24. extension is supplied.
  25.  
  26.  
  27. ----------------------------------------------------------------------------
  28.  
  29.  
  30.   To use Run from the MSDOS Executive just select File/Run and type in:
  31.  
  32.   RUN <APPNAME...>
  33.  
  34.   APPNAME... here is the same as above.
  35.  
  36.  
  37. ----------------------------------------------------------------------------
  38.  
  39.  
  40. You may also add a command line to the program that you are telling Run to 
  41. execute.  For Example:
  42.  
  43.   RUN CONTROL, WRITE TEST.DOC, CLOCK
  44.  
  45.   Will execute the Control Panel then Run will execute Write with the
  46. command line "TEST.DOC" so that Write will open the file upon startup,
  47. and then Run will execute the Clock application.
  48.  
  49.  
  50.  
  51.  
  52. *************************** New with version 1.2 ***************************
  53.  
  54. You may now add an entry to your WIN.INI that will cause Run to
  55. startup with a default command line.  If you start Run with no
  56. command line and the following two (2) lines:
  57.  
  58. [DE-RUN]
  59. Command="write, control, notepad win.ini"
  60.  
  61. are in your WIN.INI, then Run will automatically use the above string
  62. as the command line to execute.  The string "write, control, notepad
  63. win.ini" shown above should be replaced with a set of programs you
  64. want executed.
  65.  
  66. If you do not have the above entry in your WIN.INI and you start
  67. Run with a blank command line, then Run will attempt to open your
  68. WIN.INI file using the Notepad application.  To Prevent this you
  69. should add the two lines shown above to your WIN.INI and set Command
  70. to "".  For example:
  71.  
  72. [DE-RUN]
  73. Command=""
  74.  
  75. will cause Run to do nothing at all if started with a blank command
  76. line.
  77.  
  78.  
  79. ******************************* Important!! *****************************
  80.  
  81.   If you see the message: "Invalid WIN.INI Entry" and the Notepad
  82. opens with your WIN.INI file displayed, then Run could not find the
  83. Command entry in the [DE-RUN] section of your WIN.INI file.  In order
  84. to prevent this happening again you should make certain that the
  85. section for Run, in your WIN.INI matches that shown above.
  86.  
  87.  
  88.  
  89.  
  90. If you have any questions or comments please contact Dragons Eye
  91. Software at the following address and phone number:
  92.  
  93. Dragons Eye Software
  94. P.O. Box 200262
  95. Arlington, TX  76006-0262
  96.  
  97. (817) 265-5619 8am to 10pm CDT 7 days a week
  98.  
  99. Compuserve: 76057,101
  100.  
  101.  
  102.  
  103.  
  104. ----------------------------------------------------------------------------
  105.  
  106. Revision History
  107. ----------------
  108.  
  109. 02/05/91    1.4    Steamlined for faster loading and a smaller
  110.             .EXE file.
  111.  
  112. 06/18/90    1.2    Added an entry in the WIN.INI that allows the
  113.             user to execute Run with a default command line.
  114.             Useful when loading several apps when starting
  115.             Windows.
  116.  
  117.  
  118. 06/15/90    1.1    Implemented separate command lines for the
  119.             programs that Run executes.
  120.             converted for Windows 3.0
  121.  
  122.  
  123.         1.0    Initial release for Win 2.11 - no frills version.
  124.