home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1585 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-14  |  185 b   |  13 lines

  1. echo off
  2. cls
  3. if %INSTALL%! == AKTIV! goto delbat
  4. set INSTALL=AKTIV
  5. arcinst 147 213 144
  6. echo  
  7. if errorlevel 1 goto Ende
  8. copfiles
  9. :delbat
  10. del copfiles.bat
  11. :Ende
  12. set INSTALL=
  13.