home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / 0151ter2.zip / 0151TER2._XE / rar / WINDOWS.EXE / WINDOWS.DOC < prev   
Text File  |  1994-11-17  |  2KB  |  76 lines

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