home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / misc / 6561 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.7 KB  |  63 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!chungy2
  3. From: chungy2@aix.rpi.edu (Yau Felix Chung)
  4. Subject: System Configuration
  5. Message-ID: <3+l23=j@rpi.edu>
  6. Followup-To: chungy2@rpi.edu
  7. Nntp-Posting-Host: aix.rpi.edu
  8. Date: Tue, 15 Dec 1992 22:25:08 GMT
  9. Lines: 52
  10.  
  11. Hello all!  I would like to optimize the memory usage in my system as
  12. well as speed up loading windows and applications.  So far I think I have
  13. optimized the memory usage but I am not sure.  Below is the my config.sys
  14. and autoexec.bat; could someone tell me if there is anything I can do
  15. to these files to improve system performance?
  16.  
  17. Using the configuration below, I have noticed the loading windows and
  18. big applications like Ami Pro take fairly long.  I suspect that it might
  19. be because I am using smartdrv.  Is there a faster caching program?
  20.  
  21. To save bandwidth, please reply to chungy2@rpi.edu
  22.  
  23. Any help would be appreciated.  Thanks.
  24.  
  25. -F.
  26.  
  27. Computer system:
  28.     Gateway 2000 486-33 local bus
  29.     8 megs of memory
  30.     ATI Ultra Pro video
  31.     ESDI harddrive with Ultrastor controller
  32.     
  33. ********* Config.sys ************
  34. device=d:\windows\himem.sys
  35. dos=high,umb
  36. device=d:\windows\emm386.exe ram 2048 
  37. device=d:\windows\smartdrv.exe /e:1024 /b:512 /q
  38. devicehigh=e:\mach32\vansi.sys
  39. device=e:\mach32\rambios.sys
  40. devicehigh=e:\ndw\nav&.sys /b
  41. files= 35
  42. buffers=10
  43. stacks=9,256
  44. shell=e:\dos\command.com e:\dos\ /e:512 /p
  45. fcbs=1
  46. lastdrive=g
  47.  
  48.  
  49. ********* Autoexec.bat *********
  50. @echo off
  51. rem e:\ndw\smartcan /on /skiphigh
  52. rem e:\ndw\image
  53. rem d:\windows\ad_wrap.com
  54. rem d:\windows\ad-dos.com
  55. e:\ndw\nav c:\
  56. PATH e:\ndw;c:\;c:\aldus;c:\pm4;e:\batch;e:\dos;C:\STACKER
  57. loadhigh e:\utility\mouse\mouse.com
  58. loadhigh doskey /buffsize=8
  59. set gsfonts=e:\gsfonts
  60. set temp=f:\temp
  61. prompt $p$g
  62.  
  63.