Home » Personal collection » Acorn hard disk » apps » web » Telnet/TELNET
Telnet/TELNET
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 hard disk » apps » web |
Filename: | Telnet/TELNET |
Read OK: | ✔ |
File size: | 0D81 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_NetBits.adf » TELNET
- Personal collection » Acorn hard disk » apps » web » Telnet/TELNET
File contents
Help file for !Telnet ~~~~~~~~~~~~~~~~~~~~~ Application : Telnet Purpose : A command line telnet program Version : 0.02 Author : Leo White Date : Thu 22nd January 1998 � Leo White, 1998 -------------------------------------------------------------------- Telnet is a simple command line telnet program. It can be used to connect to unix machines, chat daemons, MUDs etc. The only telnet option it supports is 'echoing', and runs in a char-by-char mode. Hopefully later versions will support more telnet options. -------------------------------------------------------------------- Usage: telnet can be run in the following way telnet <hostname> <port> or telnet <hostname>:<port> If telnet is run with no arguments then it will prompt for a hostname to connect to. Hostname can either be the textual host name "your.hostname.com" or can be the equivalent IP number "123.456.789.1". If the port number if not specified then the default telnet port number is used (23) Also if the hostname is "0", then telnet will attempt to connect to "localhost". -------------------------------------------------------------------- Things To Do ~~~~~~~~~~~~ -Support more of the telnet options -Add the ability to switch between linemode and char-by-char mode. -Allow the user to 'escape' out to a 'telnet>' promopt -------------------------------------------------------------------- Program History ~~~~~~~~~~~~~~~ Version 0.01 ~~~~~~~~~~~~ Hostname lookup and connection. Only seems to want to connect to MUDs and chat daemons. But not to 'proper' telnet daemons. Ran in linemode. Runs happily in a taskwindow. Version 0.02 Thu 22nd January 1998 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixed a small bug which allowed telnet to connect to 'proper' unix telnet daemons. Switched to running in char-by-char mode as this works better on unix machines. ---------------------------------------------------------------- Disclaimer ~~~~~~~~~~ This software is provided as is. The author cannot take responsibility for any loss of data or any other problems consequent upon the use of this program. ---------------------------------------------------------------- Conditions of Use ~~~~~~~~~~~~~~~~~ This software is freeware. It may be freely distributed as long as no money is exchanged, apart from cost of distribution i.e. cost of discs, and that all the original files are included. ---------------------------------------------------------------- Updates and Listing Files ~~~~~~~~~~~~~~~~~~~~~~~~~ You can get the latest version of telnet from my web page at http://www.ukc.ac.uk/php/lptw1 or at http://www.brighteyes.u-net.com ---------------------------------------------------------------- Contacting The Author ~~~~~~~~~~~~~~~~~~~~~ If you wish to contact me, e.g. to tell me about any bugs, improvements etc. Or if you just want to send me large amounts of money :) (Well you never know), then you can use the following methods. email : lptw1@ukc.ac.uk (Should be valid for a few more years yet) lptw1@brighteyes.u-net.com or send mail to L P T White 208 New Road West Parley Ferndown Dorset BH22 8EN Any mail arriving here will be sent on to me at University. So could take quite some time to reach me.
00000000 48 65 6c 70 20 66 69 6c 65 20 66 6f 72 20 21 54 |Help file for !T| 00000010 65 6c 6e 65 74 0d 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e |elnet..~~~~~~~~~| 00000020 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 0a 0d 0a |~~~~~~~~~~~~....| 00000030 20 20 41 70 70 6c 69 63 61 74 69 6f 6e 20 3a 20 | Application : | 00000040 54 65 6c 6e 65 74 0d 0a 20 20 50 75 72 70 6f 73 |Telnet.. Purpos| 00000050 65 20 20 20 20 20 3a 20 41 20 63 6f 6d 6d 61 6e |e : A comman| 00000060 64 20 6c 69 6e 65 20 74 65 6c 6e 65 74 20 70 72 |d line telnet pr| 00000070 6f 67 72 61 6d 0d 0a 20 20 56 65 72 73 69 6f 6e |ogram.. Version| 00000080 20 20 20 20 20 3a 20 30 2e 30 32 0d 0a 20 20 41 | : 0.02.. A| 00000090 75 74 68 6f 72 20 20 20 20 20 20 3a 20 4c 65 6f |uthor : Leo| 000000a0 20 57 68 69 74 65 0d 0a 20 20 44 61 74 65 20 20 | White.. Date | 000000b0 20 20 20 20 20 20 3a 20 54 68 75 20 32 32 6e 64 | : Thu 22nd| 000000c0 20 4a 61 6e 75 61 72 79 20 31 39 39 38 0d 0a 20 | January 1998.. | 000000d0 20 20 20 20 20 20 20 20 0d 0a a9 20 4c 65 6f 20 | ... Leo | 000000e0 57 68 69 74 65 2c 20 31 39 39 38 0d 0a 0d 0a 2d |White, 1998....-| 000000f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000130 2d 2d 2d 0d 0a 0d 0a 54 65 6c 6e 65 74 20 69 73 |---....Telnet is| 00000140 20 61 20 73 69 6d 70 6c 65 20 63 6f 6d 6d 61 6e | a simple comman| 00000150 64 20 6c 69 6e 65 20 74 65 6c 6e 65 74 20 70 72 |d line telnet pr| 00000160 6f 67 72 61 6d 2e 20 20 49 74 20 63 61 6e 20 62 |ogram. It can b| 00000170 65 20 75 73 65 64 0d 0a 74 6f 20 63 6f 6e 6e 65 |e used..to conne| 00000180 63 74 20 74 6f 20 75 6e 69 78 20 6d 61 63 68 69 |ct to unix machi| 00000190 6e 65 73 2c 20 63 68 61 74 20 64 61 65 6d 6f 6e |nes, chat daemon| 000001a0 73 2c 20 4d 55 44 73 20 65 74 63 2e 20 20 54 68 |s, MUDs etc. Th| 000001b0 65 20 6f 6e 6c 79 20 74 65 6c 6e 65 74 0d 0a 6f |e only telnet..o| 000001c0 70 74 69 6f 6e 20 69 74 20 73 75 70 70 6f 72 74 |ption it support| 000001d0 73 20 69 73 20 27 65 63 68 6f 69 6e 67 27 2c 20 |s is 'echoing', | 000001e0 61 6e 64 20 72 75 6e 73 20 69 6e 20 61 20 63 68 |and runs in a ch| 000001f0 61 72 2d 62 79 2d 63 68 61 72 20 6d 6f 64 65 2e |ar-by-char mode.| 00000200 0d 0a 48 6f 70 65 66 75 6c 6c 79 20 6c 61 74 65 |..Hopefully late| 00000210 72 20 76 65 72 73 69 6f 6e 73 20 77 69 6c 6c 20 |r versions will | 00000220 73 75 70 70 6f 72 74 20 6d 6f 72 65 20 74 65 6c |support more tel| 00000230 6e 65 74 20 6f 70 74 69 6f 6e 73 2e 0d 0a 0d 0a |net options.....| 00000240 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000280 2d 2d 2d 2d 0d 0a 0d 0a 55 73 61 67 65 3a 20 20 |----....Usage: | 00000290 74 65 6c 6e 65 74 20 63 61 6e 20 62 65 20 72 75 |telnet can be ru| 000002a0 6e 20 69 6e 20 74 68 65 20 66 6f 6c 6c 6f 77 69 |n in the followi| 000002b0 6e 67 20 77 61 79 0d 0a 0d 0a 74 65 6c 6e 65 74 |ng way....telnet| 000002c0 20 3c 68 6f 73 74 6e 61 6d 65 3e 20 3c 70 6f 72 | <hostname> <por| 000002d0 74 3e 0d 0a 6f 72 0d 0a 74 65 6c 6e 65 74 20 3c |t>..or..telnet <| 000002e0 68 6f 73 74 6e 61 6d 65 3e 3a 3c 70 6f 72 74 3e |hostname>:<port>| 000002f0 0d 0a 0d 0a 20 20 49 66 20 74 65 6c 6e 65 74 20 |.... If telnet | 00000300 69 73 20 72 75 6e 20 77 69 74 68 20 6e 6f 20 61 |is run with no a| 00000310 72 67 75 6d 65 6e 74 73 20 74 68 65 6e 20 69 74 |rguments then it| 00000320 20 77 69 6c 6c 20 70 72 6f 6d 70 74 20 66 6f 72 | will prompt for| 00000330 20 61 20 68 6f 73 74 6e 61 6d 65 0d 0a 74 6f 20 | a hostname..to | 00000340 63 6f 6e 6e 65 63 74 20 74 6f 2e 0d 0a 20 20 48 |connect to... H| 00000350 6f 73 74 6e 61 6d 65 20 63 61 6e 20 65 69 74 68 |ostname can eith| 00000360 65 72 20 62 65 20 74 68 65 20 74 65 78 74 75 61 |er be the textua| 00000370 6c 20 68 6f 73 74 20 6e 61 6d 65 20 22 79 6f 75 |l host name "you| 00000380 72 2e 68 6f 73 74 6e 61 6d 65 2e 63 6f 6d 22 0d |r.hostname.com".| 00000390 0a 6f 72 20 63 61 6e 20 62 65 20 74 68 65 20 65 |.or can be the e| 000003a0 71 75 69 76 61 6c 65 6e 74 20 49 50 20 6e 75 6d |quivalent IP num| 000003b0 62 65 72 20 22 31 32 33 2e 34 35 36 2e 37 38 39 |ber "123.456.789| 000003c0 2e 31 22 2e 20 20 49 66 20 74 68 65 20 70 6f 72 |.1". If the por| 000003d0 74 0d 0a 6e 75 6d 62 65 72 20 69 66 20 6e 6f 74 |t..number if not| 000003e0 20 73 70 65 63 69 66 69 65 64 20 74 68 65 6e 20 | specified then | 000003f0 74 68 65 20 64 65 66 61 75 6c 74 20 74 65 6c 6e |the default teln| 00000400 65 74 20 70 6f 72 74 20 6e 75 6d 62 65 72 20 69 |et port number i| 00000410 73 0d 0a 75 73 65 64 20 28 32 33 29 0d 0a 0d 0a |s..used (23)....| 00000420 20 41 6c 73 6f 20 69 66 20 74 68 65 20 68 6f 73 | Also if the hos| 00000430 74 6e 61 6d 65 20 69 73 20 22 30 22 2c 20 74 68 |tname is "0", th| 00000440 65 6e 20 74 65 6c 6e 65 74 20 77 69 6c 6c 20 61 |en telnet will a| 00000450 74 74 65 6d 70 74 20 74 6f 20 63 6f 6e 6e 65 63 |ttempt to connec| 00000460 74 0d 0a 74 6f 20 22 6c 6f 63 61 6c 68 6f 73 74 |t..to "localhost| 00000470 22 2e 0d 0a 0d 0a 20 20 0d 0a 2d 2d 2d 2d 2d 2d |"..... ..------| 00000480 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000004b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0d 0a |--------------..| 000004c0 0d 0a 54 68 69 6e 67 73 20 54 6f 20 44 6f 0d 0a |..Things To Do..| 000004d0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 0a 0d 0a |~~~~~~~~~~~~....| 000004e0 20 20 2d 53 75 70 70 6f 72 74 20 6d 6f 72 65 20 | -Support more | 000004f0 6f 66 20 74 68 65 20 74 65 6c 6e 65 74 20 6f 70 |of the telnet op| 00000500 74 69 6f 6e 73 0d 0a 20 20 2d 41 64 64 20 74 68 |tions.. -Add th| 00000510 65 20 61 62 69 6c 69 74 79 20 74 6f 20 73 77 69 |e ability to swi| 00000520 74 63 68 20 62 65 74 77 65 65 6e 20 6c 69 6e 65 |tch between line| 00000530 6d 6f 64 65 20 61 6e 64 20 63 68 61 72 2d 62 79 |mode and char-by| 00000540 2d 63 68 61 72 20 6d 6f 64 65 2e 0d 0a 20 20 2d |-char mode... -| 00000550 41 6c 6c 6f 77 20 74 68 65 20 75 73 65 72 20 74 |Allow the user t| 00000560 6f 20 27 65 73 63 61 70 65 27 20 6f 75 74 20 74 |o 'escape' out t| 00000570 6f 20 61 20 27 74 65 6c 6e 65 74 3e 27 20 70 72 |o a 'telnet>' pr| 00000580 6f 6d 6f 70 74 0d 0a 20 20 20 0d 0a 2d 2d 2d 2d |omopt.. ..----| 00000590 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000005d0 0d 0a 0d 0a 50 72 6f 67 72 61 6d 20 48 69 73 74 |....Program Hist| 000005e0 6f 72 79 0d 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |ory..~~~~~~~~~~~| 000005f0 7e 7e 7e 7e 0d 0a 0d 0a 56 65 72 73 69 6f 6e 20 |~~~~....Version | 00000600 30 2e 30 31 0d 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |0.01..~~~~~~~~~~| 00000610 7e 7e 0d 0a 0d 0a 20 20 48 6f 73 74 6e 61 6d 65 |~~.... Hostname| 00000620 20 6c 6f 6f 6b 75 70 20 61 6e 64 20 63 6f 6e 6e | lookup and conn| 00000630 65 63 74 69 6f 6e 2e 20 20 4f 6e 6c 79 20 73 65 |ection. Only se| 00000640 65 6d 73 20 74 6f 20 77 61 6e 74 20 74 6f 20 63 |ems to want to c| 00000650 6f 6e 6e 65 63 74 20 74 6f 20 0d 0a 4d 55 44 73 |onnect to ..MUDs| 00000660 20 61 6e 64 20 63 68 61 74 20 64 61 65 6d 6f 6e | and chat daemon| 00000670 73 2e 20 20 42 75 74 20 6e 6f 74 20 74 6f 20 27 |s. But not to '| 00000680 70 72 6f 70 65 72 27 20 74 65 6c 6e 65 74 20 64 |proper' telnet d| 00000690 61 65 6d 6f 6e 73 2e 0d 0a 52 61 6e 20 69 6e 20 |aemons...Ran in | 000006a0 6c 69 6e 65 6d 6f 64 65 2e 0d 0a 52 75 6e 73 20 |linemode...Runs | 000006b0 68 61 70 70 69 6c 79 20 69 6e 20 61 20 74 61 73 |happily in a tas| 000006c0 6b 77 69 6e 64 6f 77 2e 0d 0a 0d 0a 56 65 72 73 |kwindow.....Vers| 000006d0 69 6f 6e 20 30 2e 30 32 20 54 68 75 20 32 32 6e |ion 0.02 Thu 22n| 000006e0 64 20 4a 61 6e 75 61 72 79 20 31 39 39 38 0d 0a |d January 1998..| 000006f0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| * 00000710 7e 7e 0d 0a 0d 0a 46 69 78 65 64 20 61 20 73 6d |~~....Fixed a sm| 00000720 61 6c 6c 20 62 75 67 20 77 68 69 63 68 20 61 6c |all bug which al| 00000730 6c 6f 77 65 64 20 74 65 6c 6e 65 74 20 74 6f 20 |lowed telnet to | 00000740 63 6f 6e 6e 65 63 74 20 74 6f 20 27 70 72 6f 70 |connect to 'prop| 00000750 65 72 27 20 75 6e 69 78 0d 0a 74 65 6c 6e 65 74 |er' unix..telnet| 00000760 20 64 61 65 6d 6f 6e 73 2e 20 20 0d 0a 53 77 69 | daemons. ..Swi| 00000770 74 63 68 65 64 20 74 6f 20 72 75 6e 6e 69 6e 67 |tched to running| 00000780 20 69 6e 20 63 68 61 72 2d 62 79 2d 63 68 61 72 | in char-by-char| 00000790 20 6d 6f 64 65 20 61 73 20 74 68 69 73 20 77 6f | mode as this wo| 000007a0 72 6b 73 20 62 65 74 74 65 72 0d 0a 6f 6e 20 75 |rks better..on u| 000007b0 6e 69 78 20 6d 61 63 68 69 6e 65 73 2e 0d 0a 0d |nix machines....| 000007c0 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |.---------------| 000007d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000800 2d 0d 0a 0d 0a 44 69 73 63 6c 61 69 6d 65 72 0d |-....Disclaimer.| 00000810 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 0a 0d 0a 20 |.~~~~~~~~~~.... | 00000820 20 54 68 69 73 20 73 6f 66 74 77 61 72 65 20 69 | This software i| 00000830 73 20 70 72 6f 76 69 64 65 64 20 61 73 20 69 73 |s provided as is| 00000840 2e 20 20 54 68 65 20 61 75 74 68 6f 72 20 63 61 |. The author ca| 00000850 6e 6e 6f 74 20 74 61 6b 65 20 72 65 73 70 6f 6e |nnot take respon| 00000860 73 69 62 69 6c 69 74 79 0d 0a 66 6f 72 20 61 6e |sibility..for an| 00000870 79 20 6c 6f 73 73 20 6f 66 20 64 61 74 61 20 6f |y loss of data o| 00000880 72 20 61 6e 79 20 6f 74 68 65 72 20 70 72 6f 62 |r any other prob| 00000890 6c 65 6d 73 20 63 6f 6e 73 65 71 75 65 6e 74 20 |lems consequent | 000008a0 75 70 6f 6e 20 74 68 65 20 75 73 65 20 6f 66 0d |upon the use of.| 000008b0 0a 74 68 69 73 20 70 72 6f 67 72 61 6d 2e 0d 0a |.this program...| 000008c0 0d 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |..--------------| 000008d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000900 2d 2d 0d 0a 0d 0a 43 6f 6e 64 69 74 69 6f 6e 73 |--....Conditions| 00000910 20 6f 66 20 55 73 65 0d 0a 7e 7e 7e 7e 7e 7e 7e | of Use..~~~~~~~| 00000920 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 0a 0d 0a 20 20 |~~~~~~~~~~.... | 00000930 54 68 69 73 20 73 6f 66 74 77 61 72 65 20 69 73 |This software is| 00000940 20 66 72 65 65 77 61 72 65 2e 20 20 49 74 20 6d | freeware. It m| 00000950 61 79 20 62 65 20 66 72 65 65 6c 79 20 64 69 73 |ay be freely dis| 00000960 74 72 69 62 75 74 65 64 20 61 73 20 6c 6f 6e 67 |tributed as long| 00000970 20 61 73 20 6e 6f 0d 0a 6d 6f 6e 65 79 20 69 73 | as no..money is| 00000980 20 65 78 63 68 61 6e 67 65 64 2c 20 61 70 61 72 | exchanged, apar| 00000990 74 20 66 72 6f 6d 20 63 6f 73 74 20 6f 66 20 64 |t from cost of d| 000009a0 69 73 74 72 69 62 75 74 69 6f 6e 20 69 2e 65 2e |istribution i.e.| 000009b0 20 63 6f 73 74 20 6f 66 20 64 69 73 63 73 2c 0d | cost of discs,.| 000009c0 0a 61 6e 64 20 74 68 61 74 20 61 6c 6c 20 74 68 |.and that all th| 000009d0 65 20 6f 72 69 67 69 6e 61 6c 20 66 69 6c 65 73 |e original files| 000009e0 20 61 72 65 20 69 6e 63 6c 75 64 65 64 2e 0d 0a | are included...| 000009f0 0d 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |..--------------| 00000a00 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000a30 2d 2d 0d 0a 0d 0a 0d 0a 55 70 64 61 74 65 73 20 |--......Updates | 00000a40 61 6e 64 20 4c 69 73 74 69 6e 67 20 46 69 6c 65 |and Listing File| 00000a50 73 0d 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |s..~~~~~~~~~~~~~| 00000a60 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0d 0a 0d 0a |~~~~~~~~~~~~....| 00000a70 59 6f 75 20 63 61 6e 20 67 65 74 20 74 68 65 20 |You can get the | 00000a80 6c 61 74 65 73 74 20 76 65 72 73 69 6f 6e 20 6f |latest version o| 00000a90 66 20 74 65 6c 6e 65 74 20 66 72 6f 6d 20 6d 79 |f telnet from my| 00000aa0 20 77 65 62 20 70 61 67 65 0d 0a 61 74 20 0d 0a | web page..at ..| 00000ab0 20 20 68 74 74 70 3a 2f 2f 77 77 77 2e 75 6b 63 | http://www.ukc| 00000ac0 2e 61 63 2e 75 6b 2f 70 68 70 2f 6c 70 74 77 31 |.ac.uk/php/lptw1| 00000ad0 0d 0a 6f 72 20 61 74 0d 0a 20 20 68 74 74 70 3a |..or at.. http:| 00000ae0 2f 2f 77 77 77 2e 62 72 69 67 68 74 65 79 65 73 |//www.brighteyes| 00000af0 2e 75 2d 6e 65 74 2e 63 6f 6d 0d 0a 20 20 0d 0a |.u-net.com.. ..| 00000b00 0d 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |..--------------| 00000b10 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000b40 2d 2d 0d 0a 0d 0a 43 6f 6e 74 61 63 74 69 6e 67 |--....Contacting| 00000b50 20 54 68 65 20 41 75 74 68 6f 72 0d 0a 7e 7e 7e | The Author..~~~| 00000b60 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000b70 7e 7e 0d 0a 0d 0a 20 20 49 66 20 79 6f 75 20 77 |~~.... If you w| 00000b80 69 73 68 20 74 6f 20 63 6f 6e 74 61 63 74 20 6d |ish to contact m| 00000b90 65 2c 20 65 2e 67 2e 20 74 6f 20 74 65 6c 6c 20 |e, e.g. to tell | 00000ba0 6d 65 20 61 62 6f 75 74 20 61 6e 79 20 62 75 67 |me about any bug| 00000bb0 73 2c 20 0d 0a 69 6d 70 72 6f 76 65 6d 65 6e 74 |s, ..improvement| 00000bc0 73 20 65 74 63 2e 20 4f 72 20 69 66 20 79 6f 75 |s etc. Or if you| 00000bd0 20 6a 75 73 74 20 77 61 6e 74 20 74 6f 20 73 65 | just want to se| 00000be0 6e 64 20 6d 65 20 6c 61 72 67 65 20 61 6d 6f 75 |nd me large amou| 00000bf0 6e 74 73 20 6f 66 0d 0a 6d 6f 6e 65 79 20 3a 29 |nts of..money :)| 00000c00 20 28 57 65 6c 6c 20 79 6f 75 20 6e 65 76 65 72 | (Well you never| 00000c10 20 6b 6e 6f 77 29 2c 20 74 68 65 6e 20 79 6f 75 | know), then you| 00000c20 20 63 61 6e 20 75 73 65 20 74 68 65 20 66 6f 6c | can use the fol| 00000c30 6c 6f 77 69 6e 67 20 0d 0a 6d 65 74 68 6f 64 73 |lowing ..methods| 00000c40 2e 0d 0a 0d 0a 65 6d 61 69 6c 20 3a 20 6c 70 74 |.....email : lpt| 00000c50 77 31 40 75 6b 63 2e 61 63 2e 75 6b 20 20 28 53 |w1@ukc.ac.uk (S| 00000c60 68 6f 75 6c 64 20 62 65 20 76 61 6c 69 64 20 66 |hould be valid f| 00000c70 6f 72 20 61 20 66 65 77 20 6d 6f 72 65 20 79 65 |or a few more ye| 00000c80 61 72 73 20 79 65 74 29 0d 0a 20 20 20 20 20 20 |ars yet).. | 00000c90 20 20 6c 70 74 77 31 40 62 72 69 67 68 74 65 79 | lptw1@brightey| 00000ca0 65 73 2e 75 2d 6e 65 74 2e 63 6f 6d 0d 0a 20 20 |es.u-net.com.. | 00000cb0 20 20 20 20 20 20 0d 0a 6f 72 20 73 65 6e 64 20 | ..or send | 00000cc0 6d 61 69 6c 20 74 6f 0d 0a 0d 0a 4c 20 50 20 54 |mail to....L P T| 00000cd0 20 57 68 69 74 65 0d 0a 32 30 38 20 4e 65 77 20 | White..208 New | 00000ce0 52 6f 61 64 0d 0a 57 65 73 74 20 50 61 72 6c 65 |Road..West Parle| 00000cf0 79 0d 0a 46 65 72 6e 64 6f 77 6e 0d 0a 44 6f 72 |y..Ferndown..Dor| 00000d00 73 65 74 0d 0a 42 48 32 32 20 38 45 4e 0d 0a 0d |set..BH22 8EN...| 00000d10 0a 41 6e 79 20 6d 61 69 6c 20 61 72 72 69 76 69 |.Any mail arrivi| 00000d20 6e 67 20 68 65 72 65 20 77 69 6c 6c 20 62 65 20 |ng here will be | 00000d30 73 65 6e 74 20 6f 6e 20 74 6f 20 6d 65 20 61 74 |sent on to me at| 00000d40 20 55 6e 69 76 65 72 73 69 74 79 2e 20 53 6f 20 | University. So | 00000d50 63 6f 75 6c 64 20 74 61 6b 65 0d 0a 71 75 69 74 |could take..quit| 00000d60 65 20 73 6f 6d 65 20 74 69 6d 65 20 74 6f 20 72 |e some time to r| 00000d70 65 61 63 68 20 6d 65 2e 0d 0a 20 20 20 0d 0a 0d |each me... ...| 00000d80 0a |.| 00000d81