home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF029.ZIP / 2.BAT < prev    next >
DOS Batch File  |  1988-12-18  |  1KB  |  30 lines

  1. echo off
  2. cls
  3. echo       You should have the DISTRIBUTION  disk in drive A:
  4. echo -
  5. echo       The program will be installed on
  6. echo       your fixed disk, drive c:
  7. echo ------------------------------------------------------------
  8. echo       If you want the program installed in a
  9. echo       subdirectory of the fixed disk, you must log on to
  10. echo       that subdirectory before running this program.
  11. echo -
  12. echo       If your disk is not in the correct drive, change it now.
  13. echo -------------------------------------------------------------
  14. echo -
  15. echo       Press Control-C to abort this program. Or,
  16. echo -
  17. pause
  18. verify on
  19. echo on
  20. copy INTCHECK.exe c:
  21. echo OFF
  22. echo -
  23. echo ----------------------------------------------------------------------------
  24. echo       The messages above the line should indicate that ONE file was copied.
  25. echo       There should be no error messages above this line.
  26. echo       If there are, the install may have been unsuccessful.
  27. echo ----------------------------------------------------------------------------
  28. pause
  29. menu
  30.