home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02027 / event / install.bat < prev    next >
DOS Batch File  |  1990-09-20  |  240b  |  12 lines

  1. echo off
  2. cls
  3. if .%1 == . goto specifydrive
  4. instvnt.exe %1
  5. if errorlevel 1 goto quit
  6. echo TASCS EVENTMAN Installation Complete
  7. goto quit
  8. :specifydrive
  9. echo USE:    INSTALL C:     (where C: is the destination drive)
  10.  
  11. :quit
  12. echo on