Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!agate!eos!aio!alamo!ipolyi From: ipolyi@alamo.Berkeley.EDU (Harold H. Ipolyi 713-486-6444) Newsgroups: comp.sys.amiga.programmer Subject: Re: Multiple C Directories Message-ID: <1991May21.150817@alamo.Berkeley.EDU> Date: 21 May 91 20:08:17 GMT Article-I.D.: alamo.1991May21.150817 References: Sender: news@aio.jsc.nasa.gov (USENET News System) Reply-To: ipolyi@alamo.Berkeley.EDU (Harold H. Ipolyi 713-486-6444) Organization: nasa-jsc Lines: 20 In article , sk21s22@amiglynx.UUCP (Steve K) writes: > Is there a program that will allow you to have multiple C directories? I know > of the PATH command, but that only seems to work in the current CLI window. > I'm looking for something perminant that works in the same way. Any help > would be appreciated... A PATH command added to S:StartUp-Sequence or S:User-Startup (in 2.0) has global effect. Also (look up the PATH command in the manual, since my memory is usually faulty) you can do "path c: x:y/z add" to make commands in x:y/z as visible as those in sys:c. I don't remember whether to order of added paths is important (moot, unless you have commands of the same name; e.g. arp replacement, etc.) H