home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / educmath / mercury / install.bat next >
Encoding:
DOS Batch File  |  1992-06-30  |  195 b   |  11 lines

  1. rem Install Mercury in C:\MERCURY, from drive A.
  2. if exist C:\MERCURY\*.* goto fail
  3. c:
  4. md C:\MERCURY
  5. cd C:\MERCURY
  6. a:mercuryz
  7. goto dos
  8. :fail
  9. rem C:\MERCURY directory is not empty.
  10. :dos
  11.