home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / amaxx261.zip / UPDATE.BAT < prev   
DOS Batch File  |  1989-05-10  |  737b  |  21 lines

  1. echo off
  2. cls
  3. echo    If your MENU.BAT contains the CLS command, remove
  4. echo    that line from menu.bat.  This is necesary so that
  5. echo    AUTOMAXX exit messages can been seen.
  6. COPY A:AUTOMAXX.EXE C:
  7. COPY A:AUTOMAXX.DOC C:
  8. COPY A:CALC.COM C:
  9. COPY A:INST.COM C:
  10. COPY A:XDIR.EXE C:
  11. c:
  12. cd\
  13. echo    ----------------------------------------------------
  14. echo    IMPORTANT:  The new automaxx is named AUTOMAXX.EXE 
  15. echo                so you must erase the old automaxx.com
  16. echo                from your fixed disk before you can
  17. echo                access the new software.
  18. echo    ----------------------------------------------------
  19. echo    Please review the manual for the latest information.
  20. echo    Update completed!
  21.