Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxl!ihnp4!zehntel!hplabs!sri-unix!rconn@brl From: rconn%brl@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: Re: stork Message-ID: <15278@sri-arpa.UUCP> Date: Sat, 7-Jan-84 08:27:43 EST Article-I.D.: sri-arpa.15278 Posted: Sat Jan 7 08:27:43 1984 Date-Received: Fri, 13-Jan-84 06:25:36 EST Lines: 16 From: Rick Conn Eric, I've had a similar need, but never found a solution. Instead, I got around it under ZCPR2 by creating a script command like the following: A:;dbase setup;B: In this way, I have all my work on B: and dbase.com and its overlays on A:. The command processor goes to A:, runs dbase, and the setup.prg file sets default to B:, so any files I reference come from B:. When done, the trailing B: puts me back into B:. Rick