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

  1. echo off
  2. type install.hlp
  3. pause
  4. COPY A:*.* C:
  5. C:
  6. REN sample.dat automaxx.dat
  7. echo AUTOMAXX has been successfully installed.
  8. echo Type 'menu' at the DOS prompt to begin.
  9. echo In your autoexec.bat:
  10. echo     Put the installed drive:\directory in the path command.
  11. echo     Make 'menu' the last command.
  12. echo     Please see the documentation for more details.
  13. :End
  14.