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

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

corrected an incorrect path

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