Home » Archimedes archive » Acorn User » AU 1996-12 B.adf » Regulars_2 » StarInfo/Fletcher/ADFS/!Help
StarInfo/Fletcher/ADFS/!Help
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 » Archimedes archive » Acorn User » AU 1996-12 B.adf » Regulars_2 |
Filename: | StarInfo/Fletcher/ADFS/!Help |
Read OK: | ✔ |
File size: | 0E4F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
ADFSQuickSave ============= Version 1.02 (24 May 1996) Introduction ------------ Jon Wright asked me something on IRC some time back. He wanted a patch such that you could drag a file on to the Filer icons on the iconbar and for it to save the file into a temporary directory. The thing is that when you try saving from some applications you suddenly find that you haven't got a filer window open to save it to. If you have NoCoverIconBar running, or are careful, you will still be able to see the iconbar, and therefore dragging onto the ADFS Filer icons is quite simple. PS. This is the ADFS Filer version, the SCSI directory contains the version which Jonix really wanted for the SCSI Filer. Usage ----- Run the !Create file. That's it. Hopefully, the code will be assembled with no errors and all that in future will be required is the running of the !Run code file. To actually activate the patch though, because of the way that it works, you'll have to click on the ADFS Filer icon once after loading the patch. If you load the patch in a Boot sequence, then you probably won't need to remember that because you will usually have had to click on the filer icons to load the editor. If you don't like the default location of the save directory you can change it by modifying the !Run file such that it points to somewhere other than .$.Temp. - noting the first and last dot's. How it works ------------ When the module initialises, it claims the Filter events for the filer messages, and mouse-clicks. When the first mouse-click is recieves, it adds the messages code 17 and 18 to the Wimp_Poll. Otherwise, the ADFS Filer won't actually receive the DataSave messages to tell it that a file has been dragged onto it. When it does receive a DataSave message it responds by telling the application to save the file to ADFS::[icon text]<QuickSave$Path>[filename]. It'll also check that the text doesn't start with a :, and remove it if it does. Disclaimer ---------- The author accepts no responsibility for any problems which this application may cause or loss of data resulting in its use. This application is Public Domain. This means that it may be distributed, so long as no charge other than copying costs are charged for it. Source code ----------- This program requires the !JFPatch pre-assembler to make the code. This is a simple text-to-basic assembler which takes a text assembler file, makes a basic program from it to assemble, assembles it and returns any errors. It is available from Justin Fletcher's website (prompt.essex.ac.uk/users/jrflet) or directly by mailing to Gerph@essex.ac.uk. All source code and the resultant module must be distributed together. Contact ------- Any comments, queries, donations or bug reports can be sent to : Fido : Justin Fletcher at 2:255/116.3 E-Mail : Gerph@essex.ac.uk URL : http://prompt.essex.ac.uk/users/jrflet IRC : On #Acorn as Gerph Finger : finger jrflet@postman.essex.ac.uk Tel : (01842) 813979 (Home) : (01206) 873119 (Uni) Snail Mail : Justin Fletcher �Galadriel� 17b Cromwell Road, Weeting, Brandon, Suffolk. IP27 0QT Uni address : (year 1995/6 only) Eddington Tower, Flat 9/5, University of Essex, Wivenhoe Park, Colchester. CO4 3SQ History ------- Version 1.00 : 21 May 1996 Simple version that saved to the QuickSave$Path directory Version 1.02 : 24 May 1996 Slightly changed version at Jonix' request to save to whichever icon you drag it on to.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 20 41 44 46 53 51 75 69 63 6b 53 61 76 65 0a 20 | ADFSQuickSave. | 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000050 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 56 |=============..V| 00000060 65 72 73 69 6f 6e 20 31 2e 30 32 20 28 32 34 20 |ersion 1.02 (24 | 00000070 4d 61 79 20 31 39 39 36 29 0a 20 20 20 20 20 0a |May 1996). .| 00000080 49 6e 74 72 6f 64 75 63 74 69 6f 6e 0a 2d 2d 2d |Introduction.---| 00000090 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 4a 6f 6e 20 57 72 |---------.Jon Wr| 000000a0 69 67 68 74 20 61 73 6b 65 64 20 6d 65 20 73 6f |ight asked me so| 000000b0 6d 65 74 68 69 6e 67 20 6f 6e 20 49 52 43 20 73 |mething on IRC s| 000000c0 6f 6d 65 20 74 69 6d 65 20 62 61 63 6b 2e 20 48 |ome time back. H| 000000d0 65 20 77 61 6e 74 65 64 20 61 20 70 61 74 63 68 |e wanted a patch| 000000e0 20 73 75 63 68 0a 74 68 61 74 20 79 6f 75 20 63 | such.that you c| 000000f0 6f 75 6c 64 20 64 72 61 67 20 61 20 66 69 6c 65 |ould drag a file| 00000100 20 6f 6e 20 74 6f 20 74 68 65 20 46 69 6c 65 72 | on to the Filer| 00000110 20 69 63 6f 6e 73 20 6f 6e 20 74 68 65 20 69 63 | icons on the ic| 00000120 6f 6e 62 61 72 20 61 6e 64 20 66 6f 72 20 69 74 |onbar and for it| 00000130 20 74 6f 0a 73 61 76 65 20 74 68 65 20 66 69 6c | to.save the fil| 00000140 65 20 69 6e 74 6f 20 61 20 74 65 6d 70 6f 72 61 |e into a tempora| 00000150 72 79 20 64 69 72 65 63 74 6f 72 79 2e 20 54 68 |ry directory. Th| 00000160 65 20 74 68 69 6e 67 20 69 73 20 74 68 61 74 20 |e thing is that | 00000170 77 68 65 6e 20 79 6f 75 20 74 72 79 0a 73 61 76 |when you try.sav| 00000180 69 6e 67 20 66 72 6f 6d 20 73 6f 6d 65 20 61 70 |ing from some ap| 00000190 70 6c 69 63 61 74 69 6f 6e 73 20 79 6f 75 20 73 |plications you s| 000001a0 75 64 64 65 6e 6c 79 20 66 69 6e 64 20 74 68 61 |uddenly find tha| 000001b0 74 20 79 6f 75 20 68 61 76 65 6e 27 74 20 67 6f |t you haven't go| 000001c0 74 20 61 20 66 69 6c 65 72 0a 77 69 6e 64 6f 77 |t a filer.window| 000001d0 20 6f 70 65 6e 20 74 6f 20 73 61 76 65 20 69 74 | open to save it| 000001e0 20 74 6f 2e 0a 0a 49 66 20 79 6f 75 20 68 61 76 | to...If you hav| 000001f0 65 20 4e 6f 43 6f 76 65 72 49 63 6f 6e 42 61 72 |e NoCoverIconBar| 00000200 20 72 75 6e 6e 69 6e 67 2c 20 6f 72 20 61 72 65 | running, or are| 00000210 20 63 61 72 65 66 75 6c 2c 20 79 6f 75 20 77 69 | careful, you wi| 00000220 6c 6c 20 73 74 69 6c 6c 20 62 65 20 61 62 6c 65 |ll still be able| 00000230 20 74 6f 0a 73 65 65 20 74 68 65 20 69 63 6f 6e | to.see the icon| 00000240 62 61 72 2c 20 61 6e 64 20 74 68 65 72 65 66 6f |bar, and therefo| 00000250 72 65 20 64 72 61 67 67 69 6e 67 20 6f 6e 74 6f |re dragging onto| 00000260 20 74 68 65 20 41 44 46 53 20 46 69 6c 65 72 20 | the ADFS Filer | 00000270 69 63 6f 6e 73 20 69 73 20 71 75 69 74 65 0a 73 |icons is quite.s| 00000280 69 6d 70 6c 65 2e 0a 0a 50 53 2e 20 54 68 69 73 |imple...PS. This| 00000290 20 69 73 20 74 68 65 20 41 44 46 53 20 46 69 6c | is the ADFS Fil| 000002a0 65 72 20 76 65 72 73 69 6f 6e 2c 20 74 68 65 20 |er version, the | 000002b0 53 43 53 49 20 64 69 72 65 63 74 6f 72 79 20 63 |SCSI directory c| 000002c0 6f 6e 74 61 69 6e 73 20 74 68 65 20 76 65 72 73 |ontains the vers| 000002d0 69 6f 6e 0a 77 68 69 63 68 20 4a 6f 6e 69 78 20 |ion.which Jonix | 000002e0 72 65 61 6c 6c 79 20 77 61 6e 74 65 64 20 66 6f |really wanted fo| 000002f0 72 20 74 68 65 20 53 43 53 49 20 46 69 6c 65 72 |r the SCSI Filer| 00000300 2e 0a 0a 0a 55 73 61 67 65 0a 2d 2d 2d 2d 2d 0a |....Usage.-----.| 00000310 20 20 20 52 75 6e 20 74 68 65 20 21 43 72 65 61 | Run the !Crea| 00000320 74 65 20 66 69 6c 65 2e 20 54 68 61 74 27 73 20 |te file. That's | 00000330 69 74 2e 0a 20 20 20 48 6f 70 65 66 75 6c 6c 79 |it.. Hopefully| 00000340 2c 20 74 68 65 20 63 6f 64 65 20 77 69 6c 6c 20 |, the code will | 00000350 62 65 20 61 73 73 65 6d 62 6c 65 64 20 77 69 74 |be assembled wit| 00000360 68 20 6e 6f 20 65 72 72 6f 72 73 20 61 6e 64 20 |h no errors and | 00000370 61 6c 6c 20 74 68 61 74 20 69 6e 0a 66 75 74 75 |all that in.futu| 00000380 72 65 20 77 69 6c 6c 20 62 65 20 72 65 71 75 69 |re will be requi| 00000390 72 65 64 20 69 73 20 74 68 65 20 72 75 6e 6e 69 |red is the runni| 000003a0 6e 67 20 6f 66 20 74 68 65 20 21 52 75 6e 20 63 |ng of the !Run c| 000003b0 6f 64 65 20 66 69 6c 65 2e 0a 20 20 20 0a 20 20 |ode file.. . | 000003c0 20 54 6f 20 61 63 74 75 61 6c 6c 79 20 61 63 74 | To actually act| 000003d0 69 76 61 74 65 20 74 68 65 20 70 61 74 63 68 20 |ivate the patch | 000003e0 74 68 6f 75 67 68 2c 20 62 65 63 61 75 73 65 20 |though, because | 000003f0 6f 66 20 74 68 65 20 77 61 79 20 74 68 61 74 20 |of the way that | 00000400 69 74 20 77 6f 72 6b 73 2c 0a 79 6f 75 27 6c 6c |it works,.you'll| 00000410 20 68 61 76 65 20 74 6f 20 63 6c 69 63 6b 20 6f | have to click o| 00000420 6e 20 74 68 65 20 41 44 46 53 20 46 69 6c 65 72 |n the ADFS Filer| 00000430 20 69 63 6f 6e 20 6f 6e 63 65 20 61 66 74 65 72 | icon once after| 00000440 20 6c 6f 61 64 69 6e 67 20 74 68 65 20 70 61 74 | loading the pat| 00000450 63 68 2e 20 49 66 0a 79 6f 75 20 6c 6f 61 64 20 |ch. If.you load | 00000460 74 68 65 20 70 61 74 63 68 20 69 6e 20 61 20 42 |the patch in a B| 00000470 6f 6f 74 20 73 65 71 75 65 6e 63 65 2c 20 74 68 |oot sequence, th| 00000480 65 6e 20 79 6f 75 20 70 72 6f 62 61 62 6c 79 20 |en you probably | 00000490 77 6f 6e 27 74 20 6e 65 65 64 20 74 6f 0a 72 65 |won't need to.re| 000004a0 6d 65 6d 62 65 72 20 74 68 61 74 20 62 65 63 61 |member that beca| 000004b0 75 73 65 20 79 6f 75 20 77 69 6c 6c 20 75 73 75 |use you will usu| 000004c0 61 6c 6c 79 20 68 61 76 65 20 68 61 64 20 74 6f |ally have had to| 000004d0 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 66 69 | click on the fi| 000004e0 6c 65 72 20 69 63 6f 6e 73 0a 74 6f 20 6c 6f 61 |ler icons.to loa| 000004f0 64 20 74 68 65 20 65 64 69 74 6f 72 2e 0a 0a 20 |d the editor... | 00000500 20 20 49 66 20 79 6f 75 20 64 6f 6e 27 74 20 6c | If you don't l| 00000510 69 6b 65 20 74 68 65 20 64 65 66 61 75 6c 74 20 |ike the default | 00000520 6c 6f 63 61 74 69 6f 6e 20 6f 66 20 74 68 65 20 |location of the | 00000530 73 61 76 65 20 64 69 72 65 63 74 6f 72 79 20 79 |save directory y| 00000540 6f 75 20 63 61 6e 0a 63 68 61 6e 67 65 20 69 74 |ou can.change it| 00000550 20 62 79 20 6d 6f 64 69 66 79 69 6e 67 20 74 68 | by modifying th| 00000560 65 20 21 52 75 6e 20 66 69 6c 65 20 73 75 63 68 |e !Run file such| 00000570 20 74 68 61 74 20 69 74 20 70 6f 69 6e 74 73 20 | that it points | 00000580 74 6f 20 73 6f 6d 65 77 68 65 72 65 20 6f 74 68 |to somewhere oth| 00000590 65 72 0a 74 68 61 6e 20 2e 24 2e 54 65 6d 70 2e |er.than .$.Temp.| 000005a0 20 2d 20 6e 6f 74 69 6e 67 20 74 68 65 20 66 69 | - noting the fi| 000005b0 72 73 74 20 61 6e 64 20 6c 61 73 74 20 64 6f 74 |rst and last dot| 000005c0 27 73 2e 0a 0a 0a 48 6f 77 20 69 74 20 77 6f 72 |'s....How it wor| 000005d0 6b 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |ks.------------.| 000005e0 57 68 65 6e 20 74 68 65 20 6d 6f 64 75 6c 65 20 |When the module | 000005f0 69 6e 69 74 69 61 6c 69 73 65 73 2c 20 69 74 20 |initialises, it | 00000600 63 6c 61 69 6d 73 20 74 68 65 20 46 69 6c 74 65 |claims the Filte| 00000610 72 20 65 76 65 6e 74 73 20 66 6f 72 20 74 68 65 |r events for the| 00000620 20 66 69 6c 65 72 0a 6d 65 73 73 61 67 65 73 2c | filer.messages,| 00000630 20 61 6e 64 20 6d 6f 75 73 65 2d 63 6c 69 63 6b | and mouse-click| 00000640 73 2e 20 57 68 65 6e 20 74 68 65 20 66 69 72 73 |s. When the firs| 00000650 74 20 6d 6f 75 73 65 2d 63 6c 69 63 6b 20 69 73 |t mouse-click is| 00000660 20 72 65 63 69 65 76 65 73 2c 20 69 74 20 61 64 | recieves, it ad| 00000670 64 73 0a 74 68 65 20 6d 65 73 73 61 67 65 73 20 |ds.the messages | 00000680 63 6f 64 65 20 31 37 20 61 6e 64 20 31 38 20 74 |code 17 and 18 t| 00000690 6f 20 74 68 65 20 57 69 6d 70 5f 50 6f 6c 6c 2e |o the Wimp_Poll.| 000006a0 20 4f 74 68 65 72 77 69 73 65 2c 20 74 68 65 20 | Otherwise, the | 000006b0 41 44 46 53 20 46 69 6c 65 72 20 77 6f 6e 27 74 |ADFS Filer won't| 000006c0 0a 61 63 74 75 61 6c 6c 79 20 72 65 63 65 69 76 |.actually receiv| 000006d0 65 20 74 68 65 20 44 61 74 61 53 61 76 65 20 6d |e the DataSave m| 000006e0 65 73 73 61 67 65 73 20 74 6f 20 74 65 6c 6c 20 |essages to tell | 000006f0 69 74 20 74 68 61 74 20 61 20 66 69 6c 65 20 68 |it that a file h| 00000700 61 73 20 62 65 65 6e 0a 64 72 61 67 67 65 64 20 |as been.dragged | 00000710 6f 6e 74 6f 20 69 74 2e 0a 0a 57 68 65 6e 20 69 |onto it...When i| 00000720 74 20 64 6f 65 73 20 72 65 63 65 69 76 65 20 61 |t does receive a| 00000730 20 44 61 74 61 53 61 76 65 20 6d 65 73 73 61 67 | DataSave messag| 00000740 65 20 69 74 20 72 65 73 70 6f 6e 64 73 20 62 79 |e it responds by| 00000750 20 74 65 6c 6c 69 6e 67 20 74 68 65 0a 61 70 70 | telling the.app| 00000760 6c 69 63 61 74 69 6f 6e 20 74 6f 20 73 61 76 65 |lication to save| 00000770 20 74 68 65 20 66 69 6c 65 20 74 6f 20 41 44 46 | the file to ADF| 00000780 53 3a 3a 5b 69 63 6f 6e 20 74 65 78 74 5d 3c 51 |S::[icon text]<Q| 00000790 75 69 63 6b 53 61 76 65 24 50 61 74 68 3e 5b 66 |uickSave$Path>[f| 000007a0 69 6c 65 6e 61 6d 65 5d 2e 0a 49 74 27 6c 6c 20 |ilename]..It'll | 000007b0 61 6c 73 6f 20 63 68 65 63 6b 20 74 68 61 74 20 |also check that | 000007c0 74 68 65 20 74 65 78 74 20 64 6f 65 73 6e 27 74 |the text doesn't| 000007d0 20 73 74 61 72 74 20 77 69 74 68 20 61 20 3a 2c | start with a :,| 000007e0 20 61 6e 64 20 72 65 6d 6f 76 65 20 69 74 20 69 | and remove it i| 000007f0 66 20 69 74 0a 64 6f 65 73 2e 0a 0a 0a 44 69 73 |f it.does....Dis| 00000800 63 6c 61 69 6d 65 72 0a 2d 2d 2d 2d 2d 2d 2d 2d |claimer.--------| 00000810 2d 2d 0a 20 20 54 68 65 20 61 75 74 68 6f 72 20 |--. The author | 00000820 61 63 63 65 70 74 73 20 6e 6f 20 72 65 73 70 6f |accepts no respo| 00000830 6e 73 69 62 69 6c 69 74 79 20 66 6f 72 20 61 6e |nsibility for an| 00000840 79 20 70 72 6f 62 6c 65 6d 73 20 77 68 69 63 68 |y problems which| 00000850 20 74 68 69 73 0a 61 70 70 6c 69 63 61 74 69 6f | this.applicatio| 00000860 6e 20 6d 61 79 20 63 61 75 73 65 20 6f 72 20 6c |n may cause or l| 00000870 6f 73 73 20 6f 66 20 64 61 74 61 20 72 65 73 75 |oss of data resu| 00000880 6c 74 69 6e 67 20 69 6e 20 69 74 73 20 75 73 65 |lting in its use| 00000890 2e 20 54 68 69 73 20 61 70 70 6c 69 63 61 74 69 |. This applicati| 000008a0 6f 6e 0a 69 73 20 50 75 62 6c 69 63 20 44 6f 6d |on.is Public Dom| 000008b0 61 69 6e 2e 20 54 68 69 73 20 6d 65 61 6e 73 20 |ain. This means | 000008c0 74 68 61 74 20 69 74 20 6d 61 79 20 62 65 20 64 |that it may be d| 000008d0 69 73 74 72 69 62 75 74 65 64 2c 20 73 6f 20 6c |istributed, so l| 000008e0 6f 6e 67 20 61 73 20 6e 6f 20 63 68 61 72 67 65 |ong as no charge| 000008f0 0a 6f 74 68 65 72 20 74 68 61 6e 20 63 6f 70 79 |.other than copy| 00000900 69 6e 67 20 63 6f 73 74 73 20 61 72 65 20 63 68 |ing costs are ch| 00000910 61 72 67 65 64 20 66 6f 72 20 69 74 2e 0a 20 20 |arged for it.. | 00000920 0a 0a 53 6f 75 72 63 65 20 63 6f 64 65 0a 2d 2d |..Source code.--| 00000930 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 20 20 54 68 69 |---------. Thi| 00000940 73 20 70 72 6f 67 72 61 6d 20 72 65 71 75 69 72 |s program requir| 00000950 65 73 20 74 68 65 20 21 4a 46 50 61 74 63 68 20 |es the !JFPatch | 00000960 70 72 65 2d 61 73 73 65 6d 62 6c 65 72 20 74 6f |pre-assembler to| 00000970 20 6d 61 6b 65 20 74 68 65 20 63 6f 64 65 2e 20 | make the code. | 00000980 54 68 69 73 20 69 73 0a 61 20 73 69 6d 70 6c 65 |This is.a simple| 00000990 20 74 65 78 74 2d 74 6f 2d 62 61 73 69 63 20 61 | text-to-basic a| 000009a0 73 73 65 6d 62 6c 65 72 20 77 68 69 63 68 20 74 |ssembler which t| 000009b0 61 6b 65 73 20 61 20 74 65 78 74 20 61 73 73 65 |akes a text asse| 000009c0 6d 62 6c 65 72 20 66 69 6c 65 2c 20 6d 61 6b 65 |mbler file, make| 000009d0 73 20 61 0a 62 61 73 69 63 20 70 72 6f 67 72 61 |s a.basic progra| 000009e0 6d 20 66 72 6f 6d 20 69 74 20 74 6f 20 61 73 73 |m from it to ass| 000009f0 65 6d 62 6c 65 2c 20 61 73 73 65 6d 62 6c 65 73 |emble, assembles| 00000a00 20 69 74 20 61 6e 64 20 72 65 74 75 72 6e 73 20 | it and returns | 00000a10 61 6e 79 20 65 72 72 6f 72 73 2e 20 49 74 20 69 |any errors. It i| 00000a20 73 0a 61 76 61 69 6c 61 62 6c 65 20 66 72 6f 6d |s.available from| 00000a30 20 4a 75 73 74 69 6e 20 46 6c 65 74 63 68 65 72 | Justin Fletcher| 00000a40 27 73 20 77 65 62 73 69 74 65 20 28 70 72 6f 6d |'s website (prom| 00000a50 70 74 2e 65 73 73 65 78 2e 61 63 2e 75 6b 2f 75 |pt.essex.ac.uk/u| 00000a60 73 65 72 73 2f 6a 72 66 6c 65 74 29 20 6f 72 0a |sers/jrflet) or.| 00000a70 64 69 72 65 63 74 6c 79 20 62 79 20 6d 61 69 6c |directly by mail| 00000a80 69 6e 67 20 74 6f 20 47 65 72 70 68 40 65 73 73 |ing to Gerph@ess| 00000a90 65 78 2e 61 63 2e 75 6b 2e 0a 20 20 20 41 6c 6c |ex.ac.uk.. All| 00000aa0 20 73 6f 75 72 63 65 20 63 6f 64 65 20 61 6e 64 | source code and| 00000ab0 20 74 68 65 20 72 65 73 75 6c 74 61 6e 74 20 6d | the resultant m| 00000ac0 6f 64 75 6c 65 20 6d 75 73 74 20 62 65 20 64 69 |odule must be di| 00000ad0 73 74 72 69 62 75 74 65 64 20 74 6f 67 65 74 68 |stributed togeth| 00000ae0 65 72 2e 0a 0a 0a 43 6f 6e 74 61 63 74 0a 2d 2d |er....Contact.--| 00000af0 2d 2d 2d 2d 2d 0a 41 6e 79 20 63 6f 6d 6d 65 6e |-----.Any commen| 00000b00 74 73 2c 20 71 75 65 72 69 65 73 2c 20 64 6f 6e |ts, queries, don| 00000b10 61 74 69 6f 6e 73 20 6f 72 20 62 75 67 20 72 65 |ations or bug re| 00000b20 70 6f 72 74 73 20 63 61 6e 20 62 65 20 73 65 6e |ports can be sen| 00000b30 74 20 74 6f 20 3a 0a 0a 46 69 64 6f 20 20 20 3a |t to :..Fido :| 00000b40 20 4a 75 73 74 69 6e 20 46 6c 65 74 63 68 65 72 | Justin Fletcher| 00000b50 20 61 74 20 32 3a 32 35 35 2f 31 31 36 2e 33 0a | at 2:255/116.3.| 00000b60 45 2d 4d 61 69 6c 20 3a 20 47 65 72 70 68 40 65 |E-Mail : Gerph@e| 00000b70 73 73 65 78 2e 61 63 2e 75 6b 0a 55 52 4c 20 20 |ssex.ac.uk.URL | 00000b80 20 20 3a 20 68 74 74 70 3a 2f 2f 70 72 6f 6d 70 | : http://promp| 00000b90 74 2e 65 73 73 65 78 2e 61 63 2e 75 6b 2f 75 73 |t.essex.ac.uk/us| 00000ba0 65 72 73 2f 6a 72 66 6c 65 74 0a 49 52 43 20 20 |ers/jrflet.IRC | 00000bb0 20 20 3a 20 4f 6e 20 23 41 63 6f 72 6e 20 61 73 | : On #Acorn as| 00000bc0 20 47 65 72 70 68 0a 46 69 6e 67 65 72 20 3a 20 | Gerph.Finger : | 00000bd0 66 69 6e 67 65 72 20 6a 72 66 6c 65 74 40 70 6f |finger jrflet@po| 00000be0 73 74 6d 61 6e 2e 65 73 73 65 78 2e 61 63 2e 75 |stman.essex.ac.u| 00000bf0 6b 0a 54 65 6c 20 20 20 20 3a 20 28 30 31 38 34 |k.Tel : (0184| 00000c00 32 29 20 38 31 33 39 37 39 20 28 48 6f 6d 65 29 |2) 813979 (Home)| 00000c10 0a 20 20 20 20 20 20 20 3a 20 28 30 31 32 30 36 |. : (01206| 00000c20 29 20 38 37 33 31 31 39 20 28 55 6e 69 29 0a 0a |) 873119 (Uni)..| 00000c30 53 6e 61 69 6c 20 4d 61 69 6c 20 3a 0a 20 20 20 |Snail Mail :. | 00000c40 20 4a 75 73 74 69 6e 20 46 6c 65 74 63 68 65 72 | Justin Fletcher| 00000c50 0a 20 20 20 20 94 47 61 6c 61 64 72 69 65 6c 95 |. .Galadriel.| 00000c60 0a 20 20 20 20 31 37 62 20 43 72 6f 6d 77 65 6c |. 17b Cromwel| 00000c70 6c 20 52 6f 61 64 2c 0a 20 20 20 20 57 65 65 74 |l Road,. Weet| 00000c80 69 6e 67 2c 0a 20 20 20 20 42 72 61 6e 64 6f 6e |ing,. Brandon| 00000c90 2c 0a 20 20 20 20 53 75 66 66 6f 6c 6b 2e 0a 20 |,. Suffolk.. | 00000ca0 20 20 20 49 50 32 37 20 30 51 54 0a 0a 55 6e 69 | IP27 0QT..Uni| 00000cb0 20 61 64 64 72 65 73 73 20 3a 20 28 79 65 61 72 | address : (year| 00000cc0 20 31 39 39 35 2f 36 20 6f 6e 6c 79 29 0a 20 20 | 1995/6 only). | 00000cd0 20 20 45 64 64 69 6e 67 74 6f 6e 20 54 6f 77 65 | Eddington Towe| 00000ce0 72 2c 0a 20 20 20 20 46 6c 61 74 20 39 2f 35 2c |r,. Flat 9/5,| 00000cf0 0a 20 20 20 20 55 6e 69 76 65 72 73 69 74 79 20 |. University | 00000d00 6f 66 20 45 73 73 65 78 2c 0a 20 20 20 20 57 69 |of Essex,. Wi| 00000d10 76 65 6e 68 6f 65 20 50 61 72 6b 2c 0a 20 20 20 |venhoe Park,. | 00000d20 20 43 6f 6c 63 68 65 73 74 65 72 2e 0a 20 20 20 | Colchester.. | 00000d30 20 43 4f 34 20 33 53 51 0a 0a 0a 48 69 73 74 6f | CO4 3SQ...Histo| 00000d40 72 79 0a 2d 2d 2d 2d 2d 2d 2d 0a 56 65 72 73 69 |ry.-------.Versi| 00000d50 6f 6e 20 31 2e 30 30 20 3a 20 32 31 20 4d 61 79 |on 1.00 : 21 May| 00000d60 20 31 39 39 36 0a 20 20 20 20 20 20 20 20 20 20 | 1996. | 00000d70 20 20 20 20 20 53 69 6d 70 6c 65 20 76 65 72 73 | Simple vers| 00000d80 69 6f 6e 20 74 68 61 74 20 73 61 76 65 64 20 74 |ion that saved t| 00000d90 6f 20 74 68 65 20 51 75 69 63 6b 53 61 76 65 24 |o the QuickSave$| 00000da0 50 61 74 68 20 64 69 72 65 63 74 6f 72 79 0a 20 |Path directory. | 00000db0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 0a 56 | .V| 00000dc0 65 72 73 69 6f 6e 20 31 2e 30 32 20 3a 20 32 34 |ersion 1.02 : 24| 00000dd0 20 4d 61 79 20 31 39 39 36 0a 20 20 20 20 20 20 | May 1996. | 00000de0 20 20 20 20 20 20 20 20 20 53 6c 69 67 68 74 6c | Slightl| 00000df0 79 20 63 68 61 6e 67 65 64 20 76 65 72 73 69 6f |y changed versio| 00000e00 6e 20 61 74 20 4a 6f 6e 69 78 27 20 72 65 71 75 |n at Jonix' requ| 00000e10 65 73 74 20 74 6f 20 73 61 76 65 20 74 6f 0a 20 |est to save to. | 00000e20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 77 68 | wh| 00000e30 69 63 68 65 76 65 72 20 69 63 6f 6e 20 79 6f 75 |ichever icon you| 00000e40 20 64 72 61 67 20 69 74 20 6f 6e 20 74 6f 2e | drag it on to.| 00000e4f