Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.6.2.17 $; site uiucuxc.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!inuxc!pur-ee!uiucdcs!uiucuxc!grayson From: grayson@uiucuxc.UUCP Newsgroups: net.micro.cpm Subject: Re: ZCPR-like File Search Message-ID: <34600003@uiucuxc.UUCP> Date: Sun, 13-Jan-85 19:21:00 EST Article-I.D.: uiucuxc.34600003 Posted: Sun Jan 13 19:21:00 1985 Date-Received: Tue, 22-Jan-85 05:45:46 EST References: <7171@brl-tgr.UUCP> Lines: 9 Nf-ID: #R:brl-tgr:-717100:uiucuxc:34600003:000:417 Nf-From: uiucuxc!grayson Jan 13 18:21:00 1985 This is going to involve a change to the BDOS or a way to keep part of ZCPR resident while a program is running. What I did to solve this same problem on my H89 was to disassemble the BDOS and change it so that all files in user area 0 are visible from any other user area. This makes SWEEP painful, so I keep all my files on A: in 0 and on B: I keep no files in 0. Not elegant, but it has worked for a long time.