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

  1.             INSTALLATION UNDER WINDOWS '95
  2.  
  3. 1.) Start your computer and insert the Executor CD in the CD-ROM
  4. drive.
  5.  
  6. 2.) Run the installation program.  You can do this from a DOS prompt
  7. by typing
  8.  
  9.     D:\install
  10.  
  11. (assuming that your CD-ROM drive is your D: drive), or you can do it
  12. from within Windows '95:
  13.  
  14.     Click the Start button, point to Settings, and click Control
  15.     Panel on the Settings menu which pops up.  Double-click on
  16.     Add/Remove Programs.  Click the Install button.
  17.  
  18.     Click Next to have Windows '95 detect the installation program
  19.     automatically.  If it correctly detects INSTALL.EXE on the CD,
  20.     then click Finish to have Windows '95 run the installer for
  21.     you.
  22.  
  23. 3.) Change the destination directory for installation if you do not
  24. want to install in C:\EXECUTOR.  Press the number 2 when you are ready
  25. to begin the installation.
  26.  
  27.  
  28.  
  29.            CONFIGURATION UNDER WINDOWS '95
  30.  
  31.  
  32. CD-ROM DRIVE
  33.  
  34. If you want to use Macintosh CDs with Executor, you'll need to make
  35. what might be a minor adjustment to the way Windows '95 treats CDs.
  36. If it's present, find and remove the
  37.  
  38. rem - By Windows 95 Setup
  39.  
  40. portion from the mscdex line in your AUTOEXEC.BAT file.  You will also
  41. need to edit your CONFIG.SYS file and make sure the CD-ROM driver is
  42. also not commented out.
  43.  
  44. If this works, this will tell Windows '95 to use the Microsoft CD-ROM
  45. Extensions -- the standward way to perceive CDs -- instead of the
  46. unique Windows '95 way.
  47.  
  48. If you can't find a "rem - By Windows 95 Setup" command, or if you're
  49. having trouble modifying your CONFIG.SYS file to load your CD-ROM
  50. driver, please read the file "CDROM.TXT" that is installed in your
  51. Executor directory when Executor is installed.  It explains the nature
  52. of the problem and gives you more information on how you might be able
  53. to solve it.
  54.  
  55.  
  56. SYSTEM SETTINGS
  57.  
  58. To examine the system settings, right-click on the Executor icon and
  59. then select properties.  Windows '95 will usually select the correct
  60. settings for your system automatically, but if you're having any
  61. trouble then you may want to try adjusting them by hand.
  62.  
  63.  
  64. The Memory tab;
  65.  
  66. Conventional Memory-Auto
  67. Initial Environment-Auto
  68. Expanded(EMS)memory-None
  69. Extended(XMS)memory-None
  70. MS-DOS protected-mode(DPMI)memory-12288
  71.  
  72. Normally, the DPMI setting would be left on Auto as well.  You will
  73. only want to change it if you are having any trouble with memory.  Try
  74. running
  75.  
  76. executor -info
  77.  
  78. from a DOS prompt to see how much free DPMI Executor is detecting.  If
  79. it isn't 2/3 (or more) of your total RAM, then Windows '95 may not be
  80. assigning enough DPMI automatically.
  81.  
  82. 12288 is a safe DPMI setting for a computer with 16 MB RAM or more.
  83. If you have less, the DPMI setting should probably be less as well.
  84. 6144 would be a good setting for a computer with 8 MB RAM.
  85.  
  86.  
  87. The Misc tab:
  88.  
  89. Disable Allow screen saver if you have problems with Executor
  90. freezing.  Also set Idle sensitivity all the way to Low.
  91.  
  92.  
  93. The Screen tab:
  94.  
  95. Set Executor to run Full-screen if Executor starts minimized.  Because
  96. it is a DOS-native program, Executor cannot be run in a window.
  97. Windows '95 should maximize Executor automatically, but if it fails
  98. then turning on Full-screen should fix the problem.
  99.  
  100.  
  101. The Program tab:
  102.  
  103. Close on Exit should be selected normally, so that you don't have to
  104. close the window by hand after you're finished using Executor.  If you
  105. are having any problems, you may want to deselect this so that
  106. Executor's DOS window remains visible after Executor itself has
  107. exited.  Then you'll be able to see any error messages which Executor
  108. may be printing upon exit.
  109.