home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 14 / 1996-01_Disc_14.iso / airpower / install.bat < prev    next >
DOS Batch File  |  1995-07-26  |  116b  |  9 lines

  1. @echo off
  2. if %1.==. goto default
  3. apdemo -d %1
  4. goto done
  5. :default
  6. md c:\airpower
  7. apdemo -d c:\airpower
  8. :done
  9.