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

  1.              INSTALLATION UNDER OS/2 WARP
  2.  
  3.  
  4. 1.) Insert the Executor CD into the CD-ROM 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 the OS/2 desktop:
  13.  
  14.     Right-click the CD object on the Launch Pad, click the arrow
  15.     next to Open, and choose Icon view.
  16.  
  17.     A window should pop up showing all the disk's program objects.
  18.     Double-click on INSTALL.EXE to start the installation program.
  19.  
  20. 3.) Change the destination directory for installation if you do not
  21. want to install in C:\EXECUTOR.  Press the number 2 when you are ready
  22. to begin the installation.
  23.  
  24. 4.) When the DOS installation program has finished, double-click
  25. OS/2's Add Programs object in the System Setup folder.  Press the
  26. enter key to have OS/2 detect the new Executor program automatically.
  27. If autodetection fails, click on "Yes" to search for and select the
  28. new program for the desktop.
  29.  
  30. 5.) Select C:\EXECUTOR\EXECUTOR.EXE and click OK.  There will then be
  31. a new folder on your desktop containing the Executor object.
  32.  
  33.  
  34.  
  35.             CONFIGURATION UNDER OS/2 WARP
  36.  
  37. The default DOS settings OS/2 assigns for you may work perfectly.  If
  38. Executor behaves strangely, though, then you might want to adjust the
  39. settings by hand.  To do this, right-click on the Executor object and
  40. click Settings.  Then click the notebook's Session tab and click the
  41. DOS settings button.  Click OK, and the list of DOS settings should be
  42. displayed.
  43.  
  44. Here are some settings other OS/2 users have used with success:
  45.  
  46. DOS_HIGH            On
  47. DPMI_DOS_API             ENABLED
  48. DPMI_MEMORY_LIMIT         16
  49. EMS_MEMORY_LIMIT         0
  50. HW_ROM_TO_RAM             On
  51. HW_TIMER             On
  52. INT_DURING_IO             On
  53. VIDEO_8514A_XGA_IOTRAP        Off
  54. VIDEO_FASTPASTE            Off
  55. VIDEO_MODE_RESTRICTION        NONE        
  56. VIDEO_ONDEMAND_MEMORY        On
  57. VIDEO_RETRACE_EMULATION        Off
  58. VIDEO_ROM_EMULATION        Off
  59. VIDEO_SWITCH_NOTIFICATION     Off
  60. VIDEO_WINDOW_REFRESH        1
  61. XMS_HANDLES            0
  62. XMS_MEMORY_LIMIT        0
  63.  
  64.  
  65. You don't need to find an "OK" or "Save" button to save these
  66. settings.  The changes take place as soon as you adjust them.
  67.  
  68. Note that increasing the DPMI memory limit does not automatically
  69. increase the memory Executor uses.  You must also use Executor's
  70. "-memory" command line switch, to tell Executor that more memory is
  71. available.
  72.  
  73. If after adjusting the settings you still have trouble running
  74. Executor/DOS under OS/2, write to support@ardi.com with your serial
  75. number and your system details.  We'll try to figure out a combination
  76. of settings which will work for you.
  77.  
  78. Some OS/2 Executor users like to start Executor from a batch file
  79. instead of starting Executor directly, because on some systems it
  80. doesn't show up in the task list unless started indirectly.  If you
  81. want to do this, just make a text file called "executor.bat" which
  82. contains the following two lines:
  83.  
  84. @echo off
  85. executor.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  86.  
  87. Then point your desktop object to this batch file rather than to
  88. executor.exe itself.  If you want to run another program to enhance
  89. Executor, such as UniVBE (a universal video driver which speeds up
  90. graphics performance), you can add its command to the Executor batch
  91. file as well:
  92.  
  93. @echo off
  94. univbe
  95. executor.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  96.  
  97.  
  98.  
  99.  
  100. -- 
  101. Many thanks to Charles Hunter and Pat Gunn for their help with this
  102. file.
  103.