home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF031.ZIP / 3.BAT < prev    next >
DOS Batch File  |  2003-03-03  |  709b  |  27 lines

  1. echo off
  2. cls
  3. echo You should have the ZCALC disk in drive A:
  4. echo -------------------------------------------------------------
  5. echo -
  6. echo -
  7. echo If your disk is not in the correct drive, change it now.
  8. echo -------------------------------------------------------------
  9. echo -
  10. pause
  11. verify on
  12. echo on
  13. copy ZCALC.exe c:ZCALC.EXE
  14. echo OFF
  15. echo -
  16. echo -------------------------------------------------------------
  17. echo     The messages above should list one file transferred.
  18. echo -
  19. echo     There should be no error messages.
  20. echo     If there are, the install may have been unsuccessful.
  21. echo -------------------------------------------------------------
  22. pause
  23. menu 0
  24. echo off
  25. menu
  26.  
  27.