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

  1.  
  2. rem Xiphos Install1 Copyright (c) 1990 S.P.A./Electronic Zoo
  3.  
  4. cls
  5. echo Installing Xiphos on drive %1:...
  6. md %1:\xiphos
  7. cd %1:\xiphos
  8. copy . %1:
  9. md %1:credits
  10. copy credits %1:credits
  11. md %1:spareimg
  12. copy spareimg %1:spareimg
  13. md %1:cols
  14. copy cols %1:cols
  15. %1:install2 %1
  16.