home *** CD-ROM | disk | FTP | other *** search
/ Gambler 2 / GAMBLERCD_2.bin / utils / helpdocs / english / window95.txt < prev   
Text File  |  1996-06-24  |  2KB  |  80 lines

  1. WINDOWS 95 MEMORY CONFIGURATION
  2.  
  3. To help solve your current memory related problems with Windows'95
  4. and your DOS based game please try the following procedure.
  5.  
  6. Double-click on the DOS Prompt icon.
  7.  
  8. Type,
  9.     copy  c:\config.sys  c:\config.old 
  10.     copy  c:\autoexec.bat  c:\autoexec.old
  11.  
  12. Now type,
  13.     edit c:\config.sys
  14.  
  15. Windows'95 handles all use of the soundcard, CD-ROM drive and
  16. mouse, therefore there is no need to load real-mode drivers
  17. for these unless Windows has no equivalent 32bit drivers for
  18. your hardware. Change the CONFIG.SYS file to read as follows.
  19.     
  20.     device=c:\windows\himem.sys
  21.     device=c:\windows\emm386.exe  ram  i=e000-efff  i=b000-b7ff
  22.     dos=high,umb
  23.     country=044,850,c:\windows\command\country.sys
  24.  
  25. French users should change line 4 to read,
  26.  
  27.     country=033,850,c:\windows\command\country.sys
  28.  
  29. German users should use,
  30.  
  31.     country=049,850,c:\windows\command\country.sys
  32.  
  33. American users need not include this line.
  34.  
  35. All other territories should check their Windows'95 manual for the
  36. correct country codes.
  37.  
  38. Now select FILE then choose EXIT. Save the file on exit and then type,
  39.     
  40.     edit c:\autoexec.bat
  41.  
  42. Change this file to read,
  43.  
  44. @echo off
  45. prompt $p$g
  46. path=c:\windows;c:\windows\command;c:\
  47. loadhigh c:\windows\command\keyb uk,,c:\windows\command\keyboard.sys
  48.  
  49. French users should change line 4 to read,
  50.  
  51. loadhigh c:\windows\command\keyb fr,,c:\windows\command\keyboard.sys
  52.  
  53. German users should use the line,
  54.  
  55. loadhigh c:\windows\command\keyb gr,,c:\windows\command\keyboard.sys
  56.  
  57. American users need not include line 4.
  58.  
  59. All other territories should check their Windows'95 manual for the
  60. correct keyboard language code.
  61.  
  62. Now select FILE then choose EXIT. Save the file on exit.
  63.  
  64. Now reboot the computer and run the game.
  65.  
  66. IMPORTANT!!!!
  67.  
  68. Please note: If you require special real-mode drivers to access
  69. your hard drive and/or CDROM drive, then please load these
  70. according to the existing lines in CONFIG.OLD and AUTOEXEC.OLD.
  71.  
  72. MicroProse warn you that changing your startup files on the hard
  73. drive may not allow some programs/hardware to run and we would
  74. ask that you change these files at your own discretion.  If you
  75. should encounter any problems rename the files CONFIG.OLD and
  76. AUTOEXEC.OLD as CONFIG.SYS and AUTOEXEC.BAT to restore the original
  77. configuration.
  78.  
  79.  
  80.