Contents | < Browse | Browse >
PATH [-C] [path1] [path2] [path3] ...
* PATH defines the command search path used by ZShell when searching
for disk based commands (see EXECUTING COMMANDS ) .
If you give the "-c" option , the old search path will be cleared
and the new search path consist only of the given paths.
eg. path -c c: ram:c df0: df1:
This example will make it so that if you type a command which is
not internal in ZShell, the resident list will be searched for it,
then the current directory, then the c: directory, then the ram:c
directory, then df0:, and finally df1:
* By omitting the -c option , you can add a number of paths onto the
existing command search path.
eg. path df2:c
path df1:bin df1:myprogs
* If, however, you type path with no parameters, the current search
path will be displayed. The C: at the end of this list is no real
path, but commands will be searched there if they could not be found
anywhere else.
* When starting ZShell the paths of Workbench (if available) will be
copied.