home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
DOOR
/
EVENLORD.ZIP
/
UNINSTAL.BAT
< prev
Wrap
DOS Batch File
|
1995-08-16
|
1KB
|
40 lines
@echo off
cls
if not exist lord.exe goto badend
echo.
echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
echo Lord of the Night, Darkness falls over the land.
echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
echo By: Jonathan R. Holman
echo. The War Room BBS
echo. (702)-658-9938
echo.
echo.
echo.
pause
cls
echo Deleting Evenlord...
del lordtxt.dat
echo.
echo Evenlord files deleted...
echo.
echo Putting the original LORD back...
ren lordtxt.old lordtxt.dat
echo.
echo Uninstallation of Evenlord complete! I hope you and your callers enjoyed it!
echo This is a Free Version, simply to make the game MORE FUN!
echo If you like it, and would like to see more, like it...contact me and
echo let me know. Pass along a good idea, and I may expand upon it.
echo You cane reach me via Fido.net at JON_HOLMAN, or Internet Blackfist1@aol.com
echo
echo
echo
goto end
:badend
echo You must run this program from your LORD directory!
echo.
:end
echo.