Changeset 831


Ignore:
Timestamp:
Nov 10, 2011 2:44:00 PM (11 years ago)
Author:
ajj
Message:

latest version of startprogs scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/utils/bt5/scripts/startprogs

    r830 r831  
    66while [ "$loopvar" != 1 ]; do 
    77        read -p "Do you want to copy default buffers (overwriting any that exist)? (y/n):" 
    8         if [ $REPLY == "y" ]; then 
     8        if [ $REPLY == "y" -o $REPLY == "Y" ]; then 
    99                echo "Copying default buffers - Overwriting exisitng ones..." 
    1010                cp $HOME/RunTemplates/* . 
    1111                loopvar=1 
    12         elif [ $REPLY == "Y" ]; then 
    13                 echo "Copying default buffers - Overwriting existing ones..." 
    14                 cp $HOME/RunTemplates/* . 
    15                 loopvar=1 
    16         elif [ $REPLY == "n" ]; then 
     12        elif [ $REPLY == "n" -o $REPLY == "N" ]; then 
    1713                echo "NOT Copying default buffers - using existing ones..." 
    18                 loopvar=1 
    19         elif [ $REPLY == "N" ]; then 
    20                 echo "NOT Copying default buffers - using existing ones..." 
     14                echo "Copying RESETBEAMPOS.COM" 
     15                cp $HOME/RunTemplates/*.COM . 
    2116                loopvar=1 
    2217        else 
     
    2722 
    2823#Start ICP and ICP Log 
    29 echo 'Starting ICP...' 
    30 /usr/bin/gnome-terminal --geometry=77x20+3-25 --hide-menubar --window-with-profile=ICP -e icp & 
    31 /usr/bin/gnome-terminal --geometry=77x20+642-25 --hide-menubar --window-with-profile=ICPLog & 
     24#echo 'Starting ICP...' 
     25#/usr/bin/gnome-terminal --geometry=77x20+3-25 --hide-menubar --window-with-profile=ICP -e icp & 
     26#/usr/bin/gnome-terminal --geometry=77x20+642-25 --hide-menubar --window-with-profile=ICPLog & 
     27$HOME/bin/doicpwindows 
    3228 
    3329#Start prepare 
Note: See TracChangeset for help on using the changeset viewer.