home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF142.ZIP / INSTALL.BAT next >
DOS Batch File  |  1991-06-06  |  1KB  |  27 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ----------------------------------------------------------------------
  4. ECHO Hello!  This is the FONE800(tm) 1.1 auto-installation procedure.
  5. ECHO ----------------------------------------------------------------------
  6. ECHO The FONE800(tm) files occupy approximately 450K of disk space.
  7. ECHO During installation, up to 800K of disk space may be required.
  8. ECHO ----------------------------------------------------------------------
  9. ECHO If you would like to have FONE800(tm) automatically installed from
  10. ECHO drive A: into a directory named FONE800 on your C: drive, then you
  11. ECHO may proceed with this procedure.
  12. ECHO ----------------------------------------------------------------------
  13. ECHO Otherwise, you should type CTRL-C now, and refer to the README file
  14. ECHO for instructions on how to install FONE800(tm) 1.1.
  15. ECHO ----------------------------------------------------------------------
  16. PAUSE
  17. C:
  18. MKDIR \FONE800
  19. CD \FONE800
  20. COPY A:XFONE800.EXE
  21. XFONE800
  22. ERASE XFONE800.EXE
  23. ECHO ----------------------------------------------------------------------
  24. ECHO The installation of FONE800(tm) 1.1 is complete!
  25. ECHO Type "FONE800" to run the program.
  26. ECHO ----------------------------------------------------------------------
  27.