source: release-kits/shared/uninstaller/uninstall.bat@ 17415

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

a first crack at a batch wrapper to the uninstaller

File size: 194 bytes
Line 
1bin\windows\search4j.exe -p %CD%\packages\java -j Uninstall.jar
2
3if exist Uninstall.flag (
4 rd /s /q packages/jre
5 rmdir packages
6 rm Uninstall.jar
7 rm Uninstall.flag
8 rm Uninstall.bat
9)
Note: See TracBrowser for help on using the repository browser.