Subversion Repositories nw_plus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 h266 1
echo You are about to delete all files relevant to NW+.
2
echo Continue?
3
echo.
4
pause
5
echo.
6
echo Do not worry about any missing file errors.
7
echo.
8
pause
9
echo.
10
if exist nw_plus\ goto normal
11
cd ..
12
if exist nw_plus\ goto normal
13
echo Unusual directory modifications detected.
14
echo Move this batch file to the proper place or uninstall NW+ manually.
15
echo.
16
pause
17
goto end
18
 
19
:normal
20
cd nw_plus
21
move NWINTER.GRP ..\
22
cd ..
23
rd /s /q nw_plus
24
if exist NW*.bat del NW*.bat
25
echo.
26
echo Complete. :(
27
echo.
28
pause
29
goto end
30
 
31
:end