home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- set CD_PATH=$DMTOOLSDIR/demos/ICS/
-
- cd $CD_PATH
- xwsh -holdonerror -bg royalblue -fg white \
- -geom 90x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
- -title "Installing Builder Xcessory 3.5.1 ..." \
- -e /bin/csh -c \
- "echo ; \
- echo ; \
- echo Installation 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 './LaunchIt.csh'"
-
-