Command Search Path

When only the command name (i.e. no device, PPN, or extension) is specified, the search path for the command is given in the table below:

Filespec searched for

Notes

DSK0:<name>.LIT[1,4]

LIT command in the system directory.

<name>.LIT

LIT command in the current PPN

<name>.LIT[p,0]

LIT in the ,0 PPN of the current project

DSK0:<name>.CMD[1,4]

CMD file in the system directory

DSK0:<name>.CMD[2,2]

CMD file in the CMD file account

<name>.CMD

CMD file in the current PPN

<name>.CMD[p,0]

CMD file in the ,0 PPN of the current project

<name>.DO

DO file in the current PPN

<name>.DO[p,0]

DO file in the ,0 PPN of the current project

DSK0:<name>[2,2]

DO file in the CMD file account

 

If the command extension is included with the command name, then the search path is modified from the above to first look for the command in the current PPN (rather than in the system or CMD file directory).