Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak » !TCPIP/TCPIP_Doc/History/New_201

!TCPIP/TCPIP_Doc/History/New_201

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 1995-05.adf » !Internet_StarterPak
Filename: !TCPIP/TCPIP_Doc/History/New_201
Read OK:
File size: 2280 bytes
Load address: 0000
Exec address: 0000
File contents
TCPIP (Arc KA9Q) Version 2.01
=============================

Fixes
=====

Risc PC
-------
At long last, fast ARM code window redraw has been implemeted, bypassing
Risc OS completely for all 2x4 and 2x2 screen modes from 1 bpp to 32 bpp
and so at last, !TCPIP should be fully useable on a Risc PC without the
need to switch to a 16 colour screen mode.

Thanks to Philip Banks for Risc PC testing.


Current selection mangled by scroll
-----------------------------------
Fixed at last.

Also as normal people tend to select text according to content rather
than position in window, if a character within the selected area is
updated, the selection is reset.


Command Help
------------
Help commands like for eg, "ax25 help" were not being handled correctly
in abbreviated form (must be a bug from the original PC version...)
Now fixed.


AX25 Sessions Freeze
--------------------
Entering anything into an AX25 session caused machine to freeze (fwrite
doesn't like NULL handles - methinks bug/deficiency in CLib).
Now fixed.

resolve timeout yields resolve trace state
------------------------------------------
Fixed. Entering resolve timeout now shows the current timeout.


Annoying "se" != "session"
--------------------------
Addition of setvar command prevented "se" from being used as
abbreviation for session.

Now fixed so that "se" is back to being an abbreviation for "session",
"set" is an abbreviation for "setvar".


POP leaves zero length files
----------------------------
Zero length mail spools should now get deleted, though havn't tested
this yet.


Old Dead Windows in Finder Menu
-------------------------------
I have tweeked the code slightly. While closed windows (sessions) will
remain after the window has been closed, they should now be silently
removed within a minute or so once both ends of the connection have
fully shut down.


CTRL+F11 (Purge hold buffer) trashes terminal state
---------------------------------------------------
Oops - fixed.



New bits & Changes
==================

Terminal command entry
----------------------
In v2.00g, changes were made here for character mode to allow sending of
strings without CRLF appended. (See New_200g for details)

This has been updated as follows:

Macro menu commands applied in character mode MUST have "\r\n" on any
string to be sent if you want the effect of a RETURN.

Commands entered into the command box are now processed as follows:

In line mode, or character mode:
  RETURN          appends CRLF to the entered command
  Click SELECT OK appends CRLF to the entered command 

This is the action that occured in v2.00f

In addition, in character mode:
  SHIFT+RETURN    does NOT append CRLF to the entered command
  Click ADJUST OK does NOT append CRLF to the entered command


SMTP mail separators
--------------------
Added #! rmail <length> to smtp separator options.

 smtp sep f or
 smtp sep u   sets From     (default)

 smtp sep a or
 smtp sep ^   sets CTRL+A

 smtp sep rn  sets #! rnews <length>

 smtp sep rm  sets #! rmail <length>



External Applications (Anthony Frost)
-------------------------------------
This version includes the external application protocol written and
incorporated by Anthony allowing other wimp applications to implement
stateless protocol based browsers. In other words Gopher and simple Web
clients.

Allthough I havn't tried it, I should think it would be possible to
create an address book type application containing a database of all
your commonly accessed internet services complete with commands to
access them. (Like a very extended macro command facility)

As part of this facility, !TCPIP has a new command "trf" for retrieving
Gopher menus, Web pages etc. Output from this command is dumped to a
temporary file rather than a window. Note: this command is not much use
for direct entry as you wont know the name of the file in which the
resulting data has been placed.


Reverse DNS (Tom Huges)
-----------------------
At last we have reverse DNS. Also the resolver has been modified to use
UDP which, as expected. seems to result in quicker lookups.

The effect of having Reverse DNS is that host names will usually be shown
rather than IP addresses. Among other things, this allows more readable hop
check information. Also if someone fingers you, you get to see their
host name.

As a consequence of host name strings often being longer than IP
addreses, the tcp status output has been modified to just show the name
of the local port, rather than the local_host:local_port.


Resolve Cache Size Configurable (Tom Huges)
-------------------------------------------
A new option may be placed in the resolve.resconf file to set the
resolve cache size.

cachesize <n>

Sets the number of cache entries to n. Where this option is not given,
the default cache size is now 40.


Terminal Macro Menus
--------------------
It is now possible to create hierarchial macro menu structures. See the
updated notes.macros file for details of how to create macro menus.


Selecting words
---------------
Double clicking on a character causes the word contaning that character
to be selected. In this context, a word is defined to be delimited by
any of the following characters: < > { } [ ] ( ) <space> " 
This enables easy picking of file names, IP adresses, host names etc.

Also, if when using a template command (ie one that allows for argument
substitution), and the command box is clear, then instead of applying
the template to the contents of the command box, it is applied to the
currently selected text.

Very handy, means for eg, you double click on a file or directory name,
then click on the get or cd macro and you start fetching you file, or
selecting the required directory, or get list of directory or whatever.

Just revisted this - a third click now selects a line.


Drag Selecting
--------------
While making a selection by dragging, the window will now auto-scroll to
follow the pointer. The speed of the auto-scrolling is dependent upon
how close the pointer is the inside edge of the window, within 32 OS
units.


Source command and !RunImage parameters
---------------------------------------
The source command now accepts a second parameter "q" (for quiet). This
will disable echoing of command in a file.

!TCPIP's !RunImage will now accept the command line switch "-q" as the 1st
parameter. This will prevent echoing of commands in the startup files.


Comments in files no longer echoed (Geoff Riley)
------------------------------------------------
Heading says it all...


POP Mail
--------
Have given POP the same mail separator options that SMTP now has.
POP has a new command to support this as follows:

 pop sep f or
 pop sep u   sets From     (default)

 pop sep a or
 pop sep ^   sets CTRL+A

 pop sep rn  sets #! rnews <length>

 pop sep rm  sets #! rmail <length>

Occurences of "From " at the start of a line in the body of messages are
now quoted with ">" when the "From " separator is in use.

Lines received with ".." are reduced to ".".


Default macro menu
------------------
As a consequence of being able to apply macros to selections, and the move
to hiearchial macro menus, I have add a much larger range of commands to
the default menu structure to cover most aspects of !tcpip operation.


!TCPIPUser
----------
This psuedo application how acts as a central resource bin for all
!TCPIP data files, and replaces !MailDir.

I have rearranged the internals of this slightly since 2.00g just to
tidy it up slightly.

All OS variables still point to the same data, meaning that applications
will continue to work with this structure.

This will mean that future !TCPIP software upgrades can be carried out
by simply replacing the !TCPIP application.

New additions:

!TCPIPUser.Scripts  - Default place to find a file when the "source
                      <file>" command is used.

!TCPIPUser.AutoBoot - Any application placed in this directory are
                      booted when !TCPIPUser is booted.

!TCPIPUser.Install  - This will be the home for installation scripts

!TCPIPUser.MailDir  - The old !MailDir psuedo application has been replaced
                      by this directory. The OS variable for this has
                      been retained, and internal structure is unchanged.

!TCPIPUser.NNTP     - NNTP Server information should be placed in here.
                      The NNTP$Dir variable points to this.

Any other psuedo applcations (for eg !NewsDir) may now be placed in
!TCPIPUser.AutoBoot and will be automatically booted when !TCPIPUser is
seen by the filer.


                 ---------------------------------

As usual, please direct bugs reports to tcpip2@comptech.demon.co.uk.

Sending them to this channel, rather than personally to me will ensure
that they get forwarded to all concerned - ie myself and Anthony.
00000000  54 43 50 49 50 20 28 41  72 63 20 4b 41 39 51 29  |TCPIP (Arc KA9Q)|
00000010  20 56 65 72 73 69 6f 6e  20 32 2e 30 31 0a 3d 3d  | Version 2.01.==|
00000020  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000030  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 0a 0a 46 69 78  |===========..Fix|
00000040  65 73 0a 3d 3d 3d 3d 3d  0a 0a 52 69 73 63 20 50  |es.=====..Risc P|
00000050  43 0a 2d 2d 2d 2d 2d 2d  2d 0a 41 74 20 6c 6f 6e  |C.-------.At lon|
00000060  67 20 6c 61 73 74 2c 20  66 61 73 74 20 41 52 4d  |g last, fast ARM|
00000070  20 63 6f 64 65 20 77 69  6e 64 6f 77 20 72 65 64  | code window red|
00000080  72 61 77 20 68 61 73 20  62 65 65 6e 20 69 6d 70  |raw has been imp|
00000090  6c 65 6d 65 74 65 64 2c  20 62 79 70 61 73 73 69  |lemeted, bypassi|
000000a0  6e 67 0a 52 69 73 63 20  4f 53 20 63 6f 6d 70 6c  |ng.Risc OS compl|
000000b0  65 74 65 6c 79 20 66 6f  72 20 61 6c 6c 20 32 78  |etely for all 2x|
000000c0  34 20 61 6e 64 20 32 78  32 20 73 63 72 65 65 6e  |4 and 2x2 screen|
000000d0  20 6d 6f 64 65 73 20 66  72 6f 6d 20 31 20 62 70  | modes from 1 bp|
000000e0  70 20 74 6f 20 33 32 20  62 70 70 0a 61 6e 64 20  |p to 32 bpp.and |
000000f0  73 6f 20 61 74 20 6c 61  73 74 2c 20 21 54 43 50  |so at last, !TCP|
00000100  49 50 20 73 68 6f 75 6c  64 20 62 65 20 66 75 6c  |IP should be ful|
00000110  6c 79 20 75 73 65 61 62  6c 65 20 6f 6e 20 61 20  |ly useable on a |
00000120  52 69 73 63 20 50 43 20  77 69 74 68 6f 75 74 20  |Risc PC without |
00000130  74 68 65 0a 6e 65 65 64  20 74 6f 20 73 77 69 74  |the.need to swit|
00000140  63 68 20 74 6f 20 61 20  31 36 20 63 6f 6c 6f 75  |ch to a 16 colou|
00000150  72 20 73 63 72 65 65 6e  20 6d 6f 64 65 2e 0a 0a  |r screen mode...|
00000160  54 68 61 6e 6b 73 20 74  6f 20 50 68 69 6c 69 70  |Thanks to Philip|
00000170  20 42 61 6e 6b 73 20 66  6f 72 20 52 69 73 63 20  | Banks for Risc |
00000180  50 43 20 74 65 73 74 69  6e 67 2e 0a 0a 0a 43 75  |PC testing....Cu|
00000190  72 72 65 6e 74 20 73 65  6c 65 63 74 69 6f 6e 20  |rrent selection |
000001a0  6d 61 6e 67 6c 65 64 20  62 79 20 73 63 72 6f 6c  |mangled by scrol|
000001b0  6c 0a 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |l.--------------|
000001c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000001d0  2d 2d 2d 2d 2d 0a 46 69  78 65 64 20 61 74 20 6c  |-----.Fixed at l|
000001e0  61 73 74 2e 0a 0a 41 6c  73 6f 20 61 73 20 6e 6f  |ast...Also as no|
000001f0  72 6d 61 6c 20 70 65 6f  70 6c 65 20 74 65 6e 64  |rmal people tend|
00000200  20 74 6f 20 73 65 6c 65  63 74 20 74 65 78 74 20  | to select text |
00000210  61 63 63 6f 72 64 69 6e  67 20 74 6f 20 63 6f 6e  |according to con|
00000220  74 65 6e 74 20 72 61 74  68 65 72 0a 74 68 61 6e  |tent rather.than|
00000230  20 70 6f 73 69 74 69 6f  6e 20 69 6e 20 77 69 6e  | position in win|
00000240  64 6f 77 2c 20 69 66 20  61 20 63 68 61 72 61 63  |dow, if a charac|
00000250  74 65 72 20 77 69 74 68  69 6e 20 74 68 65 20 73  |ter within the s|
00000260  65 6c 65 63 74 65 64 20  61 72 65 61 20 69 73 0a  |elected area is.|
00000270  75 70 64 61 74 65 64 2c  20 74 68 65 20 73 65 6c  |updated, the sel|
00000280  65 63 74 69 6f 6e 20 69  73 20 72 65 73 65 74 2e  |ection is reset.|
00000290  0a 0a 0a 43 6f 6d 6d 61  6e 64 20 48 65 6c 70 0a  |...Command Help.|
000002a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 48 65 6c  |------------.Hel|
000002b0  70 20 63 6f 6d 6d 61 6e  64 73 20 6c 69 6b 65 20  |p commands like |
000002c0  66 6f 72 20 65 67 2c 20  22 61 78 32 35 20 68 65  |for eg, "ax25 he|
000002d0  6c 70 22 20 77 65 72 65  20 6e 6f 74 20 62 65 69  |lp" were not bei|
000002e0  6e 67 20 68 61 6e 64 6c  65 64 20 63 6f 72 72 65  |ng handled corre|
000002f0  63 74 6c 79 0a 69 6e 20  61 62 62 72 65 76 69 61  |ctly.in abbrevia|
00000300  74 65 64 20 66 6f 72 6d  20 28 6d 75 73 74 20 62  |ted form (must b|
00000310  65 20 61 20 62 75 67 20  66 72 6f 6d 20 74 68 65  |e a bug from the|
00000320  20 6f 72 69 67 69 6e 61  6c 20 50 43 20 76 65 72  | original PC ver|
00000330  73 69 6f 6e 2e 2e 2e 29  0a 4e 6f 77 20 66 69 78  |sion...).Now fix|
00000340  65 64 2e 0a 0a 0a 41 58  32 35 20 53 65 73 73 69  |ed....AX25 Sessi|
00000350  6f 6e 73 20 46 72 65 65  7a 65 0a 2d 2d 2d 2d 2d  |ons Freeze.-----|
00000360  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000370  45 6e 74 65 72 69 6e 67  20 61 6e 79 74 68 69 6e  |Entering anythin|
00000380  67 20 69 6e 74 6f 20 61  6e 20 41 58 32 35 20 73  |g into an AX25 s|
00000390  65 73 73 69 6f 6e 20 63  61 75 73 65 64 20 6d 61  |ession caused ma|
000003a0  63 68 69 6e 65 20 74 6f  20 66 72 65 65 7a 65 20  |chine to freeze |
000003b0  28 66 77 72 69 74 65 0a  64 6f 65 73 6e 27 74 20  |(fwrite.doesn't |
000003c0  6c 69 6b 65 20 4e 55 4c  4c 20 68 61 6e 64 6c 65  |like NULL handle|
000003d0  73 20 2d 20 6d 65 74 68  69 6e 6b 73 20 62 75 67  |s - methinks bug|
000003e0  2f 64 65 66 69 63 69 65  6e 63 79 20 69 6e 20 43  |/deficiency in C|
000003f0  4c 69 62 29 2e 0a 4e 6f  77 20 66 69 78 65 64 2e  |Lib)..Now fixed.|
00000400  0a 0a 72 65 73 6f 6c 76  65 20 74 69 6d 65 6f 75  |..resolve timeou|
00000410  74 20 79 69 65 6c 64 73  20 72 65 73 6f 6c 76 65  |t yields resolve|
00000420  20 74 72 61 63 65 20 73  74 61 74 65 0a 2d 2d 2d  | trace state.---|
00000430  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000450  2d 2d 2d 2d 2d 2d 2d 0a  46 69 78 65 64 2e 20 45  |-------.Fixed. E|
00000460  6e 74 65 72 69 6e 67 20  72 65 73 6f 6c 76 65 20  |ntering resolve |
00000470  74 69 6d 65 6f 75 74 20  6e 6f 77 20 73 68 6f 77  |timeout now show|
00000480  73 20 74 68 65 20 63 75  72 72 65 6e 74 20 74 69  |s the current ti|
00000490  6d 65 6f 75 74 2e 0a 0a  0a 41 6e 6e 6f 79 69 6e  |meout....Annoyin|
000004a0  67 20 22 73 65 22 20 21  3d 20 22 73 65 73 73 69  |g "se" != "sessi|
000004b0  6f 6e 22 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |on".------------|
000004c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 41  |--------------.A|
000004d0  64 64 69 74 69 6f 6e 20  6f 66 20 73 65 74 76 61  |ddition of setva|
000004e0  72 20 63 6f 6d 6d 61 6e  64 20 70 72 65 76 65 6e  |r command preven|
000004f0  74 65 64 20 22 73 65 22  20 66 72 6f 6d 20 62 65  |ted "se" from be|
00000500  69 6e 67 20 75 73 65 64  20 61 73 0a 61 62 62 72  |ing used as.abbr|
00000510  65 76 69 61 74 69 6f 6e  20 66 6f 72 20 73 65 73  |eviation for ses|
00000520  73 69 6f 6e 2e 0a 0a 4e  6f 77 20 66 69 78 65 64  |sion...Now fixed|
00000530  20 73 6f 20 74 68 61 74  20 22 73 65 22 20 69 73  | so that "se" is|
00000540  20 62 61 63 6b 20 74 6f  20 62 65 69 6e 67 20 61  | back to being a|
00000550  6e 20 61 62 62 72 65 76  69 61 74 69 6f 6e 20 66  |n abbreviation f|
00000560  6f 72 20 22 73 65 73 73  69 6f 6e 22 2c 0a 22 73  |or "session",."s|
00000570  65 74 22 20 69 73 20 61  6e 20 61 62 62 72 65 76  |et" is an abbrev|
00000580  69 61 74 69 6f 6e 20 66  6f 72 20 22 73 65 74 76  |iation for "setv|
00000590  61 72 22 2e 0a 0a 0a 50  4f 50 20 6c 65 61 76 65  |ar"....POP leave|
000005a0  73 20 7a 65 72 6f 20 6c  65 6e 67 74 68 20 66 69  |s zero length fi|
000005b0  6c 65 73 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |les.------------|
000005c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000005d0  0a 5a 65 72 6f 20 6c 65  6e 67 74 68 20 6d 61 69  |.Zero length mai|
000005e0  6c 20 73 70 6f 6f 6c 73  20 73 68 6f 75 6c 64 20  |l spools should |
000005f0  6e 6f 77 20 67 65 74 20  64 65 6c 65 74 65 64 2c  |now get deleted,|
00000600  20 74 68 6f 75 67 68 20  68 61 76 6e 27 74 20 74  | though havn't t|
00000610  65 73 74 65 64 0a 74 68  69 73 20 79 65 74 2e 0a  |ested.this yet..|
00000620  0a 0a 4f 6c 64 20 44 65  61 64 20 57 69 6e 64 6f  |..Old Dead Windo|
00000630  77 73 20 69 6e 20 46 69  6e 64 65 72 20 4d 65 6e  |ws in Finder Men|
00000640  75 0a 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |u.--------------|
00000650  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000660  2d 0a 49 20 68 61 76 65  20 74 77 65 65 6b 65 64  |-.I have tweeked|
00000670  20 74 68 65 20 63 6f 64  65 20 73 6c 69 67 68 74  | the code slight|
00000680  6c 79 2e 20 57 68 69 6c  65 20 63 6c 6f 73 65 64  |ly. While closed|
00000690  20 77 69 6e 64 6f 77 73  20 28 73 65 73 73 69 6f  | windows (sessio|
000006a0  6e 73 29 20 77 69 6c 6c  0a 72 65 6d 61 69 6e 20  |ns) will.remain |
000006b0  61 66 74 65 72 20 74 68  65 20 77 69 6e 64 6f 77  |after the window|
000006c0  20 68 61 73 20 62 65 65  6e 20 63 6c 6f 73 65 64  | has been closed|
000006d0  2c 20 74 68 65 79 20 73  68 6f 75 6c 64 20 6e 6f  |, they should no|
000006e0  77 20 62 65 20 73 69 6c  65 6e 74 6c 79 0a 72 65  |w be silently.re|
000006f0  6d 6f 76 65 64 20 77 69  74 68 69 6e 20 61 20 6d  |moved within a m|
00000700  69 6e 75 74 65 20 6f 72  20 73 6f 20 6f 6e 63 65  |inute or so once|
00000710  20 62 6f 74 68 20 65 6e  64 73 20 6f 66 20 74 68  | both ends of th|
00000720  65 20 63 6f 6e 6e 65 63  74 69 6f 6e 20 68 61 76  |e connection hav|
00000730  65 0a 66 75 6c 6c 79 20  73 68 75 74 20 64 6f 77  |e.fully shut dow|
00000740  6e 2e 0a 0a 0a 43 54 52  4c 2b 46 31 31 20 28 50  |n....CTRL+F11 (P|
00000750  75 72 67 65 20 68 6f 6c  64 20 62 75 66 66 65 72  |urge hold buffer|
00000760  29 20 74 72 61 73 68 65  73 20 74 65 72 6d 69 6e  |) trashes termin|
00000770  61 6c 20 73 74 61 74 65  0a 2d 2d 2d 2d 2d 2d 2d  |al state.-------|
00000780  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000007a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 4f 6f 70  |------------.Oop|
000007b0  73 20 2d 20 66 69 78 65  64 2e 0a 0a 0a 0a 4e 65  |s - fixed.....Ne|
000007c0  77 20 62 69 74 73 20 26  20 43 68 61 6e 67 65 73  |w bits & Changes|
000007d0  0a 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.===============|
000007e0  3d 3d 3d 0a 0a 54 65 72  6d 69 6e 61 6c 20 63 6f  |===..Terminal co|
000007f0  6d 6d 61 6e 64 20 65 6e  74 72 79 0a 2d 2d 2d 2d  |mmand entry.----|
00000800  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000810  2d 2d 0a 49 6e 20 76 32  2e 30 30 67 2c 20 63 68  |--.In v2.00g, ch|
00000820  61 6e 67 65 73 20 77 65  72 65 20 6d 61 64 65 20  |anges were made |
00000830  68 65 72 65 20 66 6f 72  20 63 68 61 72 61 63 74  |here for charact|
00000840  65 72 20 6d 6f 64 65 20  74 6f 20 61 6c 6c 6f 77  |er mode to allow|
00000850  20 73 65 6e 64 69 6e 67  20 6f 66 0a 73 74 72 69  | sending of.stri|
00000860  6e 67 73 20 77 69 74 68  6f 75 74 20 43 52 4c 46  |ngs without CRLF|
00000870  20 61 70 70 65 6e 64 65  64 2e 20 28 53 65 65 20  | appended. (See |
00000880  4e 65 77 5f 32 30 30 67  20 66 6f 72 20 64 65 74  |New_200g for det|
00000890  61 69 6c 73 29 0a 0a 54  68 69 73 20 68 61 73 20  |ails)..This has |
000008a0  62 65 65 6e 20 75 70 64  61 74 65 64 20 61 73 20  |been updated as |
000008b0  66 6f 6c 6c 6f 77 73 3a  0a 0a 4d 61 63 72 6f 20  |follows:..Macro |
000008c0  6d 65 6e 75 20 63 6f 6d  6d 61 6e 64 73 20 61 70  |menu commands ap|
000008d0  70 6c 69 65 64 20 69 6e  20 63 68 61 72 61 63 74  |plied in charact|
000008e0  65 72 20 6d 6f 64 65 20  4d 55 53 54 20 68 61 76  |er mode MUST hav|
000008f0  65 20 22 5c 72 5c 6e 22  20 6f 6e 20 61 6e 79 0a  |e "\r\n" on any.|
00000900  73 74 72 69 6e 67 20 74  6f 20 62 65 20 73 65 6e  |string to be sen|
00000910  74 20 69 66 20 79 6f 75  20 77 61 6e 74 20 74 68  |t if you want th|
00000920  65 20 65 66 66 65 63 74  20 6f 66 20 61 20 52 45  |e effect of a RE|
00000930  54 55 52 4e 2e 0a 0a 43  6f 6d 6d 61 6e 64 73 20  |TURN...Commands |
00000940  65 6e 74 65 72 65 64 20  69 6e 74 6f 20 74 68 65  |entered into the|
00000950  20 63 6f 6d 6d 61 6e 64  20 62 6f 78 20 61 72 65  | command box are|
00000960  20 6e 6f 77 20 70 72 6f  63 65 73 73 65 64 20 61  | now processed a|
00000970  73 20 66 6f 6c 6c 6f 77  73 3a 0a 0a 49 6e 20 6c  |s follows:..In l|
00000980  69 6e 65 20 6d 6f 64 65  2c 20 6f 72 20 63 68 61  |ine mode, or cha|
00000990  72 61 63 74 65 72 20 6d  6f 64 65 3a 0a 20 20 52  |racter mode:.  R|
000009a0  45 54 55 52 4e 20 20 20  20 20 20 20 20 20 20 61  |ETURN          a|
000009b0  70 70 65 6e 64 73 20 43  52 4c 46 20 74 6f 20 74  |ppends CRLF to t|
000009c0  68 65 20 65 6e 74 65 72  65 64 20 63 6f 6d 6d 61  |he entered comma|
000009d0  6e 64 0a 20 20 43 6c 69  63 6b 20 53 45 4c 45 43  |nd.  Click SELEC|
000009e0  54 20 4f 4b 20 61 70 70  65 6e 64 73 20 43 52 4c  |T OK appends CRL|
000009f0  46 20 74 6f 20 74 68 65  20 65 6e 74 65 72 65 64  |F to the entered|
00000a00  20 63 6f 6d 6d 61 6e 64  20 0a 0a 54 68 69 73 20  | command ..This |
00000a10  69 73 20 74 68 65 20 61  63 74 69 6f 6e 20 74 68  |is the action th|
00000a20  61 74 20 6f 63 63 75 72  65 64 20 69 6e 20 76 32  |at occured in v2|
00000a30  2e 30 30 66 0a 0a 49 6e  20 61 64 64 69 74 69 6f  |.00f..In additio|
00000a40  6e 2c 20 69 6e 20 63 68  61 72 61 63 74 65 72 20  |n, in character |
00000a50  6d 6f 64 65 3a 0a 20 20  53 48 49 46 54 2b 52 45  |mode:.  SHIFT+RE|
00000a60  54 55 52 4e 20 20 20 20  64 6f 65 73 20 4e 4f 54  |TURN    does NOT|
00000a70  20 61 70 70 65 6e 64 20  43 52 4c 46 20 74 6f 20  | append CRLF to |
00000a80  74 68 65 20 65 6e 74 65  72 65 64 20 63 6f 6d 6d  |the entered comm|
00000a90  61 6e 64 0a 20 20 43 6c  69 63 6b 20 41 44 4a 55  |and.  Click ADJU|
00000aa0  53 54 20 4f 4b 20 64 6f  65 73 20 4e 4f 54 20 61  |ST OK does NOT a|
00000ab0  70 70 65 6e 64 20 43 52  4c 46 20 74 6f 20 74 68  |ppend CRLF to th|
00000ac0  65 20 65 6e 74 65 72 65  64 20 63 6f 6d 6d 61 6e  |e entered comman|
00000ad0  64 0a 0a 0a 53 4d 54 50  20 6d 61 69 6c 20 73 65  |d...SMTP mail se|
00000ae0  70 61 72 61 74 6f 72 73  0a 2d 2d 2d 2d 2d 2d 2d  |parators.-------|
00000af0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 41 64  |-------------.Ad|
00000b00  64 65 64 20 23 21 20 72  6d 61 69 6c 20 3c 6c 65  |ded #! rmail <le|
00000b10  6e 67 74 68 3e 20 74 6f  20 73 6d 74 70 20 73 65  |ngth> to smtp se|
00000b20  70 61 72 61 74 6f 72 20  6f 70 74 69 6f 6e 73 2e  |parator options.|
00000b30  0a 0a 20 73 6d 74 70 20  73 65 70 20 66 20 6f 72  |.. smtp sep f or|
00000b40  0a 20 73 6d 74 70 20 73  65 70 20 75 20 20 20 73  |. smtp sep u   s|
00000b50  65 74 73 20 46 72 6f 6d  20 20 20 20 20 28 64 65  |ets From     (de|
00000b60  66 61 75 6c 74 29 0a 0a  20 73 6d 74 70 20 73 65  |fault).. smtp se|
00000b70  70 20 61 20 6f 72 0a 20  73 6d 74 70 20 73 65 70  |p a or. smtp sep|
00000b80  20 5e 20 20 20 73 65 74  73 20 43 54 52 4c 2b 41  | ^   sets CTRL+A|
00000b90  0a 0a 20 73 6d 74 70 20  73 65 70 20 72 6e 20 20  |.. smtp sep rn  |
00000ba0  73 65 74 73 20 23 21 20  72 6e 65 77 73 20 3c 6c  |sets #! rnews <l|
00000bb0  65 6e 67 74 68 3e 0a 0a  20 73 6d 74 70 20 73 65  |ength>.. smtp se|
00000bc0  70 20 72 6d 20 20 73 65  74 73 20 23 21 20 72 6d  |p rm  sets #! rm|
00000bd0  61 69 6c 20 3c 6c 65 6e  67 74 68 3e 0a 0a 0a 0a  |ail <length>....|
00000be0  45 78 74 65 72 6e 61 6c  20 41 70 70 6c 69 63 61  |External Applica|
00000bf0  74 69 6f 6e 73 20 28 41  6e 74 68 6f 6e 79 20 46  |tions (Anthony F|
00000c00  72 6f 73 74 29 0a 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |rost).----------|
00000c10  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000c20  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 54 68 69 73  |-----------.This|
00000c30  20 76 65 72 73 69 6f 6e  20 69 6e 63 6c 75 64 65  | version include|
00000c40  73 20 74 68 65 20 65 78  74 65 72 6e 61 6c 20 61  |s the external a|
00000c50  70 70 6c 69 63 61 74 69  6f 6e 20 70 72 6f 74 6f  |pplication proto|
00000c60  63 6f 6c 20 77 72 69 74  74 65 6e 20 61 6e 64 0a  |col written and.|
00000c70  69 6e 63 6f 72 70 6f 72  61 74 65 64 20 62 79 20  |incorporated by |
00000c80  41 6e 74 68 6f 6e 79 20  61 6c 6c 6f 77 69 6e 67  |Anthony allowing|
00000c90  20 6f 74 68 65 72 20 77  69 6d 70 20 61 70 70 6c  | other wimp appl|
00000ca0  69 63 61 74 69 6f 6e 73  20 74 6f 20 69 6d 70 6c  |ications to impl|
00000cb0  65 6d 65 6e 74 0a 73 74  61 74 65 6c 65 73 73 20  |ement.stateless |
00000cc0  70 72 6f 74 6f 63 6f 6c  20 62 61 73 65 64 20 62  |protocol based b|
00000cd0  72 6f 77 73 65 72 73 2e  20 49 6e 20 6f 74 68 65  |rowsers. In othe|
00000ce0  72 20 77 6f 72 64 73 20  47 6f 70 68 65 72 20 61  |r words Gopher a|
00000cf0  6e 64 20 73 69 6d 70 6c  65 20 57 65 62 0a 63 6c  |nd simple Web.cl|
00000d00  69 65 6e 74 73 2e 0a 0a  41 6c 6c 74 68 6f 75 67  |ients...Allthoug|
00000d10  68 20 49 20 68 61 76 6e  27 74 20 74 72 69 65 64  |h I havn't tried|
00000d20  20 69 74 2c 20 49 20 73  68 6f 75 6c 64 20 74 68  | it, I should th|
00000d30  69 6e 6b 20 69 74 20 77  6f 75 6c 64 20 62 65 20  |ink it would be |
00000d40  70 6f 73 73 69 62 6c 65  20 74 6f 0a 63 72 65 61  |possible to.crea|
00000d50  74 65 20 61 6e 20 61 64  64 72 65 73 73 20 62 6f  |te an address bo|
00000d60  6f 6b 20 74 79 70 65 20  61 70 70 6c 69 63 61 74  |ok type applicat|
00000d70  69 6f 6e 20 63 6f 6e 74  61 69 6e 69 6e 67 20 61  |ion containing a|
00000d80  20 64 61 74 61 62 61 73  65 20 6f 66 20 61 6c 6c  | database of all|
00000d90  0a 79 6f 75 72 20 63 6f  6d 6d 6f 6e 6c 79 20 61  |.your commonly a|
00000da0  63 63 65 73 73 65 64 20  69 6e 74 65 72 6e 65 74  |ccessed internet|
00000db0  20 73 65 72 76 69 63 65  73 20 63 6f 6d 70 6c 65  | services comple|
00000dc0  74 65 20 77 69 74 68 20  63 6f 6d 6d 61 6e 64 73  |te with commands|
00000dd0  20 74 6f 0a 61 63 63 65  73 73 20 74 68 65 6d 2e  | to.access them.|
00000de0  20 28 4c 69 6b 65 20 61  20 76 65 72 79 20 65 78  | (Like a very ex|
00000df0  74 65 6e 64 65 64 20 6d  61 63 72 6f 20 63 6f 6d  |tended macro com|
00000e00  6d 61 6e 64 20 66 61 63  69 6c 69 74 79 29 0a 0a  |mand facility)..|
00000e10  41 73 20 70 61 72 74 20  6f 66 20 74 68 69 73 20  |As part of this |
00000e20  66 61 63 69 6c 69 74 79  2c 20 21 54 43 50 49 50  |facility, !TCPIP|
00000e30  20 68 61 73 20 61 20 6e  65 77 20 63 6f 6d 6d 61  | has a new comma|
00000e40  6e 64 20 22 74 72 66 22  20 66 6f 72 20 72 65 74  |nd "trf" for ret|
00000e50  72 69 65 76 69 6e 67 0a  47 6f 70 68 65 72 20 6d  |rieving.Gopher m|
00000e60  65 6e 75 73 2c 20 57 65  62 20 70 61 67 65 73 20  |enus, Web pages |
00000e70  65 74 63 2e 20 4f 75 74  70 75 74 20 66 72 6f 6d  |etc. Output from|
00000e80  20 74 68 69 73 20 63 6f  6d 6d 61 6e 64 20 69 73  | this command is|
00000e90  20 64 75 6d 70 65 64 20  74 6f 20 61 0a 74 65 6d  | dumped to a.tem|
00000ea0  70 6f 72 61 72 79 20 66  69 6c 65 20 72 61 74 68  |porary file rath|
00000eb0  65 72 20 74 68 61 6e 20  61 20 77 69 6e 64 6f 77  |er than a window|
00000ec0  2e 20 4e 6f 74 65 3a 20  74 68 69 73 20 63 6f 6d  |. Note: this com|
00000ed0  6d 61 6e 64 20 69 73 20  6e 6f 74 20 6d 75 63 68  |mand is not much|
00000ee0  20 75 73 65 0a 66 6f 72  20 64 69 72 65 63 74 20  | use.for direct |
00000ef0  65 6e 74 72 79 20 61 73  20 79 6f 75 20 77 6f 6e  |entry as you won|
00000f00  74 20 6b 6e 6f 77 20 74  68 65 20 6e 61 6d 65 20  |t know the name |
00000f10  6f 66 20 74 68 65 20 66  69 6c 65 20 69 6e 20 77  |of the file in w|
00000f20  68 69 63 68 20 74 68 65  0a 72 65 73 75 6c 74 69  |hich the.resulti|
00000f30  6e 67 20 64 61 74 61 20  68 61 73 20 62 65 65 6e  |ng data has been|
00000f40  20 70 6c 61 63 65 64 2e  0a 0a 0a 52 65 76 65 72  | placed....Rever|
00000f50  73 65 20 44 4e 53 20 28  54 6f 6d 20 48 75 67 65  |se DNS (Tom Huge|
00000f60  73 29 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |s).-------------|
00000f70  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 41 74 20 6c 61  |----------.At la|
00000f80  73 74 20 77 65 20 68 61  76 65 20 72 65 76 65 72  |st we have rever|
00000f90  73 65 20 44 4e 53 2e 20  41 6c 73 6f 20 74 68 65  |se DNS. Also the|
00000fa0  20 72 65 73 6f 6c 76 65  72 20 68 61 73 20 62 65  | resolver has be|
00000fb0  65 6e 20 6d 6f 64 69 66  69 65 64 20 74 6f 20 75  |en modified to u|
00000fc0  73 65 0a 55 44 50 20 77  68 69 63 68 2c 20 61 73  |se.UDP which, as|
00000fd0  20 65 78 70 65 63 74 65  64 2e 20 73 65 65 6d 73  | expected. seems|
00000fe0  20 74 6f 20 72 65 73 75  6c 74 20 69 6e 20 71 75  | to result in qu|
00000ff0  69 63 6b 65 72 20 6c 6f  6f 6b 75 70 73 2e 0a 0a  |icker lookups...|
00001000  54 68 65 20 65 66 66 65  63 74 20 6f 66 20 68 61  |The effect of ha|
00001010  76 69 6e 67 20 52 65 76  65 72 73 65 20 44 4e 53  |ving Reverse DNS|
00001020  20 69 73 20 74 68 61 74  20 68 6f 73 74 20 6e 61  | is that host na|
00001030  6d 65 73 20 77 69 6c 6c  20 75 73 75 61 6c 6c 79  |mes will usually|
00001040  20 62 65 20 73 68 6f 77  6e 0a 72 61 74 68 65 72  | be shown.rather|
00001050  20 74 68 61 6e 20 49 50  20 61 64 64 72 65 73 73  | than IP address|
00001060  65 73 2e 20 41 6d 6f 6e  67 20 6f 74 68 65 72 20  |es. Among other |
00001070  74 68 69 6e 67 73 2c 20  74 68 69 73 20 61 6c 6c  |things, this all|
00001080  6f 77 73 20 6d 6f 72 65  20 72 65 61 64 61 62 6c  |ows more readabl|
00001090  65 20 68 6f 70 0a 63 68  65 63 6b 20 69 6e 66 6f  |e hop.check info|
000010a0  72 6d 61 74 69 6f 6e 2e  20 41 6c 73 6f 20 69 66  |rmation. Also if|
000010b0  20 73 6f 6d 65 6f 6e 65  20 66 69 6e 67 65 72 73  | someone fingers|
000010c0  20 79 6f 75 2c 20 79 6f  75 20 67 65 74 20 74 6f  | you, you get to|
000010d0  20 73 65 65 20 74 68 65  69 72 0a 68 6f 73 74 20  | see their.host |
000010e0  6e 61 6d 65 2e 0a 0a 41  73 20 61 20 63 6f 6e 73  |name...As a cons|
000010f0  65 71 75 65 6e 63 65 20  6f 66 20 68 6f 73 74 20  |equence of host |
00001100  6e 61 6d 65 20 73 74 72  69 6e 67 73 20 6f 66 74  |name strings oft|
00001110  65 6e 20 62 65 69 6e 67  20 6c 6f 6e 67 65 72 20  |en being longer |
00001120  74 68 61 6e 20 49 50 0a  61 64 64 72 65 73 65 73  |than IP.addreses|
00001130  2c 20 74 68 65 20 74 63  70 20 73 74 61 74 75 73  |, the tcp status|
00001140  20 6f 75 74 70 75 74 20  68 61 73 20 62 65 65 6e  | output has been|
00001150  20 6d 6f 64 69 66 69 65  64 20 74 6f 20 6a 75 73  | modified to jus|
00001160  74 20 73 68 6f 77 20 74  68 65 20 6e 61 6d 65 0a  |t show the name.|
00001170  6f 66 20 74 68 65 20 6c  6f 63 61 6c 20 70 6f 72  |of the local por|
00001180  74 2c 20 72 61 74 68 65  72 20 74 68 61 6e 20 74  |t, rather than t|
00001190  68 65 20 6c 6f 63 61 6c  5f 68 6f 73 74 3a 6c 6f  |he local_host:lo|
000011a0  63 61 6c 5f 70 6f 72 74  2e 0a 0a 0a 52 65 73 6f  |cal_port....Reso|
000011b0  6c 76 65 20 43 61 63 68  65 20 53 69 7a 65 20 43  |lve Cache Size C|
000011c0  6f 6e 66 69 67 75 72 61  62 6c 65 20 28 54 6f 6d  |onfigurable (Tom|
000011d0  20 48 75 67 65 73 29 0a  2d 2d 2d 2d 2d 2d 2d 2d  | Huges).--------|
000011e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001200  2d 2d 2d 0a 41 20 6e 65  77 20 6f 70 74 69 6f 6e  |---.A new option|
00001210  20 6d 61 79 20 62 65 20  70 6c 61 63 65 64 20 69  | may be placed i|
00001220  6e 20 74 68 65 20 72 65  73 6f 6c 76 65 2e 72 65  |n the resolve.re|
00001230  73 63 6f 6e 66 20 66 69  6c 65 20 74 6f 20 73 65  |sconf file to se|
00001240  74 20 74 68 65 0a 72 65  73 6f 6c 76 65 20 63 61  |t the.resolve ca|
00001250  63 68 65 20 73 69 7a 65  2e 0a 0a 63 61 63 68 65  |che size...cache|
00001260  73 69 7a 65 20 3c 6e 3e  0a 0a 53 65 74 73 20 74  |size <n>..Sets t|
00001270  68 65 20 6e 75 6d 62 65  72 20 6f 66 20 63 61 63  |he number of cac|
00001280  68 65 20 65 6e 74 72 69  65 73 20 74 6f 20 6e 2e  |he entries to n.|
00001290  20 57 68 65 72 65 20 74  68 69 73 20 6f 70 74 69  | Where this opti|
000012a0  6f 6e 20 69 73 20 6e 6f  74 20 67 69 76 65 6e 2c  |on is not given,|
000012b0  0a 74 68 65 20 64 65 66  61 75 6c 74 20 63 61 63  |.the default cac|
000012c0  68 65 20 73 69 7a 65 20  69 73 20 6e 6f 77 20 34  |he size is now 4|
000012d0  30 2e 0a 0a 0a 54 65 72  6d 69 6e 61 6c 20 4d 61  |0....Terminal Ma|
000012e0  63 72 6f 20 4d 65 6e 75  73 0a 2d 2d 2d 2d 2d 2d  |cro Menus.------|
000012f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 49  |--------------.I|
00001300  74 20 69 73 20 6e 6f 77  20 70 6f 73 73 69 62 6c  |t is now possibl|
00001310  65 20 74 6f 20 63 72 65  61 74 65 20 68 69 65 72  |e to create hier|
00001320  61 72 63 68 69 61 6c 20  6d 61 63 72 6f 20 6d 65  |archial macro me|
00001330  6e 75 20 73 74 72 75 63  74 75 72 65 73 2e 20 53  |nu structures. S|
00001340  65 65 20 74 68 65 0a 75  70 64 61 74 65 64 20 6e  |ee the.updated n|
00001350  6f 74 65 73 2e 6d 61 63  72 6f 73 20 66 69 6c 65  |otes.macros file|
00001360  20 66 6f 72 20 64 65 74  61 69 6c 73 20 6f 66 20  | for details of |
00001370  68 6f 77 20 74 6f 20 63  72 65 61 74 65 20 6d 61  |how to create ma|
00001380  63 72 6f 20 6d 65 6e 75  73 2e 0a 0a 0a 53 65 6c  |cro menus....Sel|
00001390  65 63 74 69 6e 67 20 77  6f 72 64 73 0a 2d 2d 2d  |ecting words.---|
000013a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 44 6f 75  |------------.Dou|
000013b0  62 6c 65 20 63 6c 69 63  6b 69 6e 67 20 6f 6e 20  |ble clicking on |
000013c0  61 20 63 68 61 72 61 63  74 65 72 20 63 61 75 73  |a character caus|
000013d0  65 73 20 74 68 65 20 77  6f 72 64 20 63 6f 6e 74  |es the word cont|
000013e0  61 6e 69 6e 67 20 74 68  61 74 20 63 68 61 72 61  |aning that chara|
000013f0  63 74 65 72 0a 74 6f 20  62 65 20 73 65 6c 65 63  |cter.to be selec|
00001400  74 65 64 2e 20 49 6e 20  74 68 69 73 20 63 6f 6e  |ted. In this con|
00001410  74 65 78 74 2c 20 61 20  77 6f 72 64 20 69 73 20  |text, a word is |
00001420  64 65 66 69 6e 65 64 20  74 6f 20 62 65 20 64 65  |defined to be de|
00001430  6c 69 6d 69 74 65 64 20  62 79 0a 61 6e 79 20 6f  |limited by.any o|
00001440  66 20 74 68 65 20 66 6f  6c 6c 6f 77 69 6e 67 20  |f the following |
00001450  63 68 61 72 61 63 74 65  72 73 3a 20 3c 20 3e 20  |characters: < > |
00001460  7b 20 7d 20 5b 20 5d 20  28 20 29 20 3c 73 70 61  |{ } [ ] ( ) <spa|
00001470  63 65 3e 20 22 20 0a 54  68 69 73 20 65 6e 61 62  |ce> " .This enab|
00001480  6c 65 73 20 65 61 73 79  20 70 69 63 6b 69 6e 67  |les easy picking|
00001490  20 6f 66 20 66 69 6c 65  20 6e 61 6d 65 73 2c 20  | of file names, |
000014a0  49 50 20 61 64 72 65 73  73 65 73 2c 20 68 6f 73  |IP adresses, hos|
000014b0  74 20 6e 61 6d 65 73 20  65 74 63 2e 0a 0a 41 6c  |t names etc...Al|
000014c0  73 6f 2c 20 69 66 20 77  68 65 6e 20 75 73 69 6e  |so, if when usin|
000014d0  67 20 61 20 74 65 6d 70  6c 61 74 65 20 63 6f 6d  |g a template com|
000014e0  6d 61 6e 64 20 28 69 65  20 6f 6e 65 20 74 68 61  |mand (ie one tha|
000014f0  74 20 61 6c 6c 6f 77 73  20 66 6f 72 20 61 72 67  |t allows for arg|
00001500  75 6d 65 6e 74 0a 73 75  62 73 74 69 74 75 74 69  |ument.substituti|
00001510  6f 6e 29 2c 20 61 6e 64  20 74 68 65 20 63 6f 6d  |on), and the com|
00001520  6d 61 6e 64 20 62 6f 78  20 69 73 20 63 6c 65 61  |mand box is clea|
00001530  72 2c 20 74 68 65 6e 20  69 6e 73 74 65 61 64 20  |r, then instead |
00001540  6f 66 20 61 70 70 6c 79  69 6e 67 0a 74 68 65 20  |of applying.the |
00001550  74 65 6d 70 6c 61 74 65  20 74 6f 20 74 68 65 20  |template to the |
00001560  63 6f 6e 74 65 6e 74 73  20 6f 66 20 74 68 65 20  |contents of the |
00001570  63 6f 6d 6d 61 6e 64 20  62 6f 78 2c 20 69 74 20  |command box, it |
00001580  69 73 20 61 70 70 6c 69  65 64 20 74 6f 20 74 68  |is applied to th|
00001590  65 0a 63 75 72 72 65 6e  74 6c 79 20 73 65 6c 65  |e.currently sele|
000015a0  63 74 65 64 20 74 65 78  74 2e 0a 0a 56 65 72 79  |cted text...Very|
000015b0  20 68 61 6e 64 79 2c 20  6d 65 61 6e 73 20 66 6f  | handy, means fo|
000015c0  72 20 65 67 2c 20 79 6f  75 20 64 6f 75 62 6c 65  |r eg, you double|
000015d0  20 63 6c 69 63 6b 20 6f  6e 20 61 20 66 69 6c 65  | click on a file|
000015e0  20 6f 72 20 64 69 72 65  63 74 6f 72 79 20 6e 61  | or directory na|
000015f0  6d 65 2c 0a 74 68 65 6e  20 63 6c 69 63 6b 20 6f  |me,.then click o|
00001600  6e 20 74 68 65 20 67 65  74 20 6f 72 20 63 64 20  |n the get or cd |
00001610  6d 61 63 72 6f 20 61 6e  64 20 79 6f 75 20 73 74  |macro and you st|
00001620  61 72 74 20 66 65 74 63  68 69 6e 67 20 79 6f 75  |art fetching you|
00001630  20 66 69 6c 65 2c 20 6f  72 0a 73 65 6c 65 63 74  | file, or.select|
00001640  69 6e 67 20 74 68 65 20  72 65 71 75 69 72 65 64  |ing the required|
00001650  20 64 69 72 65 63 74 6f  72 79 2c 20 6f 72 20 67  | directory, or g|
00001660  65 74 20 6c 69 73 74 20  6f 66 20 64 69 72 65 63  |et list of direc|
00001670  74 6f 72 79 20 6f 72 20  77 68 61 74 65 76 65 72  |tory or whatever|
00001680  2e 0a 0a 4a 75 73 74 20  72 65 76 69 73 74 65 64  |...Just revisted|
00001690  20 74 68 69 73 20 2d 20  61 20 74 68 69 72 64 20  | this - a third |
000016a0  63 6c 69 63 6b 20 6e 6f  77 20 73 65 6c 65 63 74  |click now select|
000016b0  73 20 61 20 6c 69 6e 65  2e 0a 0a 0a 44 72 61 67  |s a line....Drag|
000016c0  20 53 65 6c 65 63 74 69  6e 67 0a 2d 2d 2d 2d 2d  | Selecting.-----|
000016d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 57 68 69 6c 65 20  |---------.While |
000016e0  6d 61 6b 69 6e 67 20 61  20 73 65 6c 65 63 74 69  |making a selecti|
000016f0  6f 6e 20 62 79 20 64 72  61 67 67 69 6e 67 2c 20  |on by dragging, |
00001700  74 68 65 20 77 69 6e 64  6f 77 20 77 69 6c 6c 20  |the window will |
00001710  6e 6f 77 20 61 75 74 6f  2d 73 63 72 6f 6c 6c 20  |now auto-scroll |
00001720  74 6f 0a 66 6f 6c 6c 6f  77 20 74 68 65 20 70 6f  |to.follow the po|
00001730  69 6e 74 65 72 2e 20 54  68 65 20 73 70 65 65 64  |inter. The speed|
00001740  20 6f 66 20 74 68 65 20  61 75 74 6f 2d 73 63 72  | of the auto-scr|
00001750  6f 6c 6c 69 6e 67 20 69  73 20 64 65 70 65 6e 64  |olling is depend|
00001760  65 6e 74 20 75 70 6f 6e  0a 68 6f 77 20 63 6c 6f  |ent upon.how clo|
00001770  73 65 20 74 68 65 20 70  6f 69 6e 74 65 72 20 69  |se the pointer i|
00001780  73 20 74 68 65 20 69 6e  73 69 64 65 20 65 64 67  |s the inside edg|
00001790  65 20 6f 66 20 74 68 65  20 77 69 6e 64 6f 77 2c  |e of the window,|
000017a0  20 77 69 74 68 69 6e 20  33 32 20 4f 53 0a 75 6e  | within 32 OS.un|
000017b0  69 74 73 2e 0a 0a 0a 53  6f 75 72 63 65 20 63 6f  |its....Source co|
000017c0  6d 6d 61 6e 64 20 61 6e  64 20 21 52 75 6e 49 6d  |mmand and !RunIm|
000017d0  61 67 65 20 70 61 72 61  6d 65 74 65 72 73 0a 2d  |age parameters.-|
000017e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001800  2d 2d 2d 2d 2d 2d 0a 54  68 65 20 73 6f 75 72 63  |------.The sourc|
00001810  65 20 63 6f 6d 6d 61 6e  64 20 6e 6f 77 20 61 63  |e command now ac|
00001820  63 65 70 74 73 20 61 20  73 65 63 6f 6e 64 20 70  |cepts a second p|
00001830  61 72 61 6d 65 74 65 72  20 22 71 22 20 28 66 6f  |arameter "q" (fo|
00001840  72 20 71 75 69 65 74 29  2e 20 54 68 69 73 0a 77  |r quiet). This.w|
00001850  69 6c 6c 20 64 69 73 61  62 6c 65 20 65 63 68 6f  |ill disable echo|
00001860  69 6e 67 20 6f 66 20 63  6f 6d 6d 61 6e 64 20 69  |ing of command i|
00001870  6e 20 61 20 66 69 6c 65  2e 0a 0a 21 54 43 50 49  |n a file...!TCPI|
00001880  50 27 73 20 21 52 75 6e  49 6d 61 67 65 20 77 69  |P's !RunImage wi|
00001890  6c 6c 20 6e 6f 77 20 61  63 63 65 70 74 20 74 68  |ll now accept th|
000018a0  65 20 63 6f 6d 6d 61 6e  64 20 6c 69 6e 65 20 73  |e command line s|
000018b0  77 69 74 63 68 20 22 2d  71 22 20 61 73 20 74 68  |witch "-q" as th|
000018c0  65 20 31 73 74 0a 70 61  72 61 6d 65 74 65 72 2e  |e 1st.parameter.|
000018d0  20 54 68 69 73 20 77 69  6c 6c 20 70 72 65 76 65  | This will preve|
000018e0  6e 74 20 65 63 68 6f 69  6e 67 20 6f 66 20 63 6f  |nt echoing of co|
000018f0  6d 6d 61 6e 64 73 20 69  6e 20 74 68 65 20 73 74  |mmands in the st|
00001900  61 72 74 75 70 20 66 69  6c 65 73 2e 0a 0a 0a 43  |artup files....C|
00001910  6f 6d 6d 65 6e 74 73 20  69 6e 20 66 69 6c 65 73  |omments in files|
00001920  20 6e 6f 20 6c 6f 6e 67  65 72 20 65 63 68 6f 65  | no longer echoe|
00001930  64 20 28 47 65 6f 66 66  20 52 69 6c 65 79 29 0a  |d (Geoff Riley).|
00001940  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001970  0a 48 65 61 64 69 6e 67  20 73 61 79 73 20 69 74  |.Heading says it|
00001980  20 61 6c 6c 2e 2e 2e 0a  0a 0a 50 4f 50 20 4d 61  | all......POP Ma|
00001990  69 6c 0a 2d 2d 2d 2d 2d  2d 2d 2d 0a 48 61 76 65  |il.--------.Have|
000019a0  20 67 69 76 65 6e 20 50  4f 50 20 74 68 65 20 73  | given POP the s|
000019b0  61 6d 65 20 6d 61 69 6c  20 73 65 70 61 72 61 74  |ame mail separat|
000019c0  6f 72 20 6f 70 74 69 6f  6e 73 20 74 68 61 74 20  |or options that |
000019d0  53 4d 54 50 20 6e 6f 77  20 68 61 73 2e 0a 50 4f  |SMTP now has..PO|
000019e0  50 20 68 61 73 20 61 20  6e 65 77 20 63 6f 6d 6d  |P has a new comm|
000019f0  61 6e 64 20 74 6f 20 73  75 70 70 6f 72 74 20 74  |and to support t|
00001a00  68 69 73 20 61 73 20 66  6f 6c 6c 6f 77 73 3a 0a  |his as follows:.|
00001a10  0a 20 70 6f 70 20 73 65  70 20 66 20 6f 72 0a 20  |. pop sep f or. |
00001a20  70 6f 70 20 73 65 70 20  75 20 20 20 73 65 74 73  |pop sep u   sets|
00001a30  20 46 72 6f 6d 20 20 20  20 20 28 64 65 66 61 75  | From     (defau|
00001a40  6c 74 29 0a 0a 20 70 6f  70 20 73 65 70 20 61 20  |lt).. pop sep a |
00001a50  6f 72 0a 20 70 6f 70 20  73 65 70 20 5e 20 20 20  |or. pop sep ^   |
00001a60  73 65 74 73 20 43 54 52  4c 2b 41 0a 0a 20 70 6f  |sets CTRL+A.. po|
00001a70  70 20 73 65 70 20 72 6e  20 20 73 65 74 73 20 23  |p sep rn  sets #|
00001a80  21 20 72 6e 65 77 73 20  3c 6c 65 6e 67 74 68 3e  |! rnews <length>|
00001a90  0a 0a 20 70 6f 70 20 73  65 70 20 72 6d 20 20 73  |.. pop sep rm  s|
00001aa0  65 74 73 20 23 21 20 72  6d 61 69 6c 20 3c 6c 65  |ets #! rmail <le|
00001ab0  6e 67 74 68 3e 0a 0a 4f  63 63 75 72 65 6e 63 65  |ngth>..Occurence|
00001ac0  73 20 6f 66 20 22 46 72  6f 6d 20 22 20 61 74 20  |s of "From " at |
00001ad0  74 68 65 20 73 74 61 72  74 20 6f 66 20 61 20 6c  |the start of a l|
00001ae0  69 6e 65 20 69 6e 20 74  68 65 20 62 6f 64 79 20  |ine in the body |
00001af0  6f 66 20 6d 65 73 73 61  67 65 73 20 61 72 65 0a  |of messages are.|
00001b00  6e 6f 77 20 71 75 6f 74  65 64 20 77 69 74 68 20  |now quoted with |
00001b10  22 3e 22 20 77 68 65 6e  20 74 68 65 20 22 46 72  |">" when the "Fr|
00001b20  6f 6d 20 22 20 73 65 70  61 72 61 74 6f 72 20 69  |om " separator i|
00001b30  73 20 69 6e 20 75 73 65  2e 0a 0a 4c 69 6e 65 73  |s in use...Lines|
00001b40  20 72 65 63 65 69 76 65  64 20 77 69 74 68 20 22  | received with "|
00001b50  2e 2e 22 20 61 72 65 20  72 65 64 75 63 65 64 20  |.." are reduced |
00001b60  74 6f 20 22 2e 22 2e 0a  0a 0a 44 65 66 61 75 6c  |to "."....Defaul|
00001b70  74 20 6d 61 63 72 6f 20  6d 65 6e 75 0a 2d 2d 2d  |t macro menu.---|
00001b80  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00001b90  41 73 20 61 20 63 6f 6e  73 65 71 75 65 6e 63 65  |As a consequence|
00001ba0  20 6f 66 20 62 65 69 6e  67 20 61 62 6c 65 20 74  | of being able t|
00001bb0  6f 20 61 70 70 6c 79 20  6d 61 63 72 6f 73 20 74  |o apply macros t|
00001bc0  6f 20 73 65 6c 65 63 74  69 6f 6e 73 2c 20 61 6e  |o selections, an|
00001bd0  64 20 74 68 65 20 6d 6f  76 65 0a 74 6f 20 68 69  |d the move.to hi|
00001be0  65 61 72 63 68 69 61 6c  20 6d 61 63 72 6f 20 6d  |earchial macro m|
00001bf0  65 6e 75 73 2c 20 49 20  68 61 76 65 20 61 64 64  |enus, I have add|
00001c00  20 61 20 6d 75 63 68 20  6c 61 72 67 65 72 20 72  | a much larger r|
00001c10  61 6e 67 65 20 6f 66 20  63 6f 6d 6d 61 6e 64 73  |ange of commands|
00001c20  20 74 6f 0a 74 68 65 20  64 65 66 61 75 6c 74 20  | to.the default |
00001c30  6d 65 6e 75 20 73 74 72  75 63 74 75 72 65 20 74  |menu structure t|
00001c40  6f 20 63 6f 76 65 72 20  6d 6f 73 74 20 61 73 70  |o cover most asp|
00001c50  65 63 74 73 20 6f 66 20  21 74 63 70 69 70 20 6f  |ects of !tcpip o|
00001c60  70 65 72 61 74 69 6f 6e  2e 0a 0a 0a 21 54 43 50  |peration....!TCP|
00001c70  49 50 55 73 65 72 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |IPUser.---------|
00001c80  2d 0a 54 68 69 73 20 70  73 75 65 64 6f 20 61 70  |-.This psuedo ap|
00001c90  70 6c 69 63 61 74 69 6f  6e 20 68 6f 77 20 61 63  |plication how ac|
00001ca0  74 73 20 61 73 20 61 20  63 65 6e 74 72 61 6c 20  |ts as a central |
00001cb0  72 65 73 6f 75 72 63 65  20 62 69 6e 20 66 6f 72  |resource bin for|
00001cc0  20 61 6c 6c 0a 21 54 43  50 49 50 20 64 61 74 61  | all.!TCPIP data|
00001cd0  20 66 69 6c 65 73 2c 20  61 6e 64 20 72 65 70 6c  | files, and repl|
00001ce0  61 63 65 73 20 21 4d 61  69 6c 44 69 72 2e 0a 0a  |aces !MailDir...|
00001cf0  49 20 68 61 76 65 20 72  65 61 72 72 61 6e 67 65  |I have rearrange|
00001d00  64 20 74 68 65 20 69 6e  74 65 72 6e 61 6c 73 20  |d the internals |
00001d10  6f 66 20 74 68 69 73 20  73 6c 69 67 68 74 6c 79  |of this slightly|
00001d20  20 73 69 6e 63 65 20 32  2e 30 30 67 20 6a 75 73  | since 2.00g jus|
00001d30  74 20 74 6f 0a 74 69 64  79 20 69 74 20 75 70 20  |t to.tidy it up |
00001d40  73 6c 69 67 68 74 6c 79  2e 0a 0a 41 6c 6c 20 4f  |slightly...All O|
00001d50  53 20 76 61 72 69 61 62  6c 65 73 20 73 74 69 6c  |S variables stil|
00001d60  6c 20 70 6f 69 6e 74 20  74 6f 20 74 68 65 20 73  |l point to the s|
00001d70  61 6d 65 20 64 61 74 61  2c 20 6d 65 61 6e 69 6e  |ame data, meanin|
00001d80  67 20 74 68 61 74 20 61  70 70 6c 69 63 61 74 69  |g that applicati|
00001d90  6f 6e 73 0a 77 69 6c 6c  20 63 6f 6e 74 69 6e 75  |ons.will continu|
00001da0  65 20 74 6f 20 77 6f 72  6b 20 77 69 74 68 20 74  |e to work with t|
00001db0  68 69 73 20 73 74 72 75  63 74 75 72 65 2e 0a 0a  |his structure...|
00001dc0  54 68 69 73 20 77 69 6c  6c 20 6d 65 61 6e 20 74  |This will mean t|
00001dd0  68 61 74 20 66 75 74 75  72 65 20 21 54 43 50 49  |hat future !TCPI|
00001de0  50 20 73 6f 66 74 77 61  72 65 20 75 70 67 72 61  |P software upgra|
00001df0  64 65 73 20 63 61 6e 20  62 65 20 63 61 72 72 69  |des can be carri|
00001e00  65 64 20 6f 75 74 0a 62  79 20 73 69 6d 70 6c 79  |ed out.by simply|
00001e10  20 72 65 70 6c 61 63 69  6e 67 20 74 68 65 20 21  | replacing the !|
00001e20  54 43 50 49 50 20 61 70  70 6c 69 63 61 74 69 6f  |TCPIP applicatio|
00001e30  6e 2e 0a 0a 4e 65 77 20  61 64 64 69 74 69 6f 6e  |n...New addition|
00001e40  73 3a 0a 0a 21 54 43 50  49 50 55 73 65 72 2e 53  |s:..!TCPIPUser.S|
00001e50  63 72 69 70 74 73 20 20  2d 20 44 65 66 61 75 6c  |cripts  - Defaul|
00001e60  74 20 70 6c 61 63 65 20  74 6f 20 66 69 6e 64 20  |t place to find |
00001e70  61 20 66 69 6c 65 20 77  68 65 6e 20 74 68 65 20  |a file when the |
00001e80  22 73 6f 75 72 63 65 0a  20 20 20 20 20 20 20 20  |"source.        |
00001e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 3c 66  |              <f|
00001ea0  69 6c 65 3e 22 20 63 6f  6d 6d 61 6e 64 20 69 73  |ile>" command is|
00001eb0  20 75 73 65 64 2e 0a 0a  21 54 43 50 49 50 55 73  | used...!TCPIPUs|
00001ec0  65 72 2e 41 75 74 6f 42  6f 6f 74 20 2d 20 41 6e  |er.AutoBoot - An|
00001ed0  79 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 70 6c  |y application pl|
00001ee0  61 63 65 64 20 69 6e 20  74 68 69 73 20 64 69 72  |aced in this dir|
00001ef0  65 63 74 6f 72 79 20 61  72 65 0a 20 20 20 20 20  |ectory are.     |
00001f00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f10  20 62 6f 6f 74 65 64 20  77 68 65 6e 20 21 54 43  | booted when !TC|
00001f20  50 49 50 55 73 65 72 20  69 73 20 62 6f 6f 74 65  |PIPUser is boote|
00001f30  64 2e 0a 0a 21 54 43 50  49 50 55 73 65 72 2e 49  |d...!TCPIPUser.I|
00001f40  6e 73 74 61 6c 6c 20 20  2d 20 54 68 69 73 20 77  |nstall  - This w|
00001f50  69 6c 6c 20 62 65 20 74  68 65 20 68 6f 6d 65 20  |ill be the home |
00001f60  66 6f 72 20 69 6e 73 74  61 6c 6c 61 74 69 6f 6e  |for installation|
00001f70  20 73 63 72 69 70 74 73  0a 0a 21 54 43 50 49 50  | scripts..!TCPIP|
00001f80  55 73 65 72 2e 4d 61 69  6c 44 69 72 20 20 2d 20  |User.MailDir  - |
00001f90  54 68 65 20 6f 6c 64 20  21 4d 61 69 6c 44 69 72  |The old !MailDir|
00001fa0  20 70 73 75 65 64 6f 20  61 70 70 6c 69 63 61 74  | psuedo applicat|
00001fb0  69 6f 6e 20 68 61 73 20  62 65 65 6e 20 72 65 70  |ion has been rep|
00001fc0  6c 61 63 65 64 0a 20 20  20 20 20 20 20 20 20 20  |laced.          |
00001fd0  20 20 20 20 20 20 20 20  20 20 20 20 62 79 20 74  |            by t|
00001fe0  68 69 73 20 64 69 72 65  63 74 6f 72 79 2e 20 54  |his directory. T|
00001ff0  68 65 20 4f 53 20 76 61  72 69 61 62 6c 65 20 66  |he OS variable f|
00002000  6f 72 20 74 68 69 73 20  68 61 73 0a 20 20 20 20  |or this has.    |
00002010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002020  20 20 62 65 65 6e 20 72  65 74 61 69 6e 65 64 2c  |  been retained,|
00002030  20 61 6e 64 20 69 6e 74  65 72 6e 61 6c 20 73 74  | and internal st|
00002040  72 75 63 74 75 72 65 20  69 73 20 75 6e 63 68 61  |ructure is uncha|
00002050  6e 67 65 64 2e 0a 0a 21  54 43 50 49 50 55 73 65  |nged...!TCPIPUse|
00002060  72 2e 4e 4e 54 50 20 20  20 20 20 2d 20 4e 4e 54  |r.NNTP     - NNT|
00002070  50 20 53 65 72 76 65 72  20 69 6e 66 6f 72 6d 61  |P Server informa|
00002080  74 69 6f 6e 20 73 68 6f  75 6c 64 20 62 65 20 70  |tion should be p|
00002090  6c 61 63 65 64 20 69 6e  20 68 65 72 65 2e 0a 20  |laced in here.. |
000020a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020b0  20 20 20 20 20 54 68 65  20 4e 4e 54 50 24 44 69  |     The NNTP$Di|
000020c0  72 20 76 61 72 69 61 62  6c 65 20 70 6f 69 6e 74  |r variable point|
000020d0  73 20 74 6f 20 74 68 69  73 2e 0a 0a 41 6e 79 20  |s to this...Any |
000020e0  6f 74 68 65 72 20 70 73  75 65 64 6f 20 61 70 70  |other psuedo app|
000020f0  6c 63 61 74 69 6f 6e 73  20 28 66 6f 72 20 65 67  |lcations (for eg|
00002100  20 21 4e 65 77 73 44 69  72 29 20 6d 61 79 20 6e  | !NewsDir) may n|
00002110  6f 77 20 62 65 20 70 6c  61 63 65 64 20 69 6e 0a  |ow be placed in.|
00002120  21 54 43 50 49 50 55 73  65 72 2e 41 75 74 6f 42  |!TCPIPUser.AutoB|
00002130  6f 6f 74 20 61 6e 64 20  77 69 6c 6c 20 62 65 20  |oot and will be |
00002140  61 75 74 6f 6d 61 74 69  63 61 6c 6c 79 20 62 6f  |automatically bo|
00002150  6f 74 65 64 20 77 68 65  6e 20 21 54 43 50 49 50  |oted when !TCPIP|
00002160  55 73 65 72 20 69 73 0a  73 65 65 6e 20 62 79 20  |User is.seen by |
00002170  74 68 65 20 66 69 6c 65  72 2e 0a 0a 0a 20 20 20  |the filer....   |
00002180  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 2d  |              --|
00002190  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000021a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
000021b0  0a 41 73 20 75 73 75 61  6c 2c 20 70 6c 65 61 73  |.As usual, pleas|
000021c0  65 20 64 69 72 65 63 74  20 62 75 67 73 20 72 65  |e direct bugs re|
000021d0  70 6f 72 74 73 20 74 6f  20 74 63 70 69 70 32 40  |ports to tcpip2@|
000021e0  63 6f 6d 70 74 65 63 68  2e 64 65 6d 6f 6e 2e 63  |comptech.demon.c|
000021f0  6f 2e 75 6b 2e 0a 0a 53  65 6e 64 69 6e 67 20 74  |o.uk...Sending t|
00002200  68 65 6d 20 74 6f 20 74  68 69 73 20 63 68 61 6e  |hem to this chan|
00002210  6e 65 6c 2c 20 72 61 74  68 65 72 20 74 68 61 6e  |nel, rather than|
00002220  20 70 65 72 73 6f 6e 61  6c 6c 79 20 74 6f 20 6d  | personally to m|
00002230  65 20 77 69 6c 6c 20 65  6e 73 75 72 65 0a 74 68  |e will ensure.th|
00002240  61 74 20 74 68 65 79 20  67 65 74 20 66 6f 72 77  |at they get forw|
00002250  61 72 64 65 64 20 74 6f  20 61 6c 6c 20 63 6f 6e  |arded to all con|
00002260  63 65 72 6e 65 64 20 2d  20 69 65 20 6d 79 73 65  |cerned - ie myse|
00002270  6c 66 20 61 6e 64 20 41  6e 74 68 6f 6e 79 2e 0a  |lf and Anthony..|
00002280