I'm coming into this late, and from a ZCPR3 perspective, but as I
understand it, you're trying to set a path from within an alias, using
$$ for the current directory?
It's PATH for ZCPR3, but other than that I'm betting it's the same.
From a command prompt, $$ is indeed the correct form for the current
directory. But within an alias, each $ has to be escaped (ie $$ becomes
$$$$). Because $ is used as a parameter indicator: $1 is the first
parameter, $2 the second, etc. So to get a literal $ passed to a
command, you have to double it up.
From the command prompt, if I wanted to set my path to the current
directory, followed by A15, I'd do:
PATH $$ A15
But inside an alias it would look like:
PATH $$$$ A15
Apologies in advance if I heard just the end of a conversation and
completely missed the point. :)
Regards,
Wayne
> >>>>> drive/user is *not* in the search path. You will need to add
> >>>>>>> you to switch user areas using the frmat "n:" where n is the