root/branches/0.36/win32/packages/dwt-delete.bat.xxx

Revision 114, 497 bytes (checked in by JJR, 11 months ago)

Adding branch 0.36: last working DWT/Phobos/Win32 based on SWT 3.02

Line 
1 @echo off
2
3
4 REM Execute this .BAT file to delete dwt library
5
6 echo -----------------------------------------------------------
7 echo Delete DWT Library
8 echo -----------------------------------------------------------
9
10 del dwt_readme.txt
11
12 for /d %%n in (dwt)  do echo deleting %%n
13 for /d %%n in (dwt)  do rmdir %%n /s /q
14
15 for /d %%n in (..\import\dwt)  do echo deleting %%n
16 for /d %%n in (..\import\dwt)  do rmdir %%n /s /q
17
18
19 cd ..\lib\
20 del *dwt.* /q
21
22
23 echo ... complete
24 pause
Note: See TracBrowser for help on using the browser.