home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q94411 < prev    next >
Text File  |  1993-06-04  |  2KB  |  45 lines

  1. ARTICLE-ID:Q94411
  2. TITLE     :MemMaker Doesn't Optimize Batch Files in AUTOEXEC.BAT         
  3.  
  4. --------------------------------------------------------------------
  5. The information in this article applies to:
  6.  
  7.  - Microsoft MS-DOS operating system version 6.0
  8. --------------------------------------------------------------------
  9.  
  10. Summary:
  11.  
  12. If a third-party memory manager has optimized memory by using specific
  13. loading programs or parameters within batch files, the following error
  14. message is displayed after you run MemMaker:
  15.  
  16.    Bad Command or Filename
  17.  
  18. Note: You may also receive error messages from the third-party expanded
  19. memory manager (EMM) if commands such as LOADHI (from QEMM) are called.
  20.  
  21. More Information:
  22.  
  23. Some third-party memory managers optimize one or more levels deep in batch
  24. files called from the AUTOEXEC.BAT file, trying to load programs in upper
  25. memory. MemMaker does not analyze software called from batch files within
  26. the AUTOEXEC.BAT file, but instead treats the whole batch file as one
  27. entity and attempts to load it in upper memory.
  28.  
  29. If you receive error messages because commands specific to third-party EMMs
  30. are still in your batch files, edit the files and remove the third-party
  31. specific information.
  32.  
  33. For example, if you have the following QEMM command in a batch file called
  34. from the AUTOEXEC.BAT file, you receive the following error message after
  35. you run MemMaker:
  36.  
  37.    LOADHI /R:2 doskey /insert
  38.  
  39. To work around this problem, remove the QEMM-specific information. For
  40. example:
  41.  
  42.    doskey /insert
  43.  
  44. Additional reference words: 6.00
  45.