home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 12 / Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso / .all / demos / RapidApp / RemoveIt.csh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-11-27  |  542 b   |  18 lines

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