Hi,

        >I want to execute some scripts from any directory, then 
        >I need modify my vt100.local profile to add my programs 
        >path, some boby can say me which is the rigth profile 
        >file that I must modify ??

I solved it this way:

The file /usr/fox/soft/VT100.local calls a script called
/usr/fox/bin/VT100.script. In that script there is a call in the bottom for
the shelltool. Somewhere before that call simply insert all variable
definitions required for your application. Please note, that this script is
executed by the bourne shell. The correct syntax should be:

PATH=$PATH:/usr/mypath[:<additional paths>]
export PATH

This is also a place where other definitions could be placed:

EDITOR=vi
export EDITOR
EXINIT="se nonu ai"
export EXINIT

etc.

Please keep in mind, that after any update on the standard I/A software this
script is possibly overwritten and the changes need to be reworked.

best regards -

Marcel Sieling
Systems Technologies

FOXBORO Deutschland GmbH
Heerdter Lohweg 53 - 55
40549 Duesseldorf
Tel.:    +49 (0)211 5966-171
Fax:     +49 (0)211 5966-104
Mobile:  +49 (0)172 2673077
E-Mail:  [EMAIL PROTECTED]
http://www.foxboro-deutschland.de

> -----Ursprüngliche Nachricht-----
> Von:  [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Samstag, 17. Februar 2001 19:44
> An:   [EMAIL PROTECTED]
> Betreff:      vt100.local
> 
> Hi every body,
> 
> I want to execute some scripts from any directory, then 
> I need modify my vt100.local profile to add my programs 
> path, some boby can say me which is the rigth profile 
> file that I must modify ??
> 
> Thanks,
> _________________________________________________________________
> UOLMAIL - Todo Latino tiene derecho a tener su e-mail.  
> http://www.uolmail.com
> 
> 
> 
> -----------------------------------------------------------------------
> This list is neither sponsored nor endorsed by the Foxboro Company. All
> postings from this list are the work of list subscribers and no warranty
> is made or implied as to the accuracy of any information disseminated
> through this medium. By subscribing to this list you agree to hold the
> list sponsor(s) blameless for any and all mishaps which might occur due to
> your application of information received from this mailing list.
> 
> To be removed from this list, send mail to
> [EMAIL PROTECTED] 
> with "unsubscribe foxboro" in the Subject. Or, send any mail to
> [EMAIL PROTECTED]

-----------------------------------------------------------------------
This list is neither sponsored nor endorsed by the Foxboro Company. All postings from 
this list are the work of list subscribers and no warranty is made or implied as to 
the accuracy of any information disseminated through this medium. By subscribing to 
this list you agree to hold the list sponsor(s) blameless for any and all mishaps 
which might occur due to your application of information received from this mailing 
list.

To be removed from this list, send mail to [EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]

Reply via email to