A
anonymous
Hello group,
is there a way to automatically include subdirectories within the
environment variable %PATH%.
I know that one can extend this by adding another paths by a "" +
"<path>.
But what I want to do is create a folder with often used tools - but
each of them should be placed in it's own subfolder (with dll's, docs
and so on).
I want to use these tools in scripts by just calling the name of the
tool + params (without pathname) on the one hand. On the other hand I
don't want to add a path extension for every further tool on each
machine but instead only e.g. set PATH=%PATH%c:\tools
Under Unix I'd just link the stuff.
tia
marco
is there a way to automatically include subdirectories within the
environment variable %PATH%.
I know that one can extend this by adding another paths by a "" +
"<path>.
But what I want to do is create a folder with often used tools - but
each of them should be placed in it's own subfolder (with dll's, docs
and so on).
I want to use these tools in scripts by just calling the name of the
tool + params (without pathname) on the one hand. On the other hand I
don't want to add a path extension for every further tool on each
machine but instead only e.g. set PATH=%PATH%c:\tools
Under Unix I'd just link the stuff.
tia
marco