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

  1. echo off
  2.  
  3. rem Xiphos Install Copyright (c) 1990 S.P.A./Electronic Zoo
  4.  
  5. cls
  6. echo On which fixed disk do you want to install Xiphos ('C' or 'D') ?
  7. reply cd
  8. if errorlevel 100 goto drive_d
  9. install1 c
  10. :drive_d
  11. install1 d
  12.