home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 434.img / XIPHOS1.ZIP / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-12-18  |  476b  |  28 lines

  1.  
  2. rem Xiphos Install2 Copyright (c) 1990 S.P.A./Electronic Zoo
  3.  
  4. :insterr1
  5. cls
  6. echo Insert Xiphos disk 2 and press any key...
  7. %1:reply
  8. if not exist cur1.exe goto insterr1
  9. copy . %1:
  10. md %1:xtext
  11. copy xtext %1:xtext
  12.  
  13. if exist %1:gparams goto twodisk
  14.  
  15. :insterr2
  16. cls
  17. echo Insert Xiphos disk 3 and press any key...
  18. %1:reply
  19. if not exist gparams goto insterr2
  20. copy . %1:
  21.  
  22. :twodisk
  23. md %1:imgs
  24. copy imgs %1:imgs
  25.  
  26. cls
  27. echo Xiphos is now installed on drive %1:
  28.