home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / w3x_tips.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  3.5 KB  |  98 lines

  1.             INSTALLATION UNDER WINDOWS 3.X
  2.  
  3. 1.) Insert the Executor CD in the CD-ROM drive, either before or after
  4. you start Windows.
  5.  
  6. 2.) Choose Run from the File menu.  Type
  7.  
  8.     D:\install.exe
  9.  
  10. at the prompt (assuming that your CD-ROM drive is your D:\ drive), and
  11. click OK or press Return.
  12.  
  13. 3.) The installer will bring up a short menu of choices.  Press 2 to
  14. install in the default C:\EXECUTOR, or 1 to change the destination
  15. directory.
  16.  
  17. 4.) Installation will begin.  After it has finished, you will be
  18. returned to the Windows desktop.  
  19.  
  20. 5.) Because Executor is native to DOS, it does not automatically
  21. create its own Windows icon.  To create an icon for it, open the
  22. program group where you would like to put Executor (the Accessories
  23. group is a common choice).  
  24.  
  25. 6.) Choose New from the File menu.  Choose Program Item (unless you
  26. want to give Executor its own separate group, in which case you should
  27. choose Program Group first).
  28.  
  29. 7.) Enter this information in the first three fields:
  30.  
  31.     Executor 
  32.     (for Program Description)
  33.  
  34.     executor 
  35.     (for Command Line)
  36.  
  37.     C:\EXECUTOR
  38.     (for Working Directory, unless you changed it during installation)
  39.  
  40. Leave "none" in the fourth field.  Click OK or press Enter to accept
  41. Windows' default icon, or click Change Icon to choose your own icon
  42. and then click OK.  If you ever want to change these settings, you can
  43. do so by selecting the Executor icon and choosing Properties from the
  44. File menu.
  45.  
  46.  
  47.  
  48.            CONFIGURATION UNDER WINDOWS 3.X
  49.  
  50. Executor should be run in 386-enhanced mode with virtual memory turned
  51. on.  This should be the default if you have a 386 or better.  To
  52. double-check, open the Control Panel from the Main program group and
  53. double-click on the 386-Enhanced icon.  This will display several
  54. settings and buttons, including a button to show your virtual memory
  55. settings.
  56.  
  57. Executor requires a mouse and a mouse driver.  Many people assume that
  58. they have a mouse driver because their mouse functions under Windows,
  59. but actually Windows has a built-in mouse driver.  You will need a DOS
  60. mouse driver loaded and installed in DOS in order to run Executor.
  61.  
  62. For most people, Executor will work fine without any additional
  63. configuration.  If something strange happens, or if you want to run
  64. Executor with command line switches (see "Command Line Switches" in
  65. the minimanual), then you may want to create a Program Information
  66. File with the Windows PIF Editor.
  67.  
  68. The PIF Editor is found in the Main program group.  Double-click to
  69. start it, and enter the following information in the fields:
  70.  
  71.     EXECUTOR.EXE
  72.     (for Program Filename)
  73.  
  74.     Executor
  75.     (for Window Title)
  76.  
  77.     (leave Optional Parameters blank for now)
  78.  
  79.     C:\EXECUTOR
  80.     (for Start-up Directory, unless you changed it during installation)
  81.  
  82.  
  83. Save the file as "EXECUTOR.PIF".  Then, change the properties of your
  84. Executor icon (as above) to point it to EXECUTOR.PIF instead of
  85. C:\EXECUTOR\EXECUTOR.EXE.
  86.  
  87. Often, creating a PIF is all that's needed to get a DOS-native program
  88. running under Windows.  If you still have trouble, then you can adjust
  89. the PIF further.
  90.  
  91. You may want to add some command line switches to the Optional
  92. Paramenters line.  See the problems.txt file for advice on which
  93. switches to use for troubleshooting, or type "executor -help | more"
  94. at a C:\EXECUTOR> prompt to get a complete list of switches with a
  95. brief description of each.  You may also want to un-check the PIF's
  96. "Close Window on Exit" box, so that any error messages Executor may be
  97. giving you will be retained on the screen.
  98.