I have installed the VPE system on my installation. I would like to automatically enter the VPE shell upon starting GTM.
I am starting GTM in a round-about way: I have my own mini script, that calls Bhaskar's script, that then launches GTM. Is there any way in the setup to automatically evoke the following code as soon as GTM is entered: x ^%ZVEMS ? Thanks Kevin p.s. below is my launching shell. Bhaskar's vista script is the same that everyone else should have. The key line is: sh /usr/local/OpenVistA/vista --run $HOME/OpenVistA_UserData --------------- #start KT addition #12-14-2004 --moved exports into runvista script #----------------------------- export gtm_dist=/usr/local/gtm export gtm_log=/usr/local/gtm/log export gtm_vista=$HOME/OpenVistA_UserData #export gtmgbldir=$gtm_vista/g/mumps.gld export gtm_vista_prod=/usr/local/OpenVistA export gtmgbldir=$gtm_vista_prod/g/mumps.gld export gtmroutines=".$gtm_dist" export gtmroutines="$gtm_vista/o($gtm_vista_prod/r $gtm_vista/r $gtm_dist) $gtm_dist()" PATH=$PATH:$gtm_dist alias GTM="$gtm_dist/mumps -direct" alias gtm="$gtm_dist/mumps -direct" alias mupip="$gtm_dist/mupip" alias gde="$gtm_dist/mumps -r ^GDE" alias lke="$gtm_dist/lke" alias dse="$gtm_dist/dse" export vista_home=$gtm_vista #----------------------------- echo " " echo " " echo " " echo "Starting GT.M VistA" echo "-------------------" echo "FYI, here are relevant defined variables:" echo echo "gtm_dist="$gtm_dist echo "gtm_log="$gtm_log echo "gtmgbldir="$gtmgbldir echo "gtm_vista="$gtm_vista echo "gtmroutines="$gtmroutines echo "vista_home="vista_home echo " " echo "Entering GT.M system now... " #----------------------------- export EDITOR="vim" sh /usr/local/OpenVistA/vista --run $HOME/OpenVistA_UserData echo " " echo "Leaving GT.M, returning to Linux..." echo " " __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Hardhats-members mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hardhats-members