Subversion Repositories nw_plus

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

echo You are about to delete all files relevant to NW+.
echo Continue?
echo.
pause
echo.
echo Do not worry about any missing file errors.
echo.
pause
echo.
if exist nw_plus\ goto normal
cd ..
if exist nw_plus\ goto normal
echo Unusual directory modifications detected.
echo Move this batch file to the proper place or uninstall NW+ manually.
echo.
pause
goto end

:normal
cd nw_plus
move NWINTER.GRP ..\
cd ..
rd /s /q nw_plus
if exist NW*.bat del NW*.bat
echo.
echo Complete. :(
echo.
pause
goto end

:end