Strange behaviour
Darren Reely
darren_reely@latticesemi.com
Wed, 16 Feb 2000 14:20:00 -0800
Libero.B.Dalle-Vacche@telia.se wrote AS AN ATTACHMENT:
> Can anyone explain to me why this happen.
> I'm running powehouse 710g2 and VMS 7.1-2 and i have two machines. On
> machine one
> i have a symbol QD == "$PH_LOCATION:QDESIGNA710G PROCLOC=S_LOC:"
> S_LOC is a logical name that points to a directory on machine two and
> when i use the symbol
> for ex. qd auto=sys$login:myfile qdesign always search on machine two
> i can never use a file
> on machine one, i don't understand why.
Your probably confusing Qdesign because you have placed PROCLOC=S_LOC: in
your QD symbol. Therefore Qdesign is looking in that directory first and
finding the 'myfile' you mention at you QD command.
VMS logicals can have a list of more than one directory name. I miss this
on Unix.
If you have two directories but you want one searched first for a file do
something like the following:
DEFINE S_LOC "sys$login,<dir2>,<dir3>"
This will cause all applications and commands to go though the list in the
order you'v defined directories.
Now you can do this to find you personal copy of the file:
QD AUTO=myfile
You won't need to place the logical name here because it is in your QD
symbol.
Darren
P.S. This is mostly from memory, so you milage may very.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.