[Info-vax] Foreign commands ... newbie question
JF Mezei
jfmezei.spamnot at vaxination.ca
Mon Oct 17 15:28:07 EDT 2011
supervinx wrote:
> I must add many foreign commands.
>
> I could:
> 1) Add a long list of
> unzip :== $DKA100:[tools]unzip.exe
> ....
>
> but it's not so flexible
>
> I've read about DCL$PATH (I'm using OVMS 8.3)
For foreign commands, you can define them for all users in
SYS$MANAGER:SYLOGIN.COM This is a command file that gets executed at
login time for all users before the user's own login.com is executed.
You can also define them in you login.com if you need the commands only
for yourself.
DCL$PATH is a logical name. This could be defined systemwide during
system boot. This can be done in SYSTARTUP_VMS.COM or SYLOGICALS.COM
(SYLOGICALS is executed before systartup_vms)
Or you can define the logical in login.com as a process logical.
http://h71000.www7.hp.com/doc/731final/6489/6489pro_034.html for doc on
DCL$PATH
More information about the Info-vax
mailing list