Contents | < Browse | Browse >
PATH [-C] [path1] [path2] [path3] [path4] ...
* 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
Adds the directory df2:c onto the existing command search path.
eg. path df1:bin df1:myprogs
Adds the two directories df1:bin and df1:myprogs onto the existing
command search path.
* If, however, you type path with no parameters, the current search
path will be displayed.
PATH is not yet compatible to the AmigaDOS Path command. Sorry.