Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!decwrl!amdcad!lll-crg!seismo!rlgvax!bub From: bub@rlgvax.UUCP ( Mongo Mauler) Newsgroups: net.micro.cbm Subject: Re: Documentation for C-64 disk drive Message-ID: <941@rlgvax.UUCP> Date: Wed, 5-Mar-86 09:02:49 EST Article-I.D.: rlgvax.941 Posted: Wed Mar 5 09:02:49 1986 Date-Received: Thu, 6-Mar-86 21:43:58 EST References: <1429@ames.UUCP> Distribution: na Organization: CCI Office Systems Group, Reston, VA Lines: 22 > Help! A friend lent my husband a disk drive for his Commodore 64, but the > documentation got lost in the move. At present, all we can figure out is > how to save files (fortunately, the friend remembered how to format disks). > > Does anyone know where I could get new documentation, or know the commands > for the following: > > Deleting a file > Listing the files on a disk > > Sorry to ask such trivial questions, but the commands aren't intuitive to > us. Thanks very much for the help. To delete a file (in direct mode): OPEN15,8,15:PRINT#15,"S0:FILENAME":CLOSE15,8,15 (That's a zero in here ^ , not an 'o') To list files on disk: LOAD"$",8 LIST