home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1327 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-10  |  196 b   |  18 lines

  1. echo off
  2. :start
  3.  
  4. menueexe  install.def
  5.  
  6. if errorlevel 99 goto beenden
  7.  
  8. if not errorlevel 1 goto start
  9.  
  10. echo.
  11. echo Fehler bei der Ausführung !!!
  12. echo.
  13. pause
  14.  
  15. goto start
  16.  
  17. :beenden
  18.