Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!BLC@jpl-vax From: BLC%jpl-vax@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: response to additional fat Message-ID: <15939@sri-arpa.UUCP> Date: Tue, 31-Jan-84 01:07:00 EST Article-I.D.: sri-arpa.15939 Posted: Tue Jan 31 01:07:00 1984 Date-Received: Sat, 28-Jan-84 03:05:15 EST Lines: 32 From: Bruce L. Conroy With all deference to Ashton-Tate, I have never been able to make the form of reset do anything. Here is a CMD file which gives a BDOS EROR on B: R/O * test of reset function use b:dummy list use reset b: ? 'change disk B and hit "return"' wait reset b: create b:test return On the other hand, this CMD file performs as expected and so far has never crashed a directory or even lost a bit of data. * another test of reset function use b:dummy list use ? 'change disk B and hit "return"' wait reset create b:test use b:test list return ------