home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 12 / Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso / .all / demos / ICS / InstallIt.csh next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-11-17  |  578 b   |  18 lines

  1. #!/bin/csh -f
  2.  
  3. set CD_PATH=$DMTOOLSDIR/demos/ICS/
  4.  
  5. cd $CD_PATH
  6. xwsh -holdonerror -bg royalblue -fg white \
  7.         -geom 90x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  8.         -title "Installing Builder Xcessory 3.5.1 ..." \
  9.         -e /bin/csh -c \
  10.         "echo ; \
  11.          echo ; \
  12.          echo Installation of this product requires ROOT privileges.; \
  13.          echo If your system has a ROOT password, you must enter it.; \
  14.          echo If you have no ROOT password, you will not be prompted for it.; \
  15.          echo ; \
  16.          su root -c './LaunchIt.csh'"
  17.  
  18.