home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 73.img / ITALY-PE.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-06-11  |  257b  |  13 lines

  1. echo off
  2. cls
  3. if "%1" == "" goto specdrv
  4. md %1
  5. copy *.* %1: >nul
  6. goto end
  7. :specdrv
  8. echo Type INSTALL x  where x is the drive letter and path to install to
  9. echo Note. the game disk must be in a drive to run the game from hard disk
  10. pause
  11. :end
  12. cls
  13.