home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / EVENLORD.ZIP / UNINSTAL.BAT < prev   
DOS Batch File  |  1995-08-16  |  1KB  |  40 lines

  1. @echo off
  2. cls
  3. if not exist lord.exe goto badend
  4. echo.
  5. echo            -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  6. echo             Lord of the Night, Darkness falls over the land.
  7. echo            -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  8. echo             By: Jonathan R. Holman
  9. echo.                The War Room BBS
  10. echo.                (702)-658-9938
  11. echo.
  12. echo.
  13. echo.
  14. pause
  15. cls
  16. echo Deleting Evenlord...
  17. del lordtxt.dat
  18. echo.
  19. echo Evenlord files deleted...
  20. echo.
  21. echo Putting the original LORD back...
  22. ren lordtxt.old lordtxt.dat
  23. echo.
  24. echo Uninstallation of Evenlord complete! I hope you and your callers enjoyed it!
  25. echo This is a Free Version, simply to make the game MORE FUN!
  26. echo If you like it, and would like to see more, like it...contact me and 
  27. echo let me know. Pass along a good idea, and I may expand upon it. 
  28. echo You cane reach me via Fido.net at JON_HOLMAN, or Internet Blackfist1@aol.com
  29. echo 
  30. echo 
  31. echo 
  32. goto end
  33.  
  34. :badend
  35. echo You must run this program from your LORD directory!
  36. echo.
  37.  
  38. :end
  39. echo.
  40.