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!bmw From: bmw@aesat.UUCP (Bruce Walker) Newsgroups: net.micro.pc Subject: Re: Symbolic link under MS-DOS ??!!?? Message-ID: <336@aesat.UUCP> Date: Tue, 29-Jan-85 08:13:01 EST Article-I.D.: aesat.336 Posted: Tue Jan 29 08:13:01 1985 Date-Received: Tue, 29-Jan-85 09:26:09 EST References: <322@haddock.UUCP> Reply-To: bmw@aesat.UUCP (Bruce Walker) Organization: AES Data Inc., Mississauga Ont., Canada Lines: 23 Summary: In article <322@haddock.UUCP> johna@haddock.UUCP writes: >You have created a directory entry containing just an 8 byte name, 3 byte >extension, 1 byte attribute (10H) and all the rest of the fields are zeros. >Zero in bytes 26-27 (the starting cluster of a file/directory) indicates >the root, as it does in directory entries . and .. (dot & dotdot). > >I know of no way to remove this entry without a disk editor or > GASP!! reformatting. > > !decvax!ima!haddock!johna (John Adams) Actually, DEBUG makes a pretty good (read "cheap") disk editor. Check out the commands "Load" and "Write" and you will find that you may specify particular sectors or blocks of sectors to read/write into/from memory. In memory, they may be examined and modified with the "Display" and "Enter" commands. In this fashion, one may edit the actual directory area (just stuff a 0xE5 into the first byte of the entry to eliminate, and update the on-disk copy. *BEWARE*, though, this process is not for the inexperienced or faint-of-heart, patching directories of live disks is not unlike open-heart surgery: one slip and *SzzzzzxxxK!* (slicing motion of hand across throat). Bruce Walker {allegra,ihnp4,linus,decvax}!utzoo!aesat!bmw