home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 401.img / HNOVAPE1.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-12-21  |  450b  |  19 lines

  1. @echo off
  2. if "%1" == "" goto nodrive
  3. call install2.exe
  4. if exist %1dume.exe copy %1dume.exe>nul
  5. if exist %1courier.app copy %1courier.app>nul
  6. if exist %1pesite.pe copy %1pesite.pe>nul
  7. if exist %1hardnova.nfo copy %1hardnova.nfo>nul
  8. goto done
  9. :nodrive
  10. echo.
  11. echo Installation for Hard Nova
  12. echo. 
  13. echo Usage: install [drive]:
  14. echo        where [drive]: is the drive you are installing FROM.
  15. echo.
  16. echo Example: install G:
  17. :done
  18. echo.
  19.