source: release-kits/shared/uninstaller/Uninstall.bat@ 17432

Last change on this file since 17432 was 17432, checked in by oranfry, 16 years ago

corrected another typo

File size: 219 bytes
Line 
1bin\search4j.exe -p %CD%\packages\jre -l uninst.jar
2
3if exist uninst.flag (
4
5 rd /s /q packages\jre
6 rmdir packages
7
8 del bin\search4j.exe
9 rmdir bin
10
11 rm uninst.jar
12 rm uninst.flag
13 rm Uninstall.bat
14)
Note: See TracBrowser for help on using the repository browser.