home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / FQT80BR.ARJ / DONT_RUN / 2ND.BAT next >
DOS Batch File  |  1991-02-10  |  303b  |  21 lines

  1. @echo off
  2. cls
  3. be scr2.dat
  4. :ANSWER
  5. reply
  6. if errorlevel 122 goto ANSWER
  7. if errorlevel 121 goto BYEBYE
  8. if errorlevel 110 goto QUIT
  9. if errorlevel 1 goto ANSWER
  10. :BYEBYE
  11. del reply.com
  12. del be.exe
  13. del filobegn.dat
  14. del scr1.dat
  15. del scr2.dat
  16. del readthis.bat
  17. del fqinstal.exe
  18. exit
  19. :QUIT
  20. exit
  21.