home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / role-pla / legacy.zip / CONFIGS / QEMM / AUTOEXEC.BAT next >
DOS Batch File  |  1993-04-19  |  1KB  |  35 lines

  1. rem 
  2. rem example AUTOEXEC.BAT for Legacy using QEMM386
  3. rem 
  4. rem Replace the next line with your prefered path.
  5. path c:\qemm;c:\windows;c:\dos;
  6. rem 
  7. rem Get the current working directory as the DOS prompt
  8. prompt=$p$g
  9. rem 
  10. rem If not using DOS smartdrv.sys uncomment ONE of the following
  11. rem disk cache lines. (Obviously you must already have whichever
  12. rem one you chose!)
  13. rem
  14. rem Recent versions of these caches do NOT require to be loaded into
  15. rem upper memory explicitly, they take care of themselves.
  16. rem 
  17. rem 1024K assumes at least 4MB of memory in your computer, 2MB machines
  18. rem should use only 256K when playing legacy
  19. rem
  20. rem c:\norton\ncache ext=1024
  21. rem c:\windows\smartdrv 1024
  22. rem 
  23. rem pckwik.ini options are described in the PCKwik manual.
  24. rem c:\winmast\superpck /ConfigFile=c:\winmast\pckwik.ini
  25. rem
  26. rem Load a mouse driver high.
  27. c:\qemm\loadhi /r:1 c:\dos\mouse.com
  28. rem
  29. rem load doskey to allow sensible command line editing
  30. rem
  31. @c:\qemm\loadhi /r:1 doskey
  32. rem
  33. rem load a UK keyboard driver, this line depends on your keyboard style
  34. @c:\qemm\loadhi /r:1 keyb uk,,c:\dos\keyboard.sys
  35.