Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site aesat.UUCP Path: utzoo!aesat!rwh From: rwh@aesat.UUCP (Russ Herman) Newsgroups: net.micro.cbm Subject: Re: Mystery of the vanishing file Message-ID: <436@aesat.UUCP> Date: Fri, 2-Aug-85 10:05:33 EDT Article-I.D.: aesat.436 Posted: Fri Aug 2 10:05:33 1985 Date-Received: Fri, 2-Aug-85 10:14:35 EDT References: <789@burl.UUCP> Organization: AES Data Inc., Mississauga, Ont., CANADA L5N 3C9 Lines: 27 > A BASIC program saved to disk (1541) has mysteriously disappeared and > foul play is suspected. The filename exists in the directory but on > LOAD"file",8 and RUN (or LIST) the program is replaced by another one > listed on the disk. Repeated attempts mysteriously replace the named > file with a known imposter. ... > > The file has been SAVEd and REPLACEd several times (so too have many > of the others). Sounds like the old "save with replace" bug, now incontrovertibly demonstrated to exist. Don't EVER use the @filename notation in a SAVE statement: purge the file separately first. Also, unless you have REL or USR files on the disk, validate it after each few file purges. Make sure you never run your disks out of space, and if you wind up with any "*" files, do a OPEN 8,8,8,"filename,type,M:CLOSE8 and a validate as soon as possible. Never lost a file yet... -- ______ Russ Herman / \ {allegra,ihnp4,linus,decvax}!utzoo!aesat!rwh @( ? ? )@ ( || ) The opinions above are strictly personal, and ( \__/ ) do not reflect those of my employer (or even \____/ possibly myself an hour from now.)