home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / internet / arachne / arachne.exe / ARACHNE.BAT < prev    next >
DOS Batch File  |  1998-01-15  |  801b  |  32 lines

  1. @echo off
  2. break=off
  3. rem --- Arachne is *.BAT which will make your PC survive to 21st century ---
  4. rem --- (c)1996,1997 xChaos software, URL: http://www.naf.cz/arachne/    ---
  5. if (%1)==(-u) goto termin
  6. core.exe %1 %2
  7. if errorlevel 128 goto end
  8. if errorlevel 64 goto execute
  9. :again
  10. core.exe fatal.ah
  11. if errorlevel 128 goto end
  12. if errorlevel 64 goto execute
  13. if not exist core.exe goto noexe
  14. goto again
  15. :termin
  16. termin.com 0x60
  17. del ppp.log
  18. goto end
  19. :noexe
  20. echo CORE.EXE is missing.
  21. goto end
  22. :execute
  23. $roura$.bat
  24. cls
  25. echo Abnormal Arachne termination. Please reboot system and/or restart Arachne.
  26. :end
  27. if exist $roura$.bat del $roura$.bat
  28. if exist *._$b del *._$b
  29. if exist ip-up.bat del ip-up.bat
  30. if exist ppp.log echo Type 'arachne -u' to terminate SLIP/PPP connection.
  31. echo.
  32.