Subversion Repositories nw_plus

Rev

Rev 1 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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