home *** CD-ROM | disk | FTP | other *** search
/ Cheet Sheets 1995 August / CHEET43.ZIP / 1OSTIP43.TXT < prev    next >
Text File  |  1995-08-07  |  2KB  |  61 lines

  1. ~DOS Tips
  2.  
  3. This month brings you another compilation of tips for improving your
  4. machines performance in DOS.  This month brought to you by Kevin 
  5. Gorasia.
  6.  
  7.  
  8. ~Makes your computer a little bit faster :
  9.  
  10. I used to own a 4mb machine and had brought Rise of the Robots.  The 
  11. game said that it needed the full 4mb of memory.I had the 4mb patch 
  12. on my copy also but it still wouldn't run.The following will also 
  13. work if you don't have the 4mb memory patch here's what I did: 
  14.  
  15. Autoexec.bat
  16. ------------
  17. Echo Off
  18. SET TEMP=C:\DOS
  19. prompt $p$g
  20. LH C:\VESA-DRV.COM
  21. PATH=C:\DOS;D:\GAMES\RISE;C:\WINDOWS
  22. SET BLASTER=A220 I5 D1 T3
  23. SET SOUND=C:\SB
  24. LH MOUSE
  25.  
  26. The above configrution has got the absolute minimum to run the game.
  27. You need the following drivers loaded to get it to run:
  28. VESA driver
  29. Set Sound Statement
  30. Path Command for quick activation.
  31.  
  32. The above Autoexec.bat should work with all computers.  You may have 
  33. to change the Set Sound statement,if you own a SB16.But apart from 
  34. that it should work. 
  35.  
  36.  
  37. Config.sys
  38. ----------
  39.  
  40. DEVICE=C:\DOS\HIMEM.SYS /hmamin=1
  41. REM DEVICE=C:\DOS\EMM386.EXE RAM AUTO FRAME=E000
  42. DEVICE=C:\DOS\SETVER.EXE
  43. DOS=HIGH,UMB
  44. FILES=30
  45. STACKS=9,256
  46. BUFFERS=6,0 
  47.  
  48. You will notice that I have disabled the EMM386 driver.This is 
  49. essential, because with the EMM386 driver the game won't run. This 
  50. also makes the computer a little bit faster.(For example a nominal 
  51. directory listing takes 5 sec but on with the EMM386 disabled it 
  52. only took 2 sec). 
  53.  
  54. Just copy the above files into your boot disk and anything else you 
  55. need.  And Rise of the Robots should work with Full Sound and 
  56. Cinamatics.  The above may sound a little far fetched to you,but 
  57. just try it and if it doesn't work just tell me and don't chuck it 
  58. out of the window!! 
  59.  
  60.                                -Kevin Gorasia
  61.