home *** CD-ROM | disk | FTP | other *** search
/ CD Gamer (Finish) 34 / Suomen-CD-Gamer-34.iso / config.txt < prev    next >
Encoding:
Text File  |  1999-09-17  |  2.0 KB  |  61 lines

  1. Windows '95 and '98 Memory Configuration
  2.  
  3.  
  4. This sheet is intended for persons whose PC was "pre-installed" with Windows'95 or '98.  
  5. If your computer was updated from MS-DOS/Windows 3.x to Windows'95 contact 
  6. Crucial Entertainment for help in resolving your memory problem.
  7.  
  8. *Click on START, Select PROGRAMS and then choose the MS-DOS Prompt icon.
  9.  
  10. * First make backup copies of your current startup files.  At the prompt type the 
  11. following commands and press ENTER at the end of each line,
  12.     
  13.     copy  c:\config.sys  c:\config.old 
  14.     copy  c:\autoexec.bat  c:\autoexec.old
  15.  
  16. * Now type,
  17.     
  18. edit c:\config.sys
  19.  
  20. The EDIT program will load and the CONFIG.SYS contents will be displayed on screen.  
  21. Remove the current contents of this file and replace with the following lines,
  22.     
  23.     device=c:\windows\himem.sys
  24.     device=c:\windows\emm386.exe  ram  i=e000-efff  i=b000-b7ff
  25.     dos=high,umb
  26.     country=044,,c:\windows\command\country.sys
  27.     
  28. * Now use the mouse and select FILE then choose EXIT.  
  29. Save the file on exit and then type,
  30.  
  31.     edit c:\autoexec.bat
  32.  
  33. * As before remove the current lines that make up this file and enter 
  34. the following replacements,
  35.  
  36.     @echo off
  37.     prompt $p$g
  38.     path=c:\windows;c:\windows\command;
  39.     loadhigh c:\windows\command\keyb uk,,c:\windows\command\keyboard.sys
  40.  
  41. * Use the mouse and select FILE and choose EXIT.  Save the file on exit.
  42.  
  43. * Now type EXIT to close the DOS window.
  44.  
  45. * Select START, SHUTDOWN and RESTART THE COMPUTER to allow the changes to come into effect.
  46.  
  47. IMPORTANT!!!!
  48.  
  49. Crucial Entertainment warn you that although this procedure has been tested and 
  50. used on many computers since December 1995 the choice to make the changes must 
  51. be your own.
  52.  
  53. If you encounter any problems rename the files 
  54. CONFIG.OLD and AUTOEXEC.OLD as CONFIG.SYS and AUTOEXEC.BAT to recover the 
  55. original configuration.  To do this open the DOS prompt again and type the following,
  56.  
  57.     copy  c:\config.old  c:\config.sys  /y
  58.     copy  c:\autoexec.old  c:\autoexec.bat  /y
  59.  
  60.  
  61.