home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 414.img / MYSTINC1.ZIP / INST2.MYS < prev    next >
Text File  |  1990-12-20  |  692b  |  33 lines

  1. echo off
  2. cls
  3. echo            *****************************************
  4. echo            *        MYSTICAL        *
  5. echo            *    hard disk Installation %1    *
  6. echo            *    in directory %1\mystical    *
  7. echo            *****************************************
  8. echo .
  9. echo        Copying Mystical disk 1 to %1\mystical
  10. copy *.* %1\mystical > NUL
  11. if not exist %1\mystical\tatou.com    goto NoPlace
  12. :Aqui
  13. echo        Insert Mystical disk 2
  14. pause
  15. if not exist mysjeueg.2    goto Aqui
  16. echo .
  17. echo        Copying Mystical disk 2 to %1\mystical
  18. copy *.* %1\mystical > NUL
  19. if not exist %1\mystical\topdix.bin    goto NoPlace
  20. echo .
  21. echo         Mystical installation successful!
  22. goto End
  23. :NoPlace
  24. echo .
  25. echo         Error : Your hard disk is full!
  26. :End
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.