Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!lll-crg!caip!cbmvax!skipper!amiga!stan From: stan@amiga.UUCP (Stanley Shepard) Newsgroups: net.micro.amiga Subject: New PATH command Message-ID: <1159@amiga.amiga.UUCP> Date: Wed, 14-May-86 21:03:38 EDT Article-I.D.: amiga.1159 Posted: Wed May 14 21:03:38 1986 Date-Received: Fri, 16-May-86 06:39:32 EDT Reply-To: stan@coach.UUCP (Stanley Shepard) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 17 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.