home *** CD-ROM | disk | FTP | other *** search
/ macdrivermuseum.net / www.macdrivermuseum.net.tar / www.macdrivermuseum.net / cards / Mac286_3.02.sit / Upgrade / update.bat < prev   
DOS Batch File  |  1988-09-02  |  1KB  |  41 lines

  1. echo off
  2. cls
  3. echo This batch file updates your system for the MacX86 v2.00 release.
  4. echo It will rename your AUTOEXEC.BAT to AUTOEXEC.OLD, and your CONFIG.SYS
  5. echo to CONFIG.OLD.
  6. echo -
  7. echo TO RUN THIS, THE UPDATE DRIVE MUST BE YOUR CURRENT DRIVE.
  8. echo IF THE FOLLOWING LINE IS NOT "D:\" or "A:\", STOP NOW.
  9. cd
  10. echo -
  11. echo To stop now, hold down CONTROL and press the 'C' or 'scroll lock' key, or
  12. pause
  13. cls
  14. echo Creating \DOS directory if one is not present.
  15. echo (If you already have a \DOS directory, you will get an "Unable to create
  16. echo directory" warning.  Do not be alarmed.)
  17. md c:\dos
  18. echo Updating the "DSTEP" drivers in your \DOS directory
  19. copy dstep?.exe c:\dos
  20. pause
  21. cls
  22. echo Updating the "Mouse" drivers and SETCLK in your \DOS directory
  23. echo and the AUTOEXEC.BAT and CONFIG.SYS at your root.
  24. copy \mouse.* c:\dos
  25. copy \setclk.exe c:\dos
  26. copy c:\autoexec.bat c:\autoexec.old
  27. copy c:\config.sys c:\config.old
  28. copy \autoexec.bat c:\
  29. copy \config.sys c:\
  30. echo Deleting old files (do not be alarmed by "file not found")
  31. del c:\bmouse.*
  32. del c:\dos\bmouse.*
  33. del c:\dstep?.*
  34. del c:\dos\dstep1.sys
  35. del c:\dos\dstep3.*
  36. echo Check your AUTOEXEC.OLD and CONFIG.OLD against your new AUTOEXEC.BAT
  37. echo and CONFIG.SYS, and add any lines that do not pertain to DSTEP or BMOUSE.
  38. pause
  39. cls
  40. echo Installation is now complete *** Quit and Drag over New MacX86 Application
  41.