home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 5 / ClassicFond05_nopass.iso / ARCADE / PROTO.RAR / SETUP.BAT < prev    next >
DOS Batch File  |  1995-05-30  |  222b  |  11 lines

  1. @echo off
  2. if "%1"=="" goto error
  3. echo %1 >drive.nfo
  4. echo %1 >fli.nfo
  5. setup.exe
  6. goto end
  7. :error
  8. echo Missing key in command line:
  9. echo setup {drive}, where "drive" - your drive with game
  10. echo (c,d,e and etc.)
  11. :end