Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!SSalzman.ES@PARC-MAXC.ARPA From: SSalzman.ES@PARC-MAXC.ARPA Newsgroups: net.micro.cpm Subject: Re: BDOS ERROR R/O, ARCHIVE BITS Message-ID: <13550@sri-arpa.UUCP> Date: Thu, 10-Nov-83 22:16:00 EST Article-I.D.: sri-arpa.13550 Posted: Thu Nov 10 22:16:00 1983 Date-Received: Sun, 13-Nov-83 19:13:51 EST Lines: 34 Hi. There is a bug in the archive patch to the BDOS and there is a fix for it (ARCHIVE.FIX). The note in ARCHIVE.FIX describes what you're talking about. The fix is as follows: force$r$w equ bdos$entry+05BAh ;force read write disk org force$r$w ret ; return from 'check changed disk' I'm really not sure where in the patch that belongs but here is where I put it and I've had no problems: wrt$dir equ bdos$entry... scratch equ bdos$entry... ; INSERT FIX HERE... org wrt$dir . . . Try it out. It should work. I've tried to get to Kelly Smith and get the latest version of the program but he's moving and his system is down. If you want a good rigid backup utility a friend of mine here reccomended QBAX. It's only $30 and it has I/O redirection and a few other nifty things. The new version of that should be out in a while and it will even handle breaking up large files onto several floppies (so I'm told). I'll be ordering it myself soon for a project I'm working on. Good Luck. Isaac Salzman. SSalzman.es@PARC-MAXC