Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_18.ADF » F/ADFS1
F/ADFS1
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_18.ADF |
Filename: | F/ADFS1 |
Read OK: | ✔ |
File size: | 1A1A bytes |
Load address: | 41204556 |
Exec address: | 31534644 |
File contents
I have had numerous requests from a number of members who have found some of the manuals supplied with the Elk confusing. You are not the only ones! When I first started with computers I thought that manuals were deliberatly writen that way to persecute me. Since meeting a number of people involved in design and programming of computers I now realise that these people actually think that way. Lateral, totally logical and infuriating. This is my umteenth draft of a guide to using ADFS. I keep drifting into analogy and end up taking a page to explain anything. Here goes. SAVE LOAD *SAVE *LOAD CHAIN *SPOOL *EXEC *RUN ect. all work as normal and are outlined in the Elk user guide. At switch on or CTRL-BREAK, *. <RET> will initialise a disc in drive 0. To initialise a disc in drive 1 if you have a second drive type *MOUNT1 <RET>. Equally if you put another disc into drive 0 it too must be initialised, type *MOUNT0 <RET>. In actual fact *. in short for *CAT which catalogues a disc but when the computer hasn't been told that a disc is there it looks for one so saving some time. When a file is saved to disc it is put in the next available space after files already there. Its file-name is put onto a list or catalogue called a directory. If you use the same file-name as a file already in that directory the new file will over-write the old one and the old one is lost. Now, think of a family tree. There is the couple at the top who might have some children. Each of those children has some kids and each of them might produce offspring. With each succeeding generation the family grows. When you initially put an ADFS disc into the drive you can see a list of what is on the disc or more precisely what is in the ROOT DIRECTORY. Now some of the entries may have the letters DLR after them. These are SUB DIRECTORIES. In some ofthese sub-directories there may be more sub-directories with the letters DLR after their names. These sub-directories may themselves have sub-directories and so on. $ (Root Directory) |---------------| 1a 1b |--------| |--------| 2a 2b 2c 2d |---| |---| |---| |---| 3a 3b 3c 3d 3e 3f 3g 3h Diagram showing the directory tree structure. The tree is rarely this elaborate though and directory names or titles are usually a bit more descriptive. The point of this is two fold. Firstly, a directory can only hold 47 files, on my word processor disks when a directory has 46 files I simply create a new directory and start saving there. Secondly different directories can be used to hold differernt types of files. I have directories for personal letters, business letters, household letters and one for those which I don't talk about. Suppose I'm in the root directory and I want to save a file in directory 3f. I could move to 3f using the *DIR 1b.2c.3f <RET> then save or I could type SAVE "1b.2c.3f.file" <RET>. Afterwards I will still be in the root directory and my file will be safely saved in 3f. I can ofcourse check this by typing *.1b.2c.3f <RET>. Notice the sequence of directory names. This is called a path. It might be a little difficult to remember what each path is on each disc but the way to write a path is simple, first directory name, full stop, second directory name, full stop, third and final directory name, full stop, filename. Using the path structure you can also see the catalogue of another directory type *.1a.2b.3c <RET> Type *H. ADFS <RET>. This is a list of commands which are held in the ADFS ROM. The terms List Spec, Ob Spec and *Ob Spec* simply mean the file names and were developed by the boffins to confuse people. ACCESS <List Spec> (L) (W) (R) (E) In the directory catalogue filenames are followed by two or three capitol letters. L means that a file is locked. This file cannot be over written or deleted. W means writable. Near enough the opposite of L because you can save another file with the same name as this one so over writing and losing this one. R means readable. Never had much use for it myself. E is for protecting machine code programs. Don't use it. This command changes what you can do with a file. Initially most files will be followed by WR but these can be changed by typing for example *ACCESS filename LR <RET> BACK You want to work on some files in directory 1a and also some in directory 2b. Go to directory 1a then to directory 2b. Now whenever you want to jump from one directory to the other type *BACK <RET>. You will be toggled back and forth between the two directories. BYE Useless command unless you hapen to have a hard disc and even then... CDIR <Ob Spec> This command is used to create a new directory. Essential. Type *CDIR name <RET>. CLOSE This is used to close some types of data files. If you get an error FILE OPEN type *CLOSE <RET>. COMPACT <List Spec> <Ob Spec> You save a 5k file, then an 8k file then a 2k file. Then you load the 8k file add another 1k to it and save it again with the same name. It won't fit in the 8kspace it previously occupied so it will have to go after the 2k file. Now there is an 8k space which is effectively blank. Soon the disk is full of these spaces. Compact shuffels each file down, so filling the empty spaces and creating more free space at the end of the disc. To use it type VDU23,1,0;0;0;0; <RET> then type *COMPACT <RET>. The VDU command turns off the cursorand is VERY important. Providing the cursor is still off you can type *COMPACT <RET> repeatedly untill all the free space is available as you undoubtedly will need to. COPY <List Spec> <Ob Spec> A very useful command for copying files from one directory to another and one disk drive to another. You have a file xyz in directory 1a in drive 0 and you want to copy it to directory 2c in drive 1. Type *COPY :0.1a.xyz :1.1b.2c <RET> :1 means drive 1, the . separates each of the following parameters so :1.1b.2c is a sequence or path that must be taken, to drive 1, to directory 1b , to directory 2c. Obviously if you want to copy to a directory in the same drive then the :0. and the :1. can be ommited. You can also type *COPY :0.1a.* :1.1b.2c <RET>. This will copy everything in directory 1a on drive 0 to directory 2c on drive 1 DELETE <Ob Spec> To delete a file type *DELETE name <RET> DESTROY <List Spec> To delete a group of files type *DESTROY A* <RET>. All files beginning with A will be listed. You must type YES to confirm and they will all be deleted. Sort of block delete.
00000000 49 20 68 61 76 65 20 68 61 64 20 6e 75 6d 65 72 |I have had numer| 00000010 6f 75 73 20 72 65 71 75 65 73 74 73 20 66 72 6f |ous requests fro| 00000020 6d 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 6d 65 |m a number of me| 00000030 6d 62 65 72 73 20 77 68 6f 20 68 61 76 65 20 0d |mbers who have .| 00000040 66 6f 75 6e 64 20 73 6f 6d 65 20 6f 66 20 74 68 |found some of th| 00000050 65 20 6d 61 6e 75 61 6c 73 20 73 75 70 70 6c 69 |e manuals suppli| 00000060 65 64 20 77 69 74 68 20 74 68 65 20 45 6c 6b 20 |ed with the Elk | 00000070 63 6f 6e 66 75 73 69 6e 67 2e 20 59 6f 75 20 0d |confusing. You .| 00000080 61 72 65 20 6e 6f 74 20 74 68 65 20 6f 6e 6c 79 |are not the only| 00000090 20 6f 6e 65 73 21 20 57 68 65 6e 20 49 20 66 69 | ones! When I fi| 000000a0 72 73 74 20 73 74 61 72 74 65 64 20 77 69 74 68 |rst started with| 000000b0 20 63 6f 6d 70 75 74 65 72 73 20 49 20 0d 74 68 | computers I .th| 000000c0 6f 75 67 68 74 20 74 68 61 74 20 6d 61 6e 75 61 |ought that manua| 000000d0 6c 73 20 77 65 72 65 20 64 65 6c 69 62 65 72 61 |ls were delibera| 000000e0 74 6c 79 20 77 72 69 74 65 6e 20 74 68 61 74 20 |tly writen that | 000000f0 77 61 79 20 74 6f 20 0d 70 65 72 73 65 63 75 74 |way to .persecut| 00000100 65 20 6d 65 2e 20 53 69 6e 63 65 20 6d 65 65 74 |e me. Since meet| 00000110 69 6e 67 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 |ing a number of | 00000120 70 65 6f 70 6c 65 20 69 6e 76 6f 6c 76 65 64 20 |people involved | 00000130 69 6e 20 0d 64 65 73 69 67 6e 20 61 6e 64 20 70 |in .design and p| 00000140 72 6f 67 72 61 6d 6d 69 6e 67 20 6f 66 20 63 6f |rogramming of co| 00000150 6d 70 75 74 65 72 73 20 49 20 6e 6f 77 20 72 65 |mputers I now re| 00000160 61 6c 69 73 65 20 74 68 61 74 20 74 68 65 73 65 |alise that these| 00000170 20 0d 70 65 6f 70 6c 65 20 61 63 74 75 61 6c 6c | .people actuall| 00000180 79 20 74 68 69 6e 6b 20 74 68 61 74 20 77 61 79 |y think that way| 00000190 2e 20 4c 61 74 65 72 61 6c 2c 20 74 6f 74 61 6c |. Lateral, total| 000001a0 6c 79 20 6c 6f 67 69 63 61 6c 20 61 6e 64 20 0d |ly logical and .| 000001b0 69 6e 66 75 72 69 61 74 69 6e 67 2e 20 0d 0d 54 |infuriating. ..T| 000001c0 68 69 73 20 69 73 20 6d 79 20 75 6d 74 65 65 6e |his is my umteen| 000001d0 74 68 20 64 72 61 66 74 20 6f 66 20 61 20 67 75 |th draft of a gu| 000001e0 69 64 65 20 74 6f 20 75 73 69 6e 67 20 41 44 46 |ide to using ADF| 000001f0 53 2e 20 49 20 6b 65 65 70 20 0d 64 72 69 66 74 |S. I keep .drift| 00000200 69 6e 67 20 69 6e 74 6f 20 61 6e 61 6c 6f 67 79 |ing into analogy| 00000210 20 61 6e 64 20 65 6e 64 20 75 70 20 74 61 6b 69 | and end up taki| 00000220 6e 67 20 61 20 70 61 67 65 20 74 6f 20 65 78 70 |ng a page to exp| 00000230 6c 61 69 6e 20 0d 61 6e 79 74 68 69 6e 67 2e 0d |lain .anything..| 00000240 0d 48 65 72 65 20 67 6f 65 73 2e 0d 0d 53 41 56 |.Here goes...SAV| 00000250 45 20 10 4c 4f 41 44 20 10 2a 53 41 56 45 20 2a |E .LOAD .*SAVE *| 00000260 4c 4f 41 44 20 43 48 41 49 4e 20 2a 53 50 4f 4f |LOAD CHAIN *SPOO| 00000270 4c 20 2a 45 58 45 43 20 2a 52 55 4e 20 65 63 74 |L *EXEC *RUN ect| 00000280 2e 20 61 6c 6c 20 77 6f 72 6b 20 61 73 20 0d 6e |. all work as .n| 00000290 6f 72 6d 61 6c 20 61 6e 64 20 61 72 65 20 6f 75 |ormal and are ou| 000002a0 74 6c 69 6e 65 64 20 10 69 6e 20 74 68 65 20 45 |tlined .in the E| 000002b0 6c 6b 20 75 73 65 72 20 67 75 69 64 65 2e 20 0d |lk user guide. .| 000002c0 0d 41 74 20 73 77 69 74 63 68 20 6f 6e 20 6f 72 |.At switch on or| 000002d0 20 43 54 52 4c 2d 42 52 45 41 4b 2c 20 2a 2e 20 | CTRL-BREAK, *. | 000002e0 3c 52 45 54 3e 20 77 69 6c 6c 20 69 6e 69 74 69 |<RET> will initi| 000002f0 61 6c 69 73 65 20 61 20 64 69 73 63 20 69 6e 20 |alise a disc in | 00000300 0d 64 72 69 76 65 20 30 2e 20 54 6f 20 69 6e 69 |.drive 0. To ini| 00000310 74 69 61 6c 69 73 65 20 61 20 64 69 73 63 20 69 |tialise a disc i| 00000320 6e 20 64 72 69 76 65 20 31 20 69 66 20 79 6f 75 |n drive 1 if you| 00000330 20 68 61 76 65 20 61 20 73 65 63 6f 6e 64 20 0d | have a second .| 00000340 64 72 69 76 65 20 74 79 70 65 20 2a 4d 4f 55 4e |drive type *MOUN| 00000350 54 31 20 3c 52 45 54 3e 2e 20 45 71 75 61 6c 6c |T1 <RET>. Equall| 00000360 79 20 69 66 20 79 6f 75 20 70 75 74 20 61 6e 6f |y if you put ano| 00000370 74 68 65 72 20 64 69 73 63 20 69 6e 74 6f 20 10 |ther disc into .| 00000380 0d 64 72 69 76 65 20 30 20 69 74 20 74 6f 6f 20 |.drive 0 it too | 00000390 6d 75 73 74 20 62 65 20 69 6e 69 74 69 61 6c 69 |must be initiali| 000003a0 73 65 64 2c 20 74 79 70 65 20 2a 4d 4f 55 4e 54 |sed, type *MOUNT| 000003b0 30 20 3c 52 45 54 3e 2e 20 0d 0d 49 6e 20 61 63 |0 <RET>. ..In ac| 000003c0 74 75 61 6c 20 66 61 63 74 20 2a 2e 20 69 6e 20 |tual fact *. in | 000003d0 73 68 6f 72 74 20 66 6f 72 20 2a 43 41 54 20 77 |short for *CAT w| 000003e0 68 69 63 68 20 63 61 74 61 6c 6f 67 75 65 73 20 |hich catalogues | 000003f0 61 20 64 69 73 63 20 62 75 74 20 0d 77 68 65 6e |a disc but .when| 00000400 20 74 68 65 20 63 6f 6d 70 75 74 65 72 20 68 61 | the computer ha| 00000410 73 6e 27 74 20 62 65 65 6e 20 74 6f 6c 64 20 74 |sn't been told t| 00000420 68 61 74 20 61 20 64 69 73 63 20 69 73 20 74 68 |hat a disc is th| 00000430 65 72 65 20 69 74 20 6c 6f 6f 6b 73 20 0d 66 6f |ere it looks .fo| 00000440 72 20 6f 6e 65 20 73 6f 20 73 61 76 69 6e 67 20 |r one so saving | 00000450 73 6f 6d 65 20 74 69 6d 65 2e 0d 0d 57 68 65 6e |some time...When| 00000460 20 61 20 66 69 6c 65 20 69 73 20 73 61 76 65 64 | a file is saved| 00000470 20 74 6f 20 64 69 73 63 20 69 74 20 69 73 20 70 | to disc it is p| 00000480 75 74 20 69 6e 20 74 68 65 20 6e 65 78 74 20 61 |ut in the next a| 00000490 76 61 69 6c 61 62 6c 65 20 0d 73 70 61 63 65 20 |vailable .space | 000004a0 61 66 74 65 72 20 66 69 6c 65 73 20 61 6c 72 65 |after files alre| 000004b0 61 64 79 20 74 68 65 72 65 2e 20 49 74 73 20 66 |ady there. Its f| 000004c0 69 6c 65 2d 6e 61 6d 65 20 69 73 20 70 75 74 20 |ile-name is put | 000004d0 6f 6e 74 6f 20 61 20 0d 6c 69 73 74 20 10 6f 72 |onto a .list .or| 000004e0 20 10 63 61 74 61 6c 6f 67 75 65 20 10 63 61 6c | .catalogue .cal| 000004f0 6c 65 64 20 10 61 20 10 64 69 72 65 63 74 6f 72 |led .a .director| 00000500 79 2e 20 10 49 66 20 10 79 6f 75 20 75 73 65 20 |y. .If .you use | 00000510 74 68 65 20 73 61 6d 65 20 0d 66 69 6c 65 2d 6e |the same .file-n| 00000520 61 6d 65 20 10 61 73 20 61 20 66 69 6c 65 20 61 |ame .as a file a| 00000530 6c 72 65 61 64 79 20 69 6e 20 74 68 61 74 20 64 |lready in that d| 00000540 69 72 65 63 74 6f 72 79 20 74 68 65 20 6e 65 77 |irectory the new| 00000550 20 66 69 6c 65 20 77 69 6c 6c 20 0d 6f 76 65 72 | file will .over| 00000560 2d 77 72 69 74 65 20 74 68 65 20 6f 6c 64 20 6f |-write the old o| 00000570 6e 65 20 61 6e 64 20 74 68 65 20 6f 6c 64 20 6f |ne and the old o| 00000580 6e 65 20 69 73 20 6c 6f 73 74 2e 0d 0d 4e 6f 77 |ne is lost...Now| 00000590 2c 20 74 68 69 6e 6b 20 6f 66 20 61 20 66 61 6d |, think of a fam| 000005a0 69 6c 79 20 74 72 65 65 2e 20 54 68 65 72 65 20 |ily tree. There | 000005b0 69 73 20 74 68 65 20 63 6f 75 70 6c 65 20 61 74 |is the couple at| 000005c0 20 74 68 65 20 74 6f 70 20 77 68 6f 20 0d 6d 69 | the top who .mi| 000005d0 67 68 74 20 68 61 76 65 20 73 6f 6d 65 20 63 68 |ght have some ch| 000005e0 69 6c 64 72 65 6e 2e 20 45 61 63 68 20 6f 66 20 |ildren. Each of | 000005f0 74 68 6f 73 65 20 63 68 69 6c 64 72 65 6e 20 68 |those children h| 00000600 61 73 20 73 6f 6d 65 20 6b 69 64 73 20 0d 61 6e |as some kids .an| 00000610 64 20 65 61 63 68 20 6f 66 20 74 68 65 6d 20 6d |d each of them m| 00000620 69 67 68 74 20 70 72 6f 64 75 63 65 20 6f 66 66 |ight produce off| 00000630 73 70 72 69 6e 67 2e 20 57 69 74 68 20 65 61 63 |spring. With eac| 00000640 68 20 73 75 63 63 65 65 64 69 6e 67 20 0d 67 65 |h succeeding .ge| 00000650 6e 65 72 61 74 69 6f 6e 20 74 68 65 20 66 61 6d |neration the fam| 00000660 69 6c 79 20 67 72 6f 77 73 2e 20 0d 0d 57 68 65 |ily grows. ..Whe| 00000670 6e 20 79 6f 75 20 69 6e 69 74 69 61 6c 6c 79 20 |n you initially | 00000680 70 75 74 20 61 6e 20 41 44 46 53 20 64 69 73 63 |put an ADFS disc| 00000690 20 69 6e 74 6f 20 74 68 65 20 64 72 69 76 65 20 | into the drive | 000006a0 79 6f 75 20 63 61 6e 20 73 65 65 20 61 20 0d 6c |you can see a .l| 000006b0 69 73 74 20 6f 66 20 77 68 61 74 20 69 73 20 6f |ist of what is o| 000006c0 6e 20 74 68 65 20 64 69 73 63 20 6f 72 20 6d 6f |n the disc or mo| 000006d0 72 65 20 70 72 65 63 69 73 65 6c 79 20 77 68 61 |re precisely wha| 000006e0 74 20 69 73 20 69 6e 20 10 74 68 65 20 0d 52 4f |t is in .the .RO| 000006f0 4f 54 20 44 49 52 45 43 54 4f 52 59 2e 20 4e 6f |OT DIRECTORY. No| 00000700 77 20 73 6f 6d 65 20 6f 66 20 74 68 65 20 65 6e |w some of the en| 00000710 74 72 69 65 73 20 6d 61 79 20 68 61 76 65 20 74 |tries may have t| 00000720 68 65 20 10 6c 65 74 74 65 72 73 20 0d 44 4c 52 |he .letters .DLR| 00000730 20 61 66 74 65 72 20 74 68 65 6d 2e 20 54 68 65 | after them. The| 00000740 73 65 20 61 72 65 20 53 55 42 20 44 49 52 45 43 |se are SUB DIREC| 00000750 54 4f 52 49 45 53 2e 20 49 6e 20 73 6f 6d 65 20 |TORIES. In some | 00000760 6f 66 10 74 68 65 73 65 0d 73 75 62 2d 64 69 72 |of.these.sub-dir| 00000770 65 63 74 6f 72 69 65 73 20 74 68 65 72 65 20 6d |ectories there m| 00000780 61 79 20 62 65 20 6d 6f 72 65 20 73 75 62 2d 64 |ay be more sub-d| 00000790 69 72 65 63 74 6f 72 69 65 73 20 77 69 74 68 20 |irectories with | 000007a0 10 74 68 65 20 0d 6c 65 74 74 65 72 73 20 44 4c |.the .letters DL| 000007b0 52 20 61 66 74 65 72 20 74 68 65 69 72 20 6e 61 |R after their na| 000007c0 6d 65 73 2e 20 54 68 65 73 65 20 73 75 62 2d 64 |mes. These sub-d| 000007d0 69 72 65 63 74 6f 72 69 65 73 20 6d 61 79 20 10 |irectories may .| 000007e0 0d 74 68 65 6d 73 65 6c 76 65 73 20 68 61 76 65 |.themselves have| 000007f0 20 73 75 62 2d 64 69 72 65 63 74 6f 72 69 65 73 | sub-directories| 00000800 20 61 6e 64 20 73 6f 20 6f 6e 2e 0d 0d 20 20 20 | and so on... | 00000810 20 20 20 20 20 20 20 20 20 20 20 20 24 20 20 0d | $ .| 00000820 20 20 20 20 20 20 20 20 28 52 6f 6f 74 20 44 69 | (Root Di| 00000830 72 65 63 74 6f 72 79 29 0d 20 20 20 20 20 20 20 |rectory). | 00000840 7c 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d ||---------------| 00000850 7c 0d 20 20 20 20 20 20 31 61 20 20 20 20 20 20 ||. 1a | 00000860 20 20 20 20 20 20 20 20 31 62 0d 20 20 7c 2d 2d | 1b. |--| 00000870 2d 2d 2d 2d 2d 2d 7c 20 20 20 20 20 20 7c 2d 2d |------| |--| 00000880 2d 2d 2d 2d 2d 2d 7c 0d 20 20 32 61 20 20 20 20 |------|. 2a | 00000890 20 20 32 62 20 20 20 20 20 20 32 63 20 20 20 20 | 2b 2c | 000008a0 20 20 32 64 0d 7c 2d 2d 2d 7c 20 20 20 7c 2d 2d | 2d.|---| |--| 000008b0 2d 7c 20 20 20 7c 2d 2d 2d 7c 20 20 20 7c 2d 2d |-| |---| |--| 000008c0 2d 7c 0d 33 61 20 33 62 20 20 20 33 63 20 33 64 |-|.3a 3b 3c 3d| 000008d0 20 20 20 33 65 20 33 66 20 20 20 33 67 20 33 68 | 3e 3f 3g 3h| 000008e0 0d 0d 10 10 20 20 44 69 61 67 72 61 6d 20 73 68 |.... Diagram sh| 000008f0 6f 77 69 6e 67 20 74 68 65 20 0d 10 10 64 69 72 |owing the ...dir| 00000900 65 63 74 6f 72 79 20 74 72 65 65 20 73 74 72 75 |ectory tree stru| 00000910 63 74 75 72 65 2e 0d 10 10 54 68 65 20 74 72 65 |cture....The tre| 00000920 65 20 69 73 20 20 72 61 72 65 6c 79 20 74 68 69 |e is rarely thi| 00000930 73 20 0d 10 10 65 6c 61 62 6f 72 61 74 65 20 74 |s ...elaborate t| 00000940 68 6f 75 67 68 20 61 6e 64 20 0d 10 10 64 69 72 |hough and ...dir| 00000950 65 63 74 6f 72 79 20 6e 61 6d 65 73 20 6f 72 20 |ectory names or | 00000960 74 69 74 6c 65 73 10 20 20 0d 10 10 61 72 65 20 |titles. ...are | 00000970 75 73 75 61 6c 6c 79 20 61 20 62 69 74 20 6d 6f |usually a bit mo| 00000980 72 65 20 0d 10 10 64 65 73 63 72 69 70 74 69 76 |re ...descriptiv| 00000990 65 2e 0d 0d 54 68 65 20 70 6f 69 6e 74 20 6f 66 |e...The point of| 000009a0 20 74 68 69 73 20 69 73 20 74 77 6f 20 66 6f 6c | this is two fol| 000009b0 64 2e 20 46 69 72 73 74 6c 79 2c 20 61 20 64 69 |d. Firstly, a di| 000009c0 72 65 63 74 6f 72 79 20 63 61 6e 20 6f 6e 6c 79 |rectory can only| 000009d0 20 0d 68 6f 6c 64 20 10 34 37 20 66 69 6c 65 73 | .hold .47 files| 000009e0 2c 20 6f 6e 20 6d 79 20 77 6f 72 64 20 70 72 6f |, on my word pro| 000009f0 63 65 73 73 6f 72 20 64 69 73 6b 73 20 77 68 65 |cessor disks whe| 00000a00 6e 20 61 20 64 69 72 65 63 74 6f 72 79 20 68 61 |n a directory ha| 00000a10 73 20 0d 34 36 20 10 66 69 6c 65 73 20 49 20 73 |s .46 .files I s| 00000a20 69 6d 70 6c 79 20 63 72 65 61 74 65 20 61 20 6e |imply create a n| 00000a30 65 77 20 64 69 72 65 63 74 6f 72 79 20 61 6e 64 |ew directory and| 00000a40 20 73 74 61 72 74 20 73 61 76 69 6e 67 20 0d 74 | start saving .t| 00000a50 68 65 72 65 2e 20 10 53 65 63 6f 6e 64 6c 79 20 |here. .Secondly | 00000a60 64 69 66 66 65 72 65 6e 74 20 64 69 72 65 63 74 |different direct| 00000a70 6f 72 69 65 73 20 63 61 6e 20 62 65 20 75 73 65 |ories can be use| 00000a80 64 20 74 6f 20 68 6f 6c 64 20 0d 64 69 66 66 65 |d to hold .diffe| 00000a90 72 65 72 6e 74 20 10 74 79 70 65 73 20 6f 66 20 |rernt .types of | 00000aa0 66 69 6c 65 73 2e 20 49 20 68 61 76 65 20 64 69 |files. I have di| 00000ab0 72 65 63 74 6f 72 69 65 73 20 66 6f 72 20 70 65 |rectories for pe| 00000ac0 72 73 6f 6e 61 6c 20 0d 6c 65 74 74 65 72 73 2c |rsonal .letters,| 00000ad0 20 62 75 73 69 6e 65 73 73 20 10 6c 65 74 74 65 | business .lette| 00000ae0 72 73 2c 20 68 6f 75 73 65 68 6f 6c 64 20 6c 65 |rs, household le| 00000af0 74 74 65 72 73 20 61 6e 64 20 6f 6e 65 20 66 6f |tters and one fo| 00000b00 72 20 74 68 6f 73 65 20 0d 77 68 69 63 68 20 49 |r those .which I| 00000b10 20 64 6f 6e 27 74 20 74 61 6c 6b 20 10 61 62 6f | don't talk .abo| 00000b20 75 74 2e 0d 0d 53 75 70 70 6f 73 65 20 49 27 6d |ut...Suppose I'm| 00000b30 20 69 6e 20 74 68 65 20 72 6f 6f 74 20 64 69 72 | in the root dir| 00000b40 65 63 74 6f 72 79 20 61 6e 64 20 49 20 77 61 6e |ectory and I wan| 00000b50 74 20 74 6f 20 73 61 76 65 20 61 20 66 69 6c 65 |t to save a file| 00000b60 20 69 6e 20 0d 64 69 72 65 63 74 6f 72 79 20 33 | in .directory 3| 00000b70 66 2e 20 49 20 63 6f 75 6c 64 20 6d 6f 76 65 20 |f. I could move | 00000b80 74 6f 20 33 66 20 75 73 69 6e 67 20 74 68 65 20 |to 3f using the | 00000b90 2a 44 49 52 20 31 62 2e 32 63 2e 33 66 20 3c 52 |*DIR 1b.2c.3f <R| 00000ba0 45 54 3e 20 0d 74 68 65 6e 20 73 61 76 65 20 6f |ET> .then save o| 00000bb0 72 20 49 20 63 6f 75 6c 64 20 74 79 70 65 20 53 |r I could type S| 00000bc0 41 56 45 20 22 31 62 2e 32 63 2e 33 66 2e 66 69 |AVE "1b.2c.3f.fi| 00000bd0 6c 65 22 20 3c 52 45 54 3e 2e 20 0d 41 66 74 65 |le" <RET>. .Afte| 00000be0 72 77 61 72 64 73 20 49 20 10 77 69 6c 6c 20 73 |rwards I .will s| 00000bf0 74 69 6c 6c 20 62 65 20 69 6e 20 74 68 65 20 72 |till be in the r| 00000c00 6f 6f 74 20 64 69 72 65 63 74 6f 72 79 20 61 6e |oot directory an| 00000c10 64 20 6d 79 20 66 69 6c 65 20 0d 77 69 6c 6c 20 |d my file .will | 00000c20 62 65 20 73 61 66 65 6c 79 20 10 73 61 76 65 64 |be safely .saved| 00000c30 20 69 6e 20 33 66 2e 20 49 20 63 61 6e 20 6f 66 | in 3f. I can of| 00000c40 63 6f 75 72 73 65 20 63 68 65 63 6b 20 74 68 69 |course check thi| 00000c50 73 20 62 79 20 0d 74 79 70 69 6e 67 20 2a 2e 31 |s by .typing *.1| 00000c60 62 2e 32 63 2e 33 66 20 3c 52 45 54 3e 2e 0d 0d |b.2c.3f <RET>...| 00000c70 4e 6f 74 69 63 65 20 74 68 65 20 73 65 71 75 65 |Notice the seque| 00000c80 6e 63 65 20 6f 66 20 64 69 72 65 63 74 6f 72 79 |nce of directory| 00000c90 20 6e 61 6d 65 73 2e 20 54 68 69 73 20 69 73 20 | names. This is | 00000ca0 63 61 6c 6c 65 64 20 61 20 70 61 74 68 2e 20 10 |called a path. .| 00000cb0 0d 49 74 20 6d 69 67 68 74 20 62 65 20 61 20 6c |.It might be a l| 00000cc0 69 74 74 6c 65 20 64 69 66 66 69 63 75 6c 74 20 |ittle difficult | 00000cd0 74 6f 20 72 65 6d 65 6d 62 65 72 20 77 68 61 74 |to remember what| 00000ce0 20 65 61 63 68 20 70 61 74 68 20 69 73 20 6f 6e | each path is on| 00000cf0 10 0d 65 61 63 68 20 64 69 73 63 20 62 75 74 20 |..each disc but | 00000d00 74 68 65 20 77 61 79 20 74 6f 20 77 72 69 74 65 |the way to write| 00000d10 20 61 20 70 61 74 68 20 69 73 20 73 69 6d 70 6c | a path is simpl| 00000d20 65 2c 20 66 69 72 73 74 20 10 0d 64 69 72 65 63 |e, first ..direc| 00000d30 74 6f 72 79 20 6e 61 6d 65 2c 20 66 75 6c 6c 20 |tory name, full | 00000d40 73 74 6f 70 2c 20 73 65 63 6f 6e 64 20 64 69 72 |stop, second dir| 00000d50 65 63 74 6f 72 79 20 6e 61 6d 65 2c 20 66 75 6c |ectory name, ful| 00000d60 6c 20 73 74 6f 70 2c 20 10 0d 74 68 69 72 64 20 |l stop, ..third | 00000d70 61 6e 64 20 66 69 6e 61 6c 20 64 69 72 65 63 74 |and final direct| 00000d80 6f 72 79 20 6e 61 6d 65 2c 20 66 75 6c 6c 20 73 |ory name, full s| 00000d90 74 6f 70 2c 20 66 69 6c 65 6e 61 6d 65 2e 0d 0d |top, filename...| 00000da0 55 73 69 6e 67 20 74 68 65 20 70 61 74 68 20 73 |Using the path s| 00000db0 74 72 75 63 74 75 72 65 20 79 6f 75 20 63 61 6e |tructure you can| 00000dc0 20 61 6c 73 6f 20 73 65 65 20 74 68 65 20 63 61 | also see the ca| 00000dd0 74 61 6c 6f 67 75 65 20 6f 66 20 0d 61 6e 6f 74 |talogue of .anot| 00000de0 68 65 72 20 64 69 72 65 63 74 6f 72 79 20 74 79 |her directory ty| 00000df0 70 65 20 2a 2e 31 61 2e 32 62 2e 33 63 20 3c 52 |pe *.1a.2b.3c <R| 00000e00 45 54 3e 0d 0d 54 79 70 65 20 2a 48 2e 20 41 44 |ET>..Type *H. AD| 00000e10 46 53 20 3c 52 45 54 3e 2e 20 54 68 69 73 20 69 |FS <RET>. This i| 00000e20 73 20 61 20 6c 69 73 74 20 6f 66 20 63 6f 6d 6d |s a list of comm| 00000e30 61 6e 64 73 20 77 68 69 63 68 20 61 72 65 20 68 |ands which are h| 00000e40 65 6c 64 20 0d 69 6e 20 74 68 65 20 41 44 46 53 |eld .in the ADFS| 00000e50 20 52 4f 4d 2e 20 0d 0d 54 68 65 20 74 65 72 6d | ROM. ..The term| 00000e60 73 20 4c 69 73 74 20 53 70 65 63 2c 20 4f 62 20 |s List Spec, Ob | 00000e70 53 70 65 63 20 61 6e 64 20 2a 4f 62 20 53 70 65 |Spec and *Ob Spe| 00000e80 63 2a 20 73 69 6d 70 6c 79 20 6d 65 61 6e 20 74 |c* simply mean t| 00000e90 68 65 20 66 69 6c 65 20 10 0d 6e 61 6d 65 73 20 |he file ..names | 00000ea0 61 6e 64 20 77 65 72 65 20 64 65 76 65 6c 6f 70 |and were develop| 00000eb0 65 64 20 62 79 20 74 68 65 20 62 6f 66 66 69 6e |ed by the boffin| 00000ec0 73 20 74 6f 20 63 6f 6e 66 75 73 65 20 70 65 6f |s to confuse peo| 00000ed0 70 6c 65 2e 20 0d 0d 41 43 43 45 53 53 20 3c 4c |ple. ..ACCESS <L| 00000ee0 69 73 74 20 53 70 65 63 3e 20 28 4c 29 20 28 57 |ist Spec> (L) (W| 00000ef0 29 20 28 52 29 20 28 45 29 20 49 6e 20 74 68 65 |) (R) (E) In the| 00000f00 20 64 69 72 65 63 74 6f 72 79 20 63 61 74 61 6c | directory catal| 00000f10 6f 67 75 65 20 0d 66 69 6c 65 6e 61 6d 65 73 20 |ogue .filenames | 00000f20 61 72 65 20 66 6f 6c 6c 6f 77 65 64 20 62 79 20 |are followed by | 00000f30 74 77 6f 20 6f 72 20 10 74 68 72 65 65 20 63 61 |two or .three ca| 00000f40 70 69 74 6f 6c 20 6c 65 74 74 65 72 73 2e 20 4c |pitol letters. L| 00000f50 20 0d 6d 65 61 6e 73 20 74 68 61 74 20 61 20 66 | .means that a f| 00000f60 69 6c 65 20 69 73 20 6c 6f 63 6b 65 64 2e 20 54 |ile is locked. T| 00000f70 68 69 73 20 10 66 69 6c 65 20 63 61 6e 6e 6f 74 |his .file cannot| 00000f80 20 62 65 20 6f 76 65 72 20 77 72 69 74 74 65 6e | be over written| 00000f90 20 0d 6f 72 20 64 65 6c 65 74 65 64 2e 20 57 20 | .or deleted. W | 00000fa0 6d 65 61 6e 73 20 77 72 69 74 61 62 6c 65 2e 20 |means writable. | 00000fb0 4e 65 61 72 20 10 65 6e 6f 75 67 68 20 74 68 65 |Near .enough the| 00000fc0 20 6f 70 70 6f 73 69 74 65 20 6f 66 20 4c 20 0d | opposite of L .| 00000fd0 62 65 63 61 75 73 65 20 79 6f 75 20 63 61 6e 20 |because you can | 00000fe0 73 61 76 65 20 61 6e 6f 74 68 65 72 20 66 69 6c |save another fil| 00000ff0 65 20 77 69 74 68 20 10 74 68 65 20 73 61 6d 65 |e with .the same| 00001000 20 6e 61 6d 65 20 61 73 20 74 68 69 73 20 0d 6f | name as this .o| 00001010 6e 65 20 73 6f 20 6f 76 65 72 20 77 72 69 74 69 |ne so over writi| 00001020 6e 67 20 61 6e 64 20 6c 6f 73 69 6e 67 20 74 68 |ng and losing th| 00001030 69 73 20 6f 6e 65 2e 20 10 52 20 6d 65 61 6e 73 |is one. .R means| 00001040 20 72 65 61 64 61 62 6c 65 2e 20 0d 4e 65 76 65 | readable. .Neve| 00001050 72 20 68 61 64 20 6d 75 63 68 20 75 73 65 20 66 |r had much use f| 00001060 6f 72 20 69 74 20 6d 79 73 65 6c 66 2e 20 45 20 |or it myself. E | 00001070 69 73 20 66 6f 72 20 10 70 72 6f 74 65 63 74 69 |is for .protecti| 00001080 6e 67 20 6d 61 63 68 69 6e 65 20 0d 63 6f 64 65 |ng machine .code| 00001090 20 70 72 6f 67 72 61 6d 73 2e 20 44 6f 6e 27 74 | programs. Don't| 000010a0 20 75 73 65 20 69 74 2e 20 0d 54 68 69 73 20 63 | use it. .This c| 000010b0 6f 6d 6d 61 6e 64 20 63 68 61 6e 67 65 73 20 77 |ommand changes w| 000010c0 68 61 74 20 79 6f 75 20 10 63 61 6e 20 64 6f 20 |hat you .can do | 000010d0 77 69 74 68 20 61 20 66 69 6c 65 2e 20 49 6e 69 |with a file. Ini| 000010e0 74 69 61 6c 6c 79 20 0d 6d 6f 73 74 20 66 69 6c |tially .most fil| 000010f0 65 73 20 77 69 6c 6c 20 62 65 20 66 6f 6c 6c 6f |es will be follo| 00001100 77 65 64 20 62 79 20 57 52 20 10 62 75 74 20 74 |wed by WR .but t| 00001110 68 65 73 65 20 63 61 6e 20 62 65 20 63 68 61 6e |hese can be chan| 00001120 67 65 64 20 62 79 20 0d 74 79 70 69 6e 67 20 66 |ged by .typing f| 00001130 6f 72 20 65 78 61 6d 70 6c 65 20 10 2a 41 43 43 |or example .*ACC| 00001140 45 53 53 20 66 69 6c 65 6e 61 6d 65 20 4c 52 20 |ESS filename LR | 00001150 3c 52 45 54 3e 0d 0d 42 41 43 4b 20 59 6f 75 20 |<RET>..BACK You | 00001160 77 61 6e 74 20 74 6f 20 77 6f 72 6b 20 6f 6e 20 |want to work on | 00001170 73 6f 6d 65 20 66 69 6c 65 73 20 69 6e 20 64 69 |some files in di| 00001180 72 65 63 74 6f 72 79 20 31 61 20 61 6e 64 20 61 |rectory 1a and a| 00001190 6c 73 6f 20 0d 73 6f 6d 65 20 69 6e 20 64 69 72 |lso .some in dir| 000011a0 65 63 74 6f 72 79 20 32 62 2e 20 47 6f 20 74 6f |ectory 2b. Go to| 000011b0 20 64 69 72 65 63 74 6f 72 79 20 31 61 20 74 68 | directory 1a th| 000011c0 65 6e 20 74 6f 20 64 69 72 65 63 74 6f 72 79 20 |en to directory | 000011d0 32 62 2e 20 0d 4e 6f 77 20 77 68 65 6e 65 76 65 |2b. .Now wheneve| 000011e0 72 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 6a 75 |r you want to ju| 000011f0 6d 70 20 66 72 6f 6d 20 6f 6e 65 20 64 69 72 65 |mp from one dire| 00001200 63 74 6f 72 79 20 74 6f 20 74 68 65 20 6f 74 68 |ctory to the oth| 00001210 65 72 20 0d 74 79 70 65 20 2a 42 41 43 4b 20 3c |er .type *BACK <| 00001220 52 45 54 3e 2e 20 59 6f 75 20 77 69 6c 6c 20 62 |RET>. You will b| 00001230 65 20 74 6f 67 67 6c 65 64 20 62 61 63 6b 20 61 |e toggled back a| 00001240 6e 64 20 66 6f 72 74 68 20 62 65 74 77 65 65 6e |nd forth between| 00001250 20 74 68 65 20 0d 74 77 6f 20 64 69 72 65 63 74 | the .two direct| 00001260 6f 72 69 65 73 2e 20 0d 0d 42 59 45 20 55 73 65 |ories. ..BYE Use| 00001270 6c 65 73 73 20 63 6f 6d 6d 61 6e 64 20 75 6e 6c |less command unl| 00001280 65 73 73 20 79 6f 75 20 68 61 70 65 6e 20 74 6f |ess you hapen to| 00001290 20 68 61 76 65 20 61 20 68 61 72 64 20 64 69 73 | have a hard dis| 000012a0 63 20 61 6e 64 20 0d 65 76 65 6e 20 74 68 65 6e |c and .even then| 000012b0 2e 2e 2e 0d 0d 43 44 49 52 20 3c 4f 62 20 53 70 |.....CDIR <Ob Sp| 000012c0 65 63 3e 20 54 68 69 73 20 63 6f 6d 6d 61 6e 64 |ec> This command| 000012d0 20 69 73 20 75 73 65 64 20 74 6f 20 63 72 65 61 | is used to crea| 000012e0 74 65 20 61 20 6e 65 77 20 64 69 72 65 63 74 6f |te a new directo| 000012f0 72 79 2e 20 0d 45 73 73 65 6e 74 69 61 6c 2e 20 |ry. .Essential. | 00001300 54 79 70 65 20 2a 43 44 49 52 20 6e 61 6d 65 20 |Type *CDIR name | 00001310 3c 52 45 54 3e 2e 0d 0d 43 4c 4f 53 45 20 54 68 |<RET>...CLOSE Th| 00001320 69 73 20 69 73 20 75 73 65 64 20 74 6f 20 63 6c |is is used to cl| 00001330 6f 73 65 20 73 6f 6d 65 20 74 79 70 65 73 20 6f |ose some types o| 00001340 66 20 64 61 74 61 20 66 69 6c 65 73 2e 20 49 66 |f data files. If| 00001350 20 79 6f 75 20 67 65 74 20 0d 61 6e 20 65 72 72 | you get .an err| 00001360 6f 72 20 46 49 4c 45 20 4f 50 45 4e 20 74 79 70 |or FILE OPEN typ| 00001370 65 20 2a 43 4c 4f 53 45 20 3c 52 45 54 3e 2e 0d |e *CLOSE <RET>..| 00001380 0d 43 4f 4d 50 41 43 54 20 3c 4c 69 73 74 20 53 |.COMPACT <List S| 00001390 70 65 63 3e 20 3c 4f 62 20 53 70 65 63 3e 20 59 |pec> <Ob Spec> Y| 000013a0 6f 75 20 73 61 76 65 20 61 20 35 6b 20 66 69 6c |ou save a 5k fil| 000013b0 65 2c 20 74 68 65 6e 20 61 6e 20 38 6b 20 0d 66 |e, then an 8k .f| 000013c0 69 6c 65 20 74 68 65 6e 20 61 20 32 6b 20 66 69 |ile then a 2k fi| 000013d0 6c 65 2e 20 54 68 65 6e 20 79 6f 75 20 6c 6f 61 |le. Then you loa| 000013e0 64 20 74 68 65 20 38 6b 20 66 69 6c 65 20 61 64 |d the 8k file ad| 000013f0 64 20 61 6e 6f 74 68 65 72 20 31 6b 20 0d 74 6f |d another 1k .to| 00001400 20 10 69 74 20 61 6e 64 20 73 61 76 65 20 69 74 | .it and save it| 00001410 20 61 67 61 69 6e 20 77 69 74 68 20 74 68 65 20 | again with the | 00001420 73 61 6d 65 20 6e 61 6d 65 2e 20 49 74 20 77 6f |same name. It wo| 00001430 6e 27 74 20 66 69 74 20 69 6e 20 0d 74 68 65 20 |n't fit in .the | 00001440 38 6b 10 73 70 61 63 65 20 69 74 20 70 72 65 76 |8k.space it prev| 00001450 69 6f 75 73 6c 79 20 6f 63 63 75 70 69 65 64 20 |iously occupied | 00001460 73 6f 20 69 74 20 77 69 6c 6c 20 68 61 76 65 20 |so it will have | 00001470 74 6f 20 67 6f 20 61 66 74 65 72 20 0d 74 68 65 |to go after .the| 00001480 20 32 6b 20 10 66 69 6c 65 2e 20 4e 6f 77 20 74 | 2k .file. Now t| 00001490 68 65 72 65 20 69 73 20 61 6e 20 38 6b 20 73 70 |here is an 8k sp| 000014a0 61 63 65 20 77 68 69 63 68 20 69 73 20 65 66 66 |ace which is eff| 000014b0 65 63 74 69 76 65 6c 79 20 0d 62 6c 61 6e 6b 2e |ectively .blank.| 000014c0 20 53 6f 6f 6e 20 10 74 68 65 20 64 69 73 6b 20 | Soon .the disk | 000014d0 69 73 20 66 75 6c 6c 20 6f 66 20 74 68 65 73 65 |is full of these| 000014e0 20 73 70 61 63 65 73 2e 20 43 6f 6d 70 61 63 74 | spaces. Compact| 000014f0 20 73 68 75 66 66 65 6c 73 20 0d 65 61 63 68 20 | shuffels .each | 00001500 66 69 6c 65 20 10 64 6f 77 6e 2c 20 73 6f 20 66 |file .down, so f| 00001510 69 6c 6c 69 6e 67 20 74 68 65 20 65 6d 70 74 79 |illing the empty| 00001520 20 73 70 61 63 65 73 20 61 6e 64 20 63 72 65 61 | spaces and crea| 00001530 74 69 6e 67 20 6d 6f 72 65 20 0d 66 72 65 65 20 |ting more .free | 00001540 73 70 61 63 65 20 10 61 74 20 74 68 65 20 65 6e |space .at the en| 00001550 64 20 6f 66 20 74 68 65 20 64 69 73 63 2e 20 54 |d of the disc. T| 00001560 6f 20 75 73 65 20 69 74 20 74 79 70 65 20 0d 56 |o use it type .V| 00001570 44 55 32 33 2c 31 2c 30 3b 30 3b 30 3b 30 3b 20 |DU23,1,0;0;0;0; | 00001580 3c 52 45 54 3e 20 10 74 68 65 6e 20 74 79 70 65 |<RET> .then type| 00001590 20 2a 43 4f 4d 50 41 43 54 20 3c 52 45 54 3e 2e | *COMPACT <RET>.| 000015a0 20 0d 54 68 65 20 56 44 55 20 63 6f 6d 6d 61 6e | .The VDU comman| 000015b0 64 20 74 75 72 6e 73 20 6f 66 66 20 74 68 65 20 |d turns off the | 000015c0 63 75 72 73 6f 72 10 61 6e 64 20 69 73 20 20 56 |cursor.and is V| 000015d0 45 52 59 20 69 6d 70 6f 72 74 61 6e 74 2e 20 0d |ERY important. .| 000015e0 50 72 6f 76 69 64 69 6e 67 20 74 68 65 20 10 63 |Providing the .c| 000015f0 75 72 73 6f 72 20 69 73 20 73 74 69 6c 6c 20 6f |ursor is still o| 00001600 66 66 20 79 6f 75 20 63 61 6e 20 74 79 70 65 20 |ff you can type | 00001610 2a 43 4f 4d 50 41 43 54 20 3c 52 45 54 3e 20 0d |*COMPACT <RET> .| 00001620 72 65 70 65 61 74 65 64 6c 79 20 10 75 6e 74 69 |repeatedly .unti| 00001630 6c 6c 20 61 6c 6c 20 74 68 65 20 66 72 65 65 20 |ll all the free | 00001640 73 70 61 63 65 20 69 73 20 61 76 61 69 6c 61 62 |space is availab| 00001650 6c 65 20 61 73 20 79 6f 75 20 0d 75 6e 64 6f 75 |le as you .undou| 00001660 62 74 65 64 6c 79 20 77 69 6c 6c 20 10 6e 65 65 |btedly will .nee| 00001670 64 20 74 6f 2e 0d 0d 43 4f 50 59 20 3c 4c 69 73 |d to...COPY <Lis| 00001680 74 20 53 70 65 63 3e 20 3c 4f 62 20 53 70 65 63 |t Spec> <Ob Spec| 00001690 3e 20 41 20 76 65 72 79 20 75 73 65 66 75 6c 20 |> A very useful | 000016a0 63 6f 6d 6d 61 6e 64 20 66 6f 72 20 63 6f 70 79 |command for copy| 000016b0 69 6e 67 20 0d 66 69 6c 65 73 20 66 72 6f 6d 20 |ing .files from | 000016c0 6f 6e 65 20 64 69 72 65 63 74 6f 72 79 20 74 6f |one directory to| 000016d0 20 61 6e 6f 74 68 65 72 20 61 6e 64 20 6f 6e 65 | another and one| 000016e0 20 64 69 73 6b 20 64 72 69 76 65 20 74 6f 20 0d | disk drive to .| 000016f0 61 6e 6f 74 68 65 72 2e 20 59 6f 75 20 68 61 76 |another. You hav| 00001700 65 20 61 20 66 69 6c 65 20 78 79 7a 20 69 6e 20 |e a file xyz in | 00001710 64 69 72 65 63 74 6f 72 79 20 31 61 20 69 6e 20 |directory 1a in | 00001720 64 72 69 76 65 20 30 20 61 6e 64 20 79 6f 75 20 |drive 0 and you | 00001730 0d 77 61 6e 74 20 74 6f 20 63 6f 70 79 20 69 74 |.want to copy it| 00001740 20 74 6f 20 64 69 72 65 63 74 6f 72 79 20 32 63 | to directory 2c| 00001750 20 69 6e 20 64 72 69 76 65 20 31 2e 20 54 79 70 | in drive 1. Typ| 00001760 65 0d 2a 43 4f 50 59 20 3a 30 2e 31 61 2e 78 79 |e.*COPY :0.1a.xy| 00001770 7a 20 3a 31 2e 31 62 2e 32 63 20 3c 52 45 54 3e |z :1.1b.2c <RET>| 00001780 20 3a 31 20 6d 65 61 6e 73 20 64 72 69 76 65 20 | :1 means drive | 00001790 31 2c 20 74 68 65 20 2e 20 73 65 70 61 72 61 74 |1, the . separat| 000017a0 65 73 20 0d 65 61 63 68 20 6f 66 20 74 68 65 20 |es .each of the | 000017b0 66 6f 6c 6c 6f 77 69 6e 67 20 70 61 72 61 6d 65 |following parame| 000017c0 74 65 72 73 20 73 6f 20 3a 31 2e 31 62 2e 32 63 |ters so :1.1b.2c| 000017d0 20 69 73 20 61 20 73 65 71 75 65 6e 63 65 20 6f | is a sequence o| 000017e0 72 20 0d 70 61 74 68 20 74 68 61 74 20 6d 75 73 |r .path that mus| 000017f0 74 20 62 65 20 74 61 6b 65 6e 2c 20 74 6f 20 64 |t be taken, to d| 00001800 72 69 76 65 20 31 2c 20 74 6f 20 64 69 72 65 63 |rive 1, to direc| 00001810 74 6f 72 79 20 31 62 20 2c 20 74 6f 20 0d 64 69 |tory 1b , to .di| 00001820 72 65 63 74 6f 72 79 20 32 63 2e 20 4f 62 76 69 |rectory 2c. Obvi| 00001830 6f 75 73 6c 79 20 69 66 20 79 6f 75 20 77 61 6e |ously if you wan| 00001840 74 20 74 6f 20 63 6f 70 79 20 74 6f 20 61 20 64 |t to copy to a d| 00001850 69 72 65 63 74 6f 72 79 20 0d 69 6e 20 74 68 65 |irectory .in the| 00001860 20 73 61 6d 65 20 64 72 69 76 65 20 74 68 65 6e | same drive then| 00001870 20 74 68 65 20 3a 30 2e 20 61 6e 64 20 74 68 65 | the :0. and the| 00001880 20 3a 31 2e 20 63 61 6e 20 62 65 20 6f 6d 6d 69 | :1. can be ommi| 00001890 74 65 64 2e 0d 59 6f 75 20 63 61 6e 20 61 6c 73 |ted..You can als| 000018a0 6f 20 74 79 70 65 20 2a 43 4f 50 59 20 3a 30 2e |o type *COPY :0.| 000018b0 31 61 2e 2a 20 3a 31 2e 31 62 2e 32 63 20 3c 52 |1a.* :1.1b.2c <R| 000018c0 45 54 3e 2e 20 54 68 69 73 20 77 69 6c 6c 20 63 |ET>. This will c| 000018d0 6f 70 79 20 0d 65 76 65 72 79 74 68 69 6e 67 20 |opy .everything | 000018e0 69 6e 20 64 69 72 65 63 74 6f 72 79 20 31 61 20 |in directory 1a | 000018f0 6f 6e 20 64 72 69 76 65 20 30 20 74 6f 20 64 69 |on drive 0 to di| 00001900 72 65 63 74 6f 72 79 20 32 63 20 6f 6e 20 64 72 |rectory 2c on dr| 00001910 69 76 65 20 31 0d 0d 44 45 4c 45 54 45 20 3c 4f |ive 1..DELETE <O| 00001920 62 20 53 70 65 63 3e 20 54 6f 20 64 65 6c 65 74 |b Spec> To delet| 00001930 65 20 61 20 66 69 6c 65 20 74 79 70 65 20 2a 44 |e a file type *D| 00001940 45 4c 45 54 45 20 6e 61 6d 65 20 3c 52 45 54 3e |ELETE name <RET>| 00001950 0d 0d 44 45 53 54 52 4f 59 20 3c 4c 69 73 74 20 |..DESTROY <List | 00001960 53 70 65 63 3e 20 54 6f 20 64 65 6c 65 74 65 20 |Spec> To delete | 00001970 61 20 67 72 6f 75 70 20 6f 66 20 66 69 6c 65 73 |a group of files| 00001980 20 74 79 70 65 20 0d 2a 44 45 53 54 52 4f 59 20 | type .*DESTROY | 00001990 41 2a 20 3c 52 45 54 3e 2e 20 41 6c 6c 20 66 69 |A* <RET>. All fi| 000019a0 6c 65 73 20 62 65 67 69 6e 6e 69 6e 67 20 77 69 |les beginning wi| 000019b0 74 68 20 41 20 77 69 6c 6c 20 62 65 20 6c 69 73 |th A will be lis| 000019c0 74 65 64 2e 20 0d 59 6f 75 20 6d 75 73 74 20 74 |ted. .You must t| 000019d0 79 70 65 20 10 59 45 53 20 74 6f 20 63 6f 6e 66 |ype .YES to conf| 000019e0 69 72 6d 20 61 6e 64 20 74 68 65 79 20 77 69 6c |irm and they wil| 000019f0 6c 20 61 6c 6c 20 62 65 20 64 65 6c 65 74 65 64 |l all be deleted| 00001a00 2e 20 0d 53 6f 72 74 20 6f 66 20 62 6c 6f 63 6b |. .Sort of block| 00001a10 20 10 64 65 6c 65 74 65 2e 0d | .delete..| 00001a1a