[net.micro.amiga] New PATH command

stan@amiga.UUCP (Stanley Shepard) (05/15/86)

There will be a path command available for the Amiga effective with the 1.2
release of system software currently in Beta testing.  The syntax for the
path command follows.

// PATH command

// Usage:     PATH                         displays current path list
//            PATH f1 f2 f3 ...            adds new directories to old path list//            PATH RESET f1 f2 f3 ... ADD  sets new path list, deletes old
//            PATH ADD f1 f2 f3 ...        adds new directories to old path list//            PATH RESET                   deletes current paths
//            PATH SHOW                    displays current path list
//
// Note:  Keywords may go at either beginning or end of line
//        e.g. PATH ADD f1 f2 f3    or    PATH f1 f2 f3 ADD
//
// Note:  Current directory is always searched first, and C: is always searched
//        last, although C: may also optionally be searched in any other 
//        specified position.