home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / ERTHLORD.ZIP / UNINSTAL.BAT < prev   
DOS Batch File  |  1995-05-12  |  1KB  |  42 lines

  1. @echo off
  2. cls
  3. if not exist lord.exe goto badend
  4. echo.
  5. echo            -=-=-=-=-=-=-=-=-
  6. echo             Earthquake Lord 
  7. echo            -=-=-=-=-=-=-=-=-
  8. echo             By: Jason Peterson  
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. echo.
  14. pause
  15. cls
  16. echo Deleting Wetlord...
  17. del lordtxt.dat
  18. REM del lenemy.dat
  19. echo.
  20. echo Wetlord files deleted...
  21. echo.
  22. echo Putting the original LORD back...
  23. ren lordtxt.old lordtxt.dat
  24. REM ren lenemy.old lenemy.dat
  25. echo.
  26. echo Uninstallation of Wetlord complete! I hope you and your callers enjoyed it!
  27. echo This is a BETA version of Earthquake Lord. BETA 1.0 to be exact.
  28. echo By version 2.0 I expect to have all enemies finished.
  29. echo Although I am releasing this as FREEWARE, if you decide to send me some
  30. echo money for taking up a lot of time (it takes a lot longer than you think!),
  31. echo You can get the newer versions by either calling my BBS or calling your
  32. echo board. Please view the Erthlord.doc file for further information...
  33. echo Once again, thanx for BETA testing my program...    - Jason Peterson
  34. goto end
  35.  
  36. :badend
  37. echo You must run this program from your LORD directory!
  38. echo.
  39.  
  40. :end
  41. echo.
  42.