Home » Archimedes archive » Acorn User » AU 1996-03 B.adf » Regulars » StarInfo/Fletcher/!SpaceFile/!Help
StarInfo/Fletcher/!SpaceFile/!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-03 B.adf » Regulars |
Filename: | StarInfo/Fletcher/!SpaceFile/!Help |
Read OK: | ✔ |
File size: | 0D62 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
SpacedFiles =========== Version 1.00 (09 May 1995) Introduction ------------ Now you've got longfilenames on the desktop, would it make life easier if you could use spaces in filenames as well ? No. Well, don't run this then. But if you would like them, then run this program and watch the spectacular results as it automatically converts space to hard space if you save from one application on the desktop to another. Note that this is only an aesthetic change and bears no relation to the usage of filenames outside the desktop. Note that all applications which are written correctly should work correctly with this patch. If they keep an internal record of the filename they saved as (which should not be done - the application should listen to what the other application tells it to use), then the application may get confused as to where to save the file and not save it correctly. Having said that, it is pretty unlikely. Remember that all the Impression suite of applications dislike intensely any usage of long filenames. Usage ----- Run the !Run 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 resultant code file. This application works particularly well when used in conjunction with my Filer+Patch 1.13, which displays long filenames intelligently split over two lines and gives gorgeous slabbing icons behind all the files. Problems -------- Because some applications don't allow spaces in their save icons, it is likely that you will have to either alter the template file so that it will allow spaces (change "A~ " or some such to not include the space), or select the underline to space option when assembling the code. How it works ------------ The application installs a filter on every task running and catches the DataSave message. It changes the filename if it contains any spaces it translates them to hard spaces. 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. This code was written in about 40mins after butchering my TextCopy module, and therefore it's success rate may be somewhat dubious. However, as the code is so simple I would stake quite a lot on it running correctly all the time (ie it is in my boot sequence!) 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. Currently, it is under development and requires a lot of work before it will be released in any form. As such, the patch file is mostly useless, but must be distributed with the resultant module. All source code an the resultant module must be distributed together. Contact ------- Any comments, queries, donations or bug reports can be sent to : Fidonet NetMail : Justin Fletcher at Arcade (0181 655 4412) [2:254/27] E-Mail : Gerph@arcade.demon.co.uk Snail Mail : Justin Fletcher �Galadriel� 17b Cromwell Road, Weeting, Brandon, Suffolk. IP27 0QT
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 20 20 53 70 61 63 65 64 46 69 6c 65 73 0a 20 20 | SpacedFiles. | 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 0a 0a 56 65 72 |===========..Ver| 00000060 73 69 6f 6e 20 31 2e 30 30 20 28 30 39 20 4d 61 |sion 1.00 (09 Ma| 00000070 79 20 31 39 39 35 29 0a 20 20 0a 49 6e 74 72 6f |y 1995). .Intro| 00000080 64 75 63 74 69 6f 6e 0a 2d 2d 2d 2d 2d 2d 2d 2d |duction.--------| 00000090 2d 2d 2d 2d 0a 20 20 4e 6f 77 20 79 6f 75 27 76 |----. Now you'v| 000000a0 65 20 67 6f 74 20 6c 6f 6e 67 66 69 6c 65 6e 61 |e got longfilena| 000000b0 6d 65 73 20 6f 6e 20 74 68 65 20 64 65 73 6b 74 |mes on the deskt| 000000c0 6f 70 2c 20 77 6f 75 6c 64 20 69 74 20 6d 61 6b |op, would it mak| 000000d0 65 20 6c 69 66 65 20 65 61 73 69 65 72 20 69 66 |e life easier if| 000000e0 0a 79 6f 75 20 63 6f 75 6c 64 20 75 73 65 20 73 |.you could use s| 000000f0 70 61 63 65 73 20 69 6e 20 66 69 6c 65 6e 61 6d |paces in filenam| 00000100 65 73 20 61 73 20 77 65 6c 6c 20 3f 0a 20 20 4e |es as well ?. N| 00000110 6f 2e 20 57 65 6c 6c 2c 20 64 6f 6e 27 74 20 72 |o. Well, don't r| 00000120 75 6e 20 74 68 69 73 20 74 68 65 6e 2e 0a 20 20 |un this then.. | 00000130 42 75 74 20 69 66 20 79 6f 75 20 77 6f 75 6c 64 |But if you would| 00000140 20 6c 69 6b 65 20 74 68 65 6d 2c 20 74 68 65 6e | like them, then| 00000150 20 72 75 6e 20 74 68 69 73 20 70 72 6f 67 72 61 | run this progra| 00000160 6d 20 61 6e 64 20 77 61 74 63 68 20 74 68 65 20 |m and watch the | 00000170 73 70 65 63 74 61 63 75 6c 61 72 0a 72 65 73 75 |spectacular.resu| 00000180 6c 74 73 20 61 73 20 69 74 20 61 75 74 6f 6d 61 |lts as it automa| 00000190 74 69 63 61 6c 6c 79 20 63 6f 6e 76 65 72 74 73 |tically converts| 000001a0 20 73 70 61 63 65 20 74 6f 20 68 61 72 64 20 73 | space to hard s| 000001b0 70 61 63 65 20 69 66 20 79 6f 75 20 73 61 76 65 |pace if you save| 000001c0 20 66 72 6f 6d 20 6f 6e 65 0a 61 70 70 6c 69 63 | from one.applic| 000001d0 61 74 69 6f 6e 20 6f 6e 20 74 68 65 20 64 65 73 |ation on the des| 000001e0 6b 74 6f 70 20 74 6f 20 61 6e 6f 74 68 65 72 2e |ktop to another.| 000001f0 0a 20 20 4e 6f 74 65 20 74 68 61 74 20 74 68 69 |. Note that thi| 00000200 73 20 69 73 20 6f 6e 6c 79 20 61 6e 20 61 65 73 |s is only an aes| 00000210 74 68 65 74 69 63 20 63 68 61 6e 67 65 20 61 6e |thetic change an| 00000220 64 20 62 65 61 72 73 20 6e 6f 20 72 65 6c 61 74 |d bears no relat| 00000230 69 6f 6e 20 74 6f 20 74 68 65 0a 75 73 61 67 65 |ion to the.usage| 00000240 20 6f 66 20 66 69 6c 65 6e 61 6d 65 73 20 6f 75 | of filenames ou| 00000250 74 73 69 64 65 20 74 68 65 20 64 65 73 6b 74 6f |tside the deskto| 00000260 70 2e 20 4e 6f 74 65 20 74 68 61 74 20 61 6c 6c |p. Note that all| 00000270 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 77 68 | applications wh| 00000280 69 63 68 20 61 72 65 0a 77 72 69 74 74 65 6e 20 |ich are.written | 00000290 63 6f 72 72 65 63 74 6c 79 20 73 68 6f 75 6c 64 |correctly should| 000002a0 20 77 6f 72 6b 20 63 6f 72 72 65 63 74 6c 79 20 | work correctly | 000002b0 77 69 74 68 20 74 68 69 73 20 70 61 74 63 68 2e |with this patch.| 000002c0 20 49 66 20 74 68 65 79 20 6b 65 65 70 20 61 6e | If they keep an| 000002d0 0a 69 6e 74 65 72 6e 61 6c 20 72 65 63 6f 72 64 |.internal record| 000002e0 20 6f 66 20 74 68 65 20 66 69 6c 65 6e 61 6d 65 | of the filename| 000002f0 20 74 68 65 79 20 73 61 76 65 64 20 61 73 20 28 | they saved as (| 00000300 77 68 69 63 68 20 73 68 6f 75 6c 64 20 6e 6f 74 |which should not| 00000310 20 62 65 20 64 6f 6e 65 20 2d 20 74 68 65 0a 61 | be done - the.a| 00000320 70 70 6c 69 63 61 74 69 6f 6e 20 73 68 6f 75 6c |pplication shoul| 00000330 64 20 6c 69 73 74 65 6e 20 74 6f 20 77 68 61 74 |d listen to what| 00000340 20 74 68 65 20 6f 74 68 65 72 20 61 70 70 6c 69 | the other appli| 00000350 63 61 74 69 6f 6e 20 74 65 6c 6c 73 20 69 74 20 |cation tells it | 00000360 74 6f 20 75 73 65 29 2c 0a 74 68 65 6e 20 74 68 |to use),.then th| 00000370 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 6d 61 |e application ma| 00000380 79 20 67 65 74 20 63 6f 6e 66 75 73 65 64 20 61 |y get confused a| 00000390 73 20 74 6f 20 77 68 65 72 65 20 74 6f 20 73 61 |s to where to sa| 000003a0 76 65 20 74 68 65 20 66 69 6c 65 20 61 6e 64 20 |ve the file and | 000003b0 6e 6f 74 0a 73 61 76 65 20 69 74 20 63 6f 72 72 |not.save it corr| 000003c0 65 63 74 6c 79 2e 0a 20 20 48 61 76 69 6e 67 20 |ectly.. Having | 000003d0 73 61 69 64 20 74 68 61 74 2c 20 69 74 20 69 73 |said that, it is| 000003e0 20 70 72 65 74 74 79 20 75 6e 6c 69 6b 65 6c 79 | pretty unlikely| 000003f0 2e 0a 20 20 52 65 6d 65 6d 62 65 72 20 74 68 61 |.. Remember tha| 00000400 74 20 61 6c 6c 20 74 68 65 20 49 6d 70 72 65 73 |t all the Impres| 00000410 73 69 6f 6e 20 73 75 69 74 65 20 6f 66 20 61 70 |sion suite of ap| 00000420 70 6c 69 63 61 74 69 6f 6e 73 20 64 69 73 6c 69 |plications disli| 00000430 6b 65 20 69 6e 74 65 6e 73 65 6c 79 0a 61 6e 79 |ke intensely.any| 00000440 20 75 73 61 67 65 20 6f 66 20 6c 6f 6e 67 20 66 | usage of long f| 00000450 69 6c 65 6e 61 6d 65 73 2e 0a 0a 0a 55 73 61 67 |ilenames....Usag| 00000460 65 0a 2d 2d 2d 2d 2d 0a 20 20 20 52 75 6e 20 74 |e.-----. Run t| 00000470 68 65 20 21 52 75 6e 20 66 69 6c 65 2e 20 54 68 |he !Run file. Th| 00000480 61 74 27 73 20 69 74 2e 0a 20 20 20 48 6f 70 65 |at's it.. Hope| 00000490 66 75 6c 6c 79 2c 20 74 68 65 20 63 6f 64 65 20 |fully, the code | 000004a0 77 69 6c 6c 20 62 65 20 61 73 73 65 6d 62 6c 65 |will be assemble| 000004b0 64 20 77 69 74 68 20 6e 6f 20 65 72 72 6f 72 73 |d with no errors| 000004c0 20 61 6e 64 20 61 6c 6c 20 74 68 61 74 20 69 6e | and all that in| 000004d0 0a 66 75 74 75 72 65 20 77 69 6c 6c 20 62 65 20 |.future will be | 000004e0 72 65 71 75 69 72 65 64 20 69 73 20 74 68 65 20 |required is the | 000004f0 72 75 6e 6e 69 6e 67 20 6f 66 20 74 68 65 20 72 |running of the r| 00000500 65 73 75 6c 74 61 6e 74 20 63 6f 64 65 20 66 69 |esultant code fi| 00000510 6c 65 2e 0a 20 20 20 54 68 69 73 20 61 70 70 6c |le.. This appl| 00000520 69 63 61 74 69 6f 6e 20 77 6f 72 6b 73 20 70 61 |ication works pa| 00000530 72 74 69 63 75 6c 61 72 6c 79 20 77 65 6c 6c 20 |rticularly well | 00000540 77 68 65 6e 20 75 73 65 64 20 69 6e 20 63 6f 6e |when used in con| 00000550 6a 75 6e 63 74 69 6f 6e 20 77 69 74 68 20 6d 79 |junction with my| 00000560 0a 46 69 6c 65 72 2b 50 61 74 63 68 20 31 2e 31 |.Filer+Patch 1.1| 00000570 33 2c 20 77 68 69 63 68 20 64 69 73 70 6c 61 79 |3, which display| 00000580 73 20 6c 6f 6e 67 20 66 69 6c 65 6e 61 6d 65 73 |s long filenames| 00000590 20 69 6e 74 65 6c 6c 69 67 65 6e 74 6c 79 20 73 | intelligently s| 000005a0 70 6c 69 74 20 6f 76 65 72 20 74 77 6f 0a 6c 69 |plit over two.li| 000005b0 6e 65 73 20 61 6e 64 20 67 69 76 65 73 20 67 6f |nes and gives go| 000005c0 72 67 65 6f 75 73 20 73 6c 61 62 62 69 6e 67 20 |rgeous slabbing | 000005d0 69 63 6f 6e 73 20 62 65 68 69 6e 64 20 61 6c 6c |icons behind all| 000005e0 20 74 68 65 20 66 69 6c 65 73 2e 0a 0a 0a 50 72 | the files....Pr| 000005f0 6f 62 6c 65 6d 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 0a |oblems.--------.| 00000600 20 20 20 42 65 63 61 75 73 65 20 73 6f 6d 65 20 | Because some | 00000610 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 64 6f 6e |applications don| 00000620 27 74 20 61 6c 6c 6f 77 20 73 70 61 63 65 73 20 |'t allow spaces | 00000630 69 6e 20 74 68 65 69 72 20 73 61 76 65 20 69 63 |in their save ic| 00000640 6f 6e 73 2c 20 69 74 20 69 73 0a 6c 69 6b 65 6c |ons, it is.likel| 00000650 79 20 74 68 61 74 20 79 6f 75 20 77 69 6c 6c 20 |y that you will | 00000660 68 61 76 65 20 74 6f 20 65 69 74 68 65 72 20 61 |have to either a| 00000670 6c 74 65 72 20 74 68 65 20 74 65 6d 70 6c 61 74 |lter the templat| 00000680 65 20 66 69 6c 65 20 73 6f 20 74 68 61 74 20 69 |e file so that i| 00000690 74 20 77 69 6c 6c 0a 61 6c 6c 6f 77 20 73 70 61 |t will.allow spa| 000006a0 63 65 73 20 28 63 68 61 6e 67 65 20 22 41 7e 20 |ces (change "A~ | 000006b0 22 20 6f 72 20 73 6f 6d 65 20 73 75 63 68 20 74 |" or some such t| 000006c0 6f 20 6e 6f 74 20 69 6e 63 6c 75 64 65 20 74 68 |o not include th| 000006d0 65 20 73 70 61 63 65 29 2c 20 6f 72 20 73 65 6c |e space), or sel| 000006e0 65 63 74 0a 74 68 65 20 75 6e 64 65 72 6c 69 6e |ect.the underlin| 000006f0 65 20 74 6f 20 73 70 61 63 65 20 6f 70 74 69 6f |e to space optio| 00000700 6e 20 77 68 65 6e 20 61 73 73 65 6d 62 6c 69 6e |n when assemblin| 00000710 67 20 74 68 65 20 63 6f 64 65 2e 0a 0a 20 20 20 |g the code... | 00000720 20 20 20 20 0a 48 6f 77 20 69 74 20 77 6f 72 6b | .How it work| 00000730 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 |s.------------. | 00000740 20 20 54 68 65 20 61 70 70 6c 69 63 61 74 69 6f | The applicatio| 00000750 6e 20 69 6e 73 74 61 6c 6c 73 20 61 20 66 69 6c |n installs a fil| 00000760 74 65 72 20 6f 6e 20 65 76 65 72 79 20 74 61 73 |ter on every tas| 00000770 6b 20 72 75 6e 6e 69 6e 67 20 61 6e 64 20 63 61 |k running and ca| 00000780 74 63 68 65 73 20 74 68 65 0a 44 61 74 61 53 61 |tches the.DataSa| 00000790 76 65 20 6d 65 73 73 61 67 65 2e 20 49 74 20 63 |ve message. It c| 000007a0 68 61 6e 67 65 73 20 74 68 65 20 66 69 6c 65 6e |hanges the filen| 000007b0 61 6d 65 20 69 66 20 69 74 20 63 6f 6e 74 61 69 |ame if it contai| 000007c0 6e 73 20 61 6e 79 20 73 70 61 63 65 73 20 69 74 |ns any spaces it| 000007d0 0a 74 72 61 6e 73 6c 61 74 65 73 20 74 68 65 6d |.translates them| 000007e0 20 74 6f 20 68 61 72 64 20 73 70 61 63 65 73 2e | to hard spaces.| 000007f0 0a 0a 0a 44 69 73 63 6c 61 69 6d 65 72 0a 2d 2d |...Disclaimer.--| 00000800 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 20 54 68 65 20 61 |--------. The a| 00000810 75 74 68 6f 72 20 61 63 63 65 70 74 73 20 6e 6f |uthor accepts no| 00000820 20 72 65 73 70 6f 6e 73 69 62 69 6c 69 74 79 20 | responsibility | 00000830 66 6f 72 20 61 6e 79 20 70 72 6f 62 6c 65 6d 73 |for any problems| 00000840 20 77 68 69 63 68 20 74 68 69 73 0a 61 70 70 6c | which this.appl| 00000850 69 63 61 74 69 6f 6e 20 6d 61 79 20 63 61 75 73 |ication may caus| 00000860 65 20 6f 72 20 6c 6f 73 73 20 6f 66 20 64 61 74 |e or loss of dat| 00000870 61 20 72 65 73 75 6c 74 69 6e 67 20 69 6e 20 69 |a resulting in i| 00000880 74 73 20 75 73 65 2e 20 54 68 69 73 20 61 70 70 |ts use. This app| 00000890 6c 69 63 61 74 69 6f 6e 0a 69 73 20 50 75 62 6c |lication.is Publ| 000008a0 69 63 20 44 6f 6d 61 69 6e 2e 20 54 68 69 73 20 |ic Domain. This | 000008b0 6d 65 61 6e 73 20 74 68 61 74 20 69 74 20 6d 61 |means that it ma| 000008c0 79 20 62 65 20 64 69 73 74 72 69 62 75 74 65 64 |y be distributed| 000008d0 2c 20 73 6f 20 6c 6f 6e 67 20 61 73 20 6e 6f 20 |, so long as no | 000008e0 63 68 61 72 67 65 0a 6f 74 68 65 72 20 74 68 61 |charge.other tha| 000008f0 6e 20 63 6f 70 79 69 6e 67 20 63 6f 73 74 73 20 |n copying costs | 00000900 61 72 65 20 63 68 61 72 67 65 64 20 66 6f 72 20 |are charged for | 00000910 69 74 2e 0a 20 20 54 68 69 73 20 63 6f 64 65 20 |it.. This code | 00000920 77 61 73 20 77 72 69 74 74 65 6e 20 69 6e 20 61 |was written in a| 00000930 62 6f 75 74 20 34 30 6d 69 6e 73 20 61 66 74 65 |bout 40mins afte| 00000940 72 20 62 75 74 63 68 65 72 69 6e 67 20 6d 79 20 |r butchering my | 00000950 54 65 78 74 43 6f 70 79 20 6d 6f 64 75 6c 65 2c |TextCopy module,| 00000960 0a 61 6e 64 20 74 68 65 72 65 66 6f 72 65 20 69 |.and therefore i| 00000970 74 27 73 20 73 75 63 63 65 73 73 20 72 61 74 65 |t's success rate| 00000980 20 6d 61 79 20 62 65 20 73 6f 6d 65 77 68 61 74 | may be somewhat| 00000990 20 64 75 62 69 6f 75 73 2e 20 48 6f 77 65 76 65 | dubious. Howeve| 000009a0 72 2c 20 61 73 20 74 68 65 20 63 6f 64 65 0a 69 |r, as the code.i| 000009b0 73 20 73 6f 20 73 69 6d 70 6c 65 20 49 20 77 6f |s so simple I wo| 000009c0 75 6c 64 20 73 74 61 6b 65 20 71 75 69 74 65 20 |uld stake quite | 000009d0 61 20 6c 6f 74 20 6f 6e 20 69 74 20 72 75 6e 6e |a lot on it runn| 000009e0 69 6e 67 20 63 6f 72 72 65 63 74 6c 79 20 61 6c |ing correctly al| 000009f0 6c 20 74 68 65 20 74 69 6d 65 20 0a 28 69 65 20 |l the time .(ie | 00000a00 69 74 20 69 73 20 69 6e 20 6d 79 20 62 6f 6f 74 |it is in my boot| 00000a10 20 73 65 71 75 65 6e 63 65 21 29 0a 20 20 0a 0a | sequence!). ..| 00000a20 53 6f 75 72 63 65 20 63 6f 64 65 0a 2d 2d 2d 2d |Source code.----| 00000a30 2d 2d 2d 2d 2d 2d 2d 0a 20 20 20 54 68 69 73 20 |-------. This | 00000a40 70 72 6f 67 72 61 6d 20 72 65 71 75 69 72 65 73 |program requires| 00000a50 20 74 68 65 20 21 4a 46 50 61 74 63 68 20 70 72 | the !JFPatch pr| 00000a60 65 2d 61 73 73 65 6d 62 6c 65 72 20 74 6f 20 6d |e-assembler to m| 00000a70 61 6b 65 20 74 68 65 20 63 6f 64 65 2e 20 54 68 |ake the code. Th| 00000a80 69 73 20 69 73 0a 61 20 73 69 6d 70 6c 65 20 74 |is is.a simple t| 00000a90 65 78 74 2d 74 6f 2d 62 61 73 69 63 20 61 73 73 |ext-to-basic ass| 00000aa0 65 6d 62 6c 65 72 20 77 68 69 63 68 20 74 61 6b |embler which tak| 00000ab0 65 73 20 61 20 74 65 78 74 20 61 73 73 65 6d 62 |es a text assemb| 00000ac0 6c 65 72 20 66 69 6c 65 2c 20 6d 61 6b 65 73 20 |ler file, makes | 00000ad0 61 0a 62 61 73 69 63 20 70 72 6f 67 72 61 6d 20 |a.basic program | 00000ae0 66 72 6f 6d 20 69 74 20 74 6f 20 61 73 73 65 6d |from it to assem| 00000af0 62 6c 65 2c 20 61 73 73 65 6d 62 6c 65 73 20 69 |ble, assembles i| 00000b00 74 20 61 6e 64 20 72 65 74 75 72 6e 73 20 61 6e |t and returns an| 00000b10 79 20 65 72 72 6f 72 73 2e 0a 43 75 72 72 65 6e |y errors..Curren| 00000b20 74 6c 79 2c 20 69 74 20 69 73 20 75 6e 64 65 72 |tly, it is under| 00000b30 20 64 65 76 65 6c 6f 70 6d 65 6e 74 20 61 6e 64 | development and| 00000b40 20 72 65 71 75 69 72 65 73 20 61 20 6c 6f 74 20 | requires a lot | 00000b50 6f 66 20 77 6f 72 6b 20 62 65 66 6f 72 65 20 69 |of work before i| 00000b60 74 20 77 69 6c 6c 0a 62 65 20 72 65 6c 65 61 73 |t will.be releas| 00000b70 65 64 20 69 6e 20 61 6e 79 20 66 6f 72 6d 2e 20 |ed in any form. | 00000b80 41 73 20 73 75 63 68 2c 20 74 68 65 20 70 61 74 |As such, the pat| 00000b90 63 68 20 66 69 6c 65 20 69 73 20 6d 6f 73 74 6c |ch file is mostl| 00000ba0 79 20 75 73 65 6c 65 73 73 2c 20 62 75 74 20 6d |y useless, but m| 00000bb0 75 73 74 0a 62 65 20 64 69 73 74 72 69 62 75 74 |ust.be distribut| 00000bc0 65 64 20 77 69 74 68 20 74 68 65 20 72 65 73 75 |ed with the resu| 00000bd0 6c 74 61 6e 74 20 6d 6f 64 75 6c 65 2e 0a 20 20 |ltant module.. | 00000be0 20 41 6c 6c 20 73 6f 75 72 63 65 20 63 6f 64 65 | All source code| 00000bf0 20 61 6e 20 74 68 65 20 72 65 73 75 6c 74 61 6e | an the resultan| 00000c00 74 20 6d 6f 64 75 6c 65 20 6d 75 73 74 20 62 65 |t module must be| 00000c10 20 64 69 73 74 72 69 62 75 74 65 64 20 74 6f 67 | distributed tog| 00000c20 65 74 68 65 72 2e 0a 0a 0a 43 6f 6e 74 61 63 74 |ether....Contact| 00000c30 0a 2d 2d 2d 2d 2d 2d 2d 0a 41 6e 79 20 63 6f 6d |.-------.Any com| 00000c40 6d 65 6e 74 73 2c 20 71 75 65 72 69 65 73 2c 20 |ments, queries, | 00000c50 64 6f 6e 61 74 69 6f 6e 73 20 6f 72 20 62 75 67 |donations or bug| 00000c60 20 72 65 70 6f 72 74 73 20 63 61 6e 20 62 65 20 | reports can be | 00000c70 73 65 6e 74 20 74 6f 20 3a 0a 0a 46 69 64 6f 6e |sent to :..Fidon| 00000c80 65 74 20 4e 65 74 4d 61 69 6c 20 3a 20 20 4a 75 |et NetMail : Ju| 00000c90 73 74 69 6e 20 46 6c 65 74 63 68 65 72 20 61 74 |stin Fletcher at| 00000ca0 20 41 72 63 61 64 65 20 28 30 31 38 31 20 36 35 | Arcade (0181 65| 00000cb0 35 20 34 34 31 32 29 20 5b 32 3a 32 35 34 2f 32 |5 4412) [2:254/2| 00000cc0 37 5d 0a 45 2d 4d 61 69 6c 20 3a 20 47 65 72 70 |7].E-Mail : Gerp| 00000cd0 68 40 61 72 63 61 64 65 2e 64 65 6d 6f 6e 2e 63 |h@arcade.demon.c| 00000ce0 6f 2e 75 6b 0a 0a 53 6e 61 69 6c 20 4d 61 69 6c |o.uk..Snail Mail| 00000cf0 20 3a 0a 20 20 20 20 4a 75 73 74 69 6e 20 46 6c | :. Justin Fl| 00000d00 65 74 63 68 65 72 0a 20 20 20 20 94 47 61 6c 61 |etcher. .Gala| 00000d10 64 72 69 65 6c 95 0a 20 20 20 20 31 37 62 20 43 |driel.. 17b C| 00000d20 72 6f 6d 77 65 6c 6c 20 52 6f 61 64 2c 0a 20 20 |romwell Road,. | 00000d30 20 20 57 65 65 74 69 6e 67 2c 0a 20 20 20 20 42 | Weeting,. B| 00000d40 72 61 6e 64 6f 6e 2c 0a 20 20 20 20 53 75 66 66 |randon,. Suff| 00000d50 6f 6c 6b 2e 0a 20 20 20 20 49 50 32 37 20 30 51 |olk.. IP27 0Q| 00000d60 54 0a |T.| 00000d62