home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 September / PCS0996.ISO / werkstat / ter400 / 400ter._xe / rar / WINDOWS.EXE / WINDOWS.DOC < prev   
Text File  |  1995-08-13  |  3KB  |  84 lines

  1.  
  2. ┌───────────────────────────────────────────────────────────────────────────┐
  3. │ ░░░░ Using TERMINATE with WINDOWS 3.1 or 3.11 ░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  4. └───────────────────────────────────────────────────────────────────────────┘
  5.  
  6. NOTE: It seems as if "Windows 3.11 for Workgroups" does not need any of the
  7.       following changes.
  8.  
  9.  To install Terminate under Windows, just create a group and create three
  10.  items in the group. Use the 3 PIF files to start the programs, so you don't
  11.  have to worry about setting them up yourself. You could use the icons found
  12.  in this directory as well.
  13.  
  14. Windows 3.1 installation tips
  15. =============================
  16.  
  17.  To use Terminate with Windows, we provide TERMINAT.PIF and TERMINAT.ICO.
  18.  But you must also make some adjustments to the Windows setup first.
  19.  
  20.  Edit SYSTEM.INI
  21.  ───────────────
  22.  
  23.  Under [386Enh]:
  24.  
  25.    Com1AutoAssign=0
  26.  
  27.  In the Windows menu: Main / Control Panel / 386 Enhanced:
  28.  
  29.    it should read NEVER WARN at the comport you use.
  30.  
  31.  The comport used for modem must not be autoassigned by Windows. If you
  32.  use COM4, just enter Com4AutoAssign=0
  33.  
  34.  Change the values to match the correct address for the comports.
  35.  
  36.   COM1BASE=3F8h
  37.   COM2BASE=2F8h
  38.   COM3BASE=3E8h
  39.   COM4BASE=2E8h
  40.  
  41.  For other values that can be changed try reading the Windows documentation.
  42.  
  43.   COMIrqSharing=true (This only has effect on EISA and Microchannel machines)
  44.   COMBoostTime=10
  45.   COM1Buffer=1024
  46.   COM2Buffer=1024
  47.   COM3Buffer=1024
  48.   COM4Buffer=1024
  49.  
  50.  If your modem has a 16550 UART, you will also have to install another
  51.  communication driver to support 16550 UART FIFO in DOS-windows.
  52.  Use a driver such as CHCOMB.386 (CHCOMB.ARJ which can be downloaded from
  53.  DAN BBS) or CyberCom.
  54.  
  55.  To use the soundblaster card, enter under [386Enh]:
  56.  
  57.   DMABUFFERSIZE=059
  58.  
  59.  If you have many problems using the Windows coms-driver, you could use the
  60.  communication ports directly by changing WIN.INI to:
  61.  
  62.   COM1:=COM1.DOS or
  63.   COM2:=COM2.DOS or
  64.   COM3:=COM3.DOS or
  65.   COM4:=COM4.DOS
  66.  
  67.  
  68.  Information from Microsoft:
  69.  ───────────────────────────
  70.  Windows cannot use a serial port if the address is to the right of the
  71.  missing port. An example of this problem could be that the modem is on COM4
  72.  and COM3 is not physically present.
  73.  
  74.  Without a physical COM3, the BIOS will find COM4 on address 02E8 and will
  75.  call it COM3 in the BIOS field. This confuses Windows, so it will not find
  76.  COM4 and think that COM3 is on 02E8/IRQ4.
  77.  
  78.  This behaviour is normal for many BIOS's and can be fixed with COMxIRQ=-1
  79.  in SYSTEM.INI under the [386Enh] section. For this example, the following
  80.  line should be inserted in SYSTEM.INI:
  81.  
  82.   COM3IRQ=-1
  83.  
  84.