home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- set CD_PATH=$HOTMIXDIR/demos/RapidApp
-
- cd $CD_PATH
- xwsh -holdonerror -bg royalblue -fg white \
- -geom 90x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
- -title "Removing RapidApp..." \
- -e /bin/csh -c \
- "echo ; \
- echo Removal of this product requires ROOT privileges.; \
- echo If your system has a ROOT password, you must enter it.; \
- echo If you have no ROOT password, you will not be prompted for it.; \
- echo ; \
- su root -c './RemoveIt2' ; sleep 2"
-
-
-