home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / MMATE.ZIP / MINSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-05-20  |  1022 b   |  31 lines

  1. echo off
  2. cls
  3. echo ─» If you haven't read the Installation Instructions yet, «─
  4. echo ─»                  press Ctrl-Break                      «─
  5. pause
  6. a:minstal
  7. echo On most computers, installation will now be complete.  However, you 
  8. echo may need to add a line to a file called "config.sys" on the disk that
  9. echo you use to boot your computer.
  10. echo  
  11. echo The line you need is:
  12. echo     files=20
  13. echo   
  14. echo If this line isn't already in the config.sys file (or the file doesn't
  15. echo exist), then type the following lines at the DOS prompt, pressing
  16. echo ENTER after each line:
  17. echo  
  18. echo     copy config.sys+con:  config.sys
  19. echo     files=20
  20. echo  
  21. echo then press Ctrl-Z and then ENTER.
  22. echo then reboot your machine, and you're all set.
  23. echo  
  24. echo (If you don't understand these instructions
  25. echo Tech Support will be happy to help you)
  26. echo  
  27. echo If you installed MemoryMate on a hard disk,
  28. echo you can delete the file MEMOTMP.BAT from drive c:
  29. if exist c:memotmp.bat c:memotmp
  30.  
  31.