Home » Archimedes archive » Acorn User » AU 1994-05.adf » !Notify_Notify » !Notify/!Help

!Notify/!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 1994-05.adf » !Notify_Notify
Filename: !Notify/!Help
Read OK:
File size: 1686 bytes
Load address: 0000
Exec address: 0000
File contents
!Notify version 1.0
written by Adam Curtin 1993 (adam@ifeng.demon.co.uk)

Notify allows immediate communication between Econet stations.

Versions of the NetFiler pre-RISC OS 3 had a "Notify" menu item which
allowed you to send a short message to another station. The message appeared
in an error box on the remote station, which blocked the whole machine until
OK was clicked or Escape or return pressed. If you were in the middle of
typing when a message arrived, the incoming notice box could eat a return
and disappear before you'd had a chance to read it. It was all a bit naff.

In RISC OS 3, the "Notify" item was quietly removed from the NetFiler menu
to be replaced with ... nothing.

There are, however, hooks in the wimp to enable third parties to write
their own much more friendly inter-station communications utilities, and
that's what !Notify is.

It sports a number of wacky features:

  * Takes up no space on the desktop or icon bar, yet it's just a hot-key
    press away when you need it.

  * Pops its window open and to the front when a message arrives,
    ensuring you don't miss anything.

  * Optionally beeps announcing an incoming message in case eg the screen is
    blanked.

  * Accommodates *much* longer messages than the NetFiler notify, with
    each message presented on a single line in a horizontally-scrolling
    window.

  * Allows selection of the message destination from a menu of user names
    rather than net/station numbers. The menu is regenerated each time it is
    displayed to ensure it remains up-to-date. Your own login name is
    greyed out.

  * Optionally sets the destination station to match the sender of the last
    message to allow easy reply and prevent embarrassment!

  * Maintains a log of both incoming and outgoing messages, annotated with
    the source/destination station number (for incoming/outgoing messages)
    and distinguished by colour, making it easy to follow conversations and
    refer back to who said what. The latest message is highlighted in yet
    another colour.

  * scrolls the window to the bottom when a new message arrives, in case
    you're scrolled up the log somewhere.

  * Allows earlier incoming or outgoing messages to be recalled and edited
    for resubmission.

  * Log can be cleared in case it contains incriminating statements

  * Any other station's Notify log can be remotely cleared in case they
    contain incriminating statements!

+------------------------+
| How to use !Notify ... |
+------------------------+

But first: You need Econet of course, and you also need to be logged on. The
program runs even without these, but it's not terribly useful!
If you're really desperate to play with it, you can send messages to station
0.0 - the outgoing message appears in the log but is not sent out.

After starting the program, the only indication that it's running is an
entry in the task manager's "Application tasks" list, but the program is
running, and you are able to receive messages from other stations.

To send a message, first open the window using Ctrl-Tab. This *almost*
always works, but a couple of applications consume Ctrl-Tab themselves. If
one of these applications owns the caret, give the caret to another window.

With the window open, click in the writable field right of the "Station:"
label and type the destination network and station number, eg "0.42" If you
omit the network number it defaults to 0. Alternatively, click menu over the
message composition field and choose a user by name from the list.

Then get the caret in the "Message:" box and type. To send the message,
simply press return. The message box clears ready for the next message,
and the outgoing message is added to the bottom of the log.

To recall an earlier message, simply find it in the log and click on it.
This copies it down to the message field exactly as if you'd typed it in.
Alternatively, with the caret in the message field you can use the up and
down cursor keys to cycle through the entries.

+----------------------+
| The !Notify menu ... |
+----------------------+

Clear ... clears the log. Alternatively, double-click in the log window.
Beep  ... Enables/disables the incoming message beep.
Reply ... Enable/disables the automatic setting of the Station: field when a
          message arrives
Quit  ... Guess.

Beep and Reply are both initially set. They can be turned off using
command-line options, either in the !Notify.!RunImage file, or when starting
!Notify eg from a !Boot file.

The options are "-b" to turn the beep off and "-r" to turn reply address
generation off, eg:

  (in the !Run file)

  Run <Notify$Dir>.!RunImage -r %*0

  (in a !Boot file)

  Filer_Run SCSI::Eidos.$.Adam.Apps.!Notify -t

+-----------------------+
| Clearing a remote log |
+-----------------------+

Send a message consisting of the single character "`" will clear the log in
the receiving station. There's no way of disabling this on the receiving
end as I feel you should be able to insist that your comments are deleted.
This makes it open to abuse but the novelty of clearing someone else's log
soon wears off and does no real harm.

On the other hand, an early version of !Notify allowed any command to be
sent and remotely executed. This had some amusing uses, eg tidying the
pinboard or setting the backdrop to an annoying sprite; some mischievous
uses eg turning the ARM3 cache off or starting a dozen copies of !Paint; and
some destructive uses ... you could easily wipe an entire hard disk,
format a floppy or run a machine-crashing application.

After successfully amusing and irritating some colleagues :-) the thought of
releasing a program with such potential for evil was just too much. This
version has all such code removed.
00000000  21 4e 6f 74 69 66 79 20  76 65 72 73 69 6f 6e 20  |!Notify version |
00000010  31 2e 30 0a 77 72 69 74  74 65 6e 20 62 79 20 41  |1.0.written by A|
00000020  64 61 6d 20 43 75 72 74  69 6e 20 31 39 39 33 20  |dam Curtin 1993 |
00000030  28 61 64 61 6d 40 69 66  65 6e 67 2e 64 65 6d 6f  |(adam@ifeng.demo|
00000040  6e 2e 63 6f 2e 75 6b 29  0a 0a 4e 6f 74 69 66 79  |n.co.uk)..Notify|
00000050  20 61 6c 6c 6f 77 73 20  69 6d 6d 65 64 69 61 74  | allows immediat|
00000060  65 20 63 6f 6d 6d 75 6e  69 63 61 74 69 6f 6e 20  |e communication |
00000070  62 65 74 77 65 65 6e 20  45 63 6f 6e 65 74 20 73  |between Econet s|
00000080  74 61 74 69 6f 6e 73 2e  0a 0a 56 65 72 73 69 6f  |tations...Versio|
00000090  6e 73 20 6f 66 20 74 68  65 20 4e 65 74 46 69 6c  |ns of the NetFil|
000000a0  65 72 20 70 72 65 2d 52  49 53 43 20 4f 53 20 33  |er pre-RISC OS 3|
000000b0  20 68 61 64 20 61 20 22  4e 6f 74 69 66 79 22 20  | had a "Notify" |
000000c0  6d 65 6e 75 20 69 74 65  6d 20 77 68 69 63 68 0a  |menu item which.|
000000d0  61 6c 6c 6f 77 65 64 20  79 6f 75 20 74 6f 20 73  |allowed you to s|
000000e0  65 6e 64 20 61 20 73 68  6f 72 74 20 6d 65 73 73  |end a short mess|
000000f0  61 67 65 20 74 6f 20 61  6e 6f 74 68 65 72 20 73  |age to another s|
00000100  74 61 74 69 6f 6e 2e 20  54 68 65 20 6d 65 73 73  |tation. The mess|
00000110  61 67 65 20 61 70 70 65  61 72 65 64 0a 69 6e 20  |age appeared.in |
00000120  61 6e 20 65 72 72 6f 72  20 62 6f 78 20 6f 6e 20  |an error box on |
00000130  74 68 65 20 72 65 6d 6f  74 65 20 73 74 61 74 69  |the remote stati|
00000140  6f 6e 2c 20 77 68 69 63  68 20 62 6c 6f 63 6b 65  |on, which blocke|
00000150  64 20 74 68 65 20 77 68  6f 6c 65 20 6d 61 63 68  |d the whole mach|
00000160  69 6e 65 20 75 6e 74 69  6c 0a 4f 4b 20 77 61 73  |ine until.OK was|
00000170  20 63 6c 69 63 6b 65 64  20 6f 72 20 45 73 63 61  | clicked or Esca|
00000180  70 65 20 6f 72 20 72 65  74 75 72 6e 20 70 72 65  |pe or return pre|
00000190  73 73 65 64 2e 20 49 66  20 79 6f 75 20 77 65 72  |ssed. If you wer|
000001a0  65 20 69 6e 20 74 68 65  20 6d 69 64 64 6c 65 20  |e in the middle |
000001b0  6f 66 0a 74 79 70 69 6e  67 20 77 68 65 6e 20 61  |of.typing when a|
000001c0  20 6d 65 73 73 61 67 65  20 61 72 72 69 76 65 64  | message arrived|
000001d0  2c 20 74 68 65 20 69 6e  63 6f 6d 69 6e 67 20 6e  |, the incoming n|
000001e0  6f 74 69 63 65 20 62 6f  78 20 63 6f 75 6c 64 20  |otice box could |
000001f0  65 61 74 20 61 20 72 65  74 75 72 6e 0a 61 6e 64  |eat a return.and|
00000200  20 64 69 73 61 70 70 65  61 72 20 62 65 66 6f 72  | disappear befor|
00000210  65 20 79 6f 75 27 64 20  68 61 64 20 61 20 63 68  |e you'd had a ch|
00000220  61 6e 63 65 20 74 6f 20  72 65 61 64 20 69 74 2e  |ance to read it.|
00000230  20 49 74 20 77 61 73 20  61 6c 6c 20 61 20 62 69  | It was all a bi|
00000240  74 20 6e 61 66 66 2e 0a  0a 49 6e 20 52 49 53 43  |t naff...In RISC|
00000250  20 4f 53 20 33 2c 20 74  68 65 20 22 4e 6f 74 69  | OS 3, the "Noti|
00000260  66 79 22 20 69 74 65 6d  20 77 61 73 20 71 75 69  |fy" item was qui|
00000270  65 74 6c 79 20 72 65 6d  6f 76 65 64 20 66 72 6f  |etly removed fro|
00000280  6d 20 74 68 65 20 4e 65  74 46 69 6c 65 72 20 6d  |m the NetFiler m|
00000290  65 6e 75 0a 74 6f 20 62  65 20 72 65 70 6c 61 63  |enu.to be replac|
000002a0  65 64 20 77 69 74 68 20  2e 2e 2e 20 6e 6f 74 68  |ed with ... noth|
000002b0  69 6e 67 2e 0a 0a 54 68  65 72 65 20 61 72 65 2c  |ing...There are,|
000002c0  20 68 6f 77 65 76 65 72  2c 20 68 6f 6f 6b 73 20  | however, hooks |
000002d0  69 6e 20 74 68 65 20 77  69 6d 70 20 74 6f 20 65  |in the wimp to e|
000002e0  6e 61 62 6c 65 20 74 68  69 72 64 20 70 61 72 74  |nable third part|
000002f0  69 65 73 20 74 6f 20 77  72 69 74 65 0a 74 68 65  |ies to write.the|
00000300  69 72 20 6f 77 6e 20 6d  75 63 68 20 6d 6f 72 65  |ir own much more|
00000310  20 66 72 69 65 6e 64 6c  79 20 69 6e 74 65 72 2d  | friendly inter-|
00000320  73 74 61 74 69 6f 6e 20  63 6f 6d 6d 75 6e 69 63  |station communic|
00000330  61 74 69 6f 6e 73 20 75  74 69 6c 69 74 69 65 73  |ations utilities|
00000340  2c 20 61 6e 64 0a 74 68  61 74 27 73 20 77 68 61  |, and.that's wha|
00000350  74 20 21 4e 6f 74 69 66  79 20 69 73 2e 0a 0a 49  |t !Notify is...I|
00000360  74 20 73 70 6f 72 74 73  20 61 20 6e 75 6d 62 65  |t sports a numbe|
00000370  72 20 6f 66 20 77 61 63  6b 79 20 66 65 61 74 75  |r of wacky featu|
00000380  72 65 73 3a 0a 0a 20 20  2a 20 54 61 6b 65 73 20  |res:..  * Takes |
00000390  75 70 20 6e 6f 20 73 70  61 63 65 20 6f 6e 20 74  |up no space on t|
000003a0  68 65 20 64 65 73 6b 74  6f 70 20 6f 72 20 69 63  |he desktop or ic|
000003b0  6f 6e 20 62 61 72 2c 20  79 65 74 20 69 74 27 73  |on bar, yet it's|
000003c0  20 6a 75 73 74 20 61 20  68 6f 74 2d 6b 65 79 0a  | just a hot-key.|
000003d0  20 20 20 20 70 72 65 73  73 20 61 77 61 79 20 77  |    press away w|
000003e0  68 65 6e 20 79 6f 75 20  6e 65 65 64 20 69 74 2e  |hen you need it.|
000003f0  0a 0a 20 20 2a 20 50 6f  70 73 20 69 74 73 20 77  |..  * Pops its w|
00000400  69 6e 64 6f 77 20 6f 70  65 6e 20 61 6e 64 20 74  |indow open and t|
00000410  6f 20 74 68 65 20 66 72  6f 6e 74 20 77 68 65 6e  |o the front when|
00000420  20 61 20 6d 65 73 73 61  67 65 20 61 72 72 69 76  | a message arriv|
00000430  65 73 2c 0a 20 20 20 20  65 6e 73 75 72 69 6e 67  |es,.    ensuring|
00000440  20 79 6f 75 20 64 6f 6e  27 74 20 6d 69 73 73 20  | you don't miss |
00000450  61 6e 79 74 68 69 6e 67  2e 0a 0a 20 20 2a 20 4f  |anything...  * O|
00000460  70 74 69 6f 6e 61 6c 6c  79 20 62 65 65 70 73 20  |ptionally beeps |
00000470  61 6e 6e 6f 75 6e 63 69  6e 67 20 61 6e 20 69 6e  |announcing an in|
00000480  63 6f 6d 69 6e 67 20 6d  65 73 73 61 67 65 20 69  |coming message i|
00000490  6e 20 63 61 73 65 20 65  67 20 74 68 65 20 73 63  |n case eg the sc|
000004a0  72 65 65 6e 20 69 73 0a  20 20 20 20 62 6c 61 6e  |reen is.    blan|
000004b0  6b 65 64 2e 0a 0a 20 20  2a 20 41 63 63 6f 6d 6d  |ked...  * Accomm|
000004c0  6f 64 61 74 65 73 20 2a  6d 75 63 68 2a 20 6c 6f  |odates *much* lo|
000004d0  6e 67 65 72 20 6d 65 73  73 61 67 65 73 20 74 68  |nger messages th|
000004e0  61 6e 20 74 68 65 20 4e  65 74 46 69 6c 65 72 20  |an the NetFiler |
000004f0  6e 6f 74 69 66 79 2c 20  77 69 74 68 0a 20 20 20  |notify, with.   |
00000500  20 65 61 63 68 20 6d 65  73 73 61 67 65 20 70 72  | each message pr|
00000510  65 73 65 6e 74 65 64 20  6f 6e 20 61 20 73 69 6e  |esented on a sin|
00000520  67 6c 65 20 6c 69 6e 65  20 69 6e 20 61 20 68 6f  |gle line in a ho|
00000530  72 69 7a 6f 6e 74 61 6c  6c 79 2d 73 63 72 6f 6c  |rizontally-scrol|
00000540  6c 69 6e 67 0a 20 20 20  20 77 69 6e 64 6f 77 2e  |ling.    window.|
00000550  0a 0a 20 20 2a 20 41 6c  6c 6f 77 73 20 73 65 6c  |..  * Allows sel|
00000560  65 63 74 69 6f 6e 20 6f  66 20 74 68 65 20 6d 65  |ection of the me|
00000570  73 73 61 67 65 20 64 65  73 74 69 6e 61 74 69 6f  |ssage destinatio|
00000580  6e 20 66 72 6f 6d 20 61  20 6d 65 6e 75 20 6f 66  |n from a menu of|
00000590  20 75 73 65 72 20 6e 61  6d 65 73 0a 20 20 20 20  | user names.    |
000005a0  72 61 74 68 65 72 20 74  68 61 6e 20 6e 65 74 2f  |rather than net/|
000005b0  73 74 61 74 69 6f 6e 20  6e 75 6d 62 65 72 73 2e  |station numbers.|
000005c0  20 54 68 65 20 6d 65 6e  75 20 69 73 20 72 65 67  | The menu is reg|
000005d0  65 6e 65 72 61 74 65 64  20 65 61 63 68 20 74 69  |enerated each ti|
000005e0  6d 65 20 69 74 20 69 73  0a 20 20 20 20 64 69 73  |me it is.    dis|
000005f0  70 6c 61 79 65 64 20 74  6f 20 65 6e 73 75 72 65  |played to ensure|
00000600  20 69 74 20 72 65 6d 61  69 6e 73 20 75 70 2d 74  | it remains up-t|
00000610  6f 2d 64 61 74 65 2e 20  59 6f 75 72 20 6f 77 6e  |o-date. Your own|
00000620  20 6c 6f 67 69 6e 20 6e  61 6d 65 20 69 73 0a 20  | login name is. |
00000630  20 20 20 67 72 65 79 65  64 20 6f 75 74 2e 0a 0a  |   greyed out...|
00000640  20 20 2a 20 4f 70 74 69  6f 6e 61 6c 6c 79 20 73  |  * Optionally s|
00000650  65 74 73 20 74 68 65 20  64 65 73 74 69 6e 61 74  |ets the destinat|
00000660  69 6f 6e 20 73 74 61 74  69 6f 6e 20 74 6f 20 6d  |ion station to m|
00000670  61 74 63 68 20 74 68 65  20 73 65 6e 64 65 72 20  |atch the sender |
00000680  6f 66 20 74 68 65 20 6c  61 73 74 0a 20 20 20 20  |of the last.    |
00000690  6d 65 73 73 61 67 65 20  74 6f 20 61 6c 6c 6f 77  |message to allow|
000006a0  20 65 61 73 79 20 72 65  70 6c 79 20 61 6e 64 20  | easy reply and |
000006b0  70 72 65 76 65 6e 74 20  65 6d 62 61 72 72 61 73  |prevent embarras|
000006c0  73 6d 65 6e 74 21 0a 0a  20 20 2a 20 4d 61 69 6e  |sment!..  * Main|
000006d0  74 61 69 6e 73 20 61 20  6c 6f 67 20 6f 66 20 62  |tains a log of b|
000006e0  6f 74 68 20 69 6e 63 6f  6d 69 6e 67 20 61 6e 64  |oth incoming and|
000006f0  20 6f 75 74 67 6f 69 6e  67 20 6d 65 73 73 61 67  | outgoing messag|
00000700  65 73 2c 20 61 6e 6e 6f  74 61 74 65 64 20 77 69  |es, annotated wi|
00000710  74 68 0a 20 20 20 20 74  68 65 20 73 6f 75 72 63  |th.    the sourc|
00000720  65 2f 64 65 73 74 69 6e  61 74 69 6f 6e 20 73 74  |e/destination st|
00000730  61 74 69 6f 6e 20 6e 75  6d 62 65 72 20 28 66 6f  |ation number (fo|
00000740  72 20 69 6e 63 6f 6d 69  6e 67 2f 6f 75 74 67 6f  |r incoming/outgo|
00000750  69 6e 67 20 6d 65 73 73  61 67 65 73 29 0a 20 20  |ing messages).  |
00000760  20 20 61 6e 64 20 64 69  73 74 69 6e 67 75 69 73  |  and distinguis|
00000770  68 65 64 20 62 79 20 63  6f 6c 6f 75 72 2c 20 6d  |hed by colour, m|
00000780  61 6b 69 6e 67 20 69 74  20 65 61 73 79 20 74 6f  |aking it easy to|
00000790  20 66 6f 6c 6c 6f 77 20  63 6f 6e 76 65 72 73 61  | follow conversa|
000007a0  74 69 6f 6e 73 20 61 6e  64 0a 20 20 20 20 72 65  |tions and.    re|
000007b0  66 65 72 20 62 61 63 6b  20 74 6f 20 77 68 6f 20  |fer back to who |
000007c0  73 61 69 64 20 77 68 61  74 2e 20 54 68 65 20 6c  |said what. The l|
000007d0  61 74 65 73 74 20 6d 65  73 73 61 67 65 20 69 73  |atest message is|
000007e0  20 68 69 67 68 6c 69 67  68 74 65 64 20 69 6e 20  | highlighted in |
000007f0  79 65 74 0a 20 20 20 20  61 6e 6f 74 68 65 72 20  |yet.    another |
00000800  63 6f 6c 6f 75 72 2e 0a  0a 20 20 2a 20 73 63 72  |colour...  * scr|
00000810  6f 6c 6c 73 20 74 68 65  20 77 69 6e 64 6f 77 20  |olls the window |
00000820  74 6f 20 74 68 65 20 62  6f 74 74 6f 6d 20 77 68  |to the bottom wh|
00000830  65 6e 20 61 20 6e 65 77  20 6d 65 73 73 61 67 65  |en a new message|
00000840  20 61 72 72 69 76 65 73  2c 20 69 6e 20 63 61 73  | arrives, in cas|
00000850  65 0a 20 20 20 20 79 6f  75 27 72 65 20 73 63 72  |e.    you're scr|
00000860  6f 6c 6c 65 64 20 75 70  20 74 68 65 20 6c 6f 67  |olled up the log|
00000870  20 73 6f 6d 65 77 68 65  72 65 2e 0a 0a 20 20 2a  | somewhere...  *|
00000880  20 41 6c 6c 6f 77 73 20  65 61 72 6c 69 65 72 20  | Allows earlier |
00000890  69 6e 63 6f 6d 69 6e 67  20 6f 72 20 6f 75 74 67  |incoming or outg|
000008a0  6f 69 6e 67 20 6d 65 73  73 61 67 65 73 20 74 6f  |oing messages to|
000008b0  20 62 65 20 72 65 63 61  6c 6c 65 64 20 61 6e 64  | be recalled and|
000008c0  20 65 64 69 74 65 64 0a  20 20 20 20 66 6f 72 20  | edited.    for |
000008d0  72 65 73 75 62 6d 69 73  73 69 6f 6e 2e 0a 0a 20  |resubmission... |
000008e0  20 2a 20 4c 6f 67 20 63  61 6e 20 62 65 20 63 6c  | * Log can be cl|
000008f0  65 61 72 65 64 20 69 6e  20 63 61 73 65 20 69 74  |eared in case it|
00000900  20 63 6f 6e 74 61 69 6e  73 20 69 6e 63 72 69 6d  | contains incrim|
00000910  69 6e 61 74 69 6e 67 20  73 74 61 74 65 6d 65 6e  |inating statemen|
00000920  74 73 0a 0a 20 20 2a 20  41 6e 79 20 6f 74 68 65  |ts..  * Any othe|
00000930  72 20 73 74 61 74 69 6f  6e 27 73 20 4e 6f 74 69  |r station's Noti|
00000940  66 79 20 6c 6f 67 20 63  61 6e 20 62 65 20 72 65  |fy log can be re|
00000950  6d 6f 74 65 6c 79 20 63  6c 65 61 72 65 64 20 69  |motely cleared i|
00000960  6e 20 63 61 73 65 20 74  68 65 79 0a 20 20 20 20  |n case they.    |
00000970  63 6f 6e 74 61 69 6e 20  69 6e 63 72 69 6d 69 6e  |contain incrimin|
00000980  61 74 69 6e 67 20 73 74  61 74 65 6d 65 6e 74 73  |ating statements|
00000990  21 0a 0a 2b 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |!..+------------|
000009a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2b 0a 7c 20  |------------+.| |
000009b0  48 6f 77 20 74 6f 20 75  73 65 20 21 4e 6f 74 69  |How to use !Noti|
000009c0  66 79 20 2e 2e 2e 20 7c  0a 2b 2d 2d 2d 2d 2d 2d  |fy ... |.+------|
000009d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000009e0  2d 2d 2b 0a 0a 42 75 74  20 66 69 72 73 74 3a 20  |--+..But first: |
000009f0  59 6f 75 20 6e 65 65 64  20 45 63 6f 6e 65 74 20  |You need Econet |
00000a00  6f 66 20 63 6f 75 72 73  65 2c 20 61 6e 64 20 79  |of course, and y|
00000a10  6f 75 20 61 6c 73 6f 20  6e 65 65 64 20 74 6f 20  |ou also need to |
00000a20  62 65 20 6c 6f 67 67 65  64 20 6f 6e 2e 20 54 68  |be logged on. Th|
00000a30  65 0a 70 72 6f 67 72 61  6d 20 72 75 6e 73 20 65  |e.program runs e|
00000a40  76 65 6e 20 77 69 74 68  6f 75 74 20 74 68 65 73  |ven without thes|
00000a50  65 2c 20 62 75 74 20 69  74 27 73 20 6e 6f 74 20  |e, but it's not |
00000a60  74 65 72 72 69 62 6c 79  20 75 73 65 66 75 6c 21  |terribly useful!|
00000a70  0a 49 66 20 79 6f 75 27  72 65 20 72 65 61 6c 6c  |.If you're reall|
00000a80  79 20 64 65 73 70 65 72  61 74 65 20 74 6f 20 70  |y desperate to p|
00000a90  6c 61 79 20 77 69 74 68  20 69 74 2c 20 79 6f 75  |lay with it, you|
00000aa0  20 63 61 6e 20 73 65 6e  64 20 6d 65 73 73 61 67  | can send messag|
00000ab0  65 73 20 74 6f 20 73 74  61 74 69 6f 6e 0a 30 2e  |es to station.0.|
00000ac0  30 20 2d 20 74 68 65 20  6f 75 74 67 6f 69 6e 67  |0 - the outgoing|
00000ad0  20 6d 65 73 73 61 67 65  20 61 70 70 65 61 72 73  | message appears|
00000ae0  20 69 6e 20 74 68 65 20  6c 6f 67 20 62 75 74 20  | in the log but |
00000af0  69 73 20 6e 6f 74 20 73  65 6e 74 20 6f 75 74 2e  |is not sent out.|
00000b00  0a 0a 41 66 74 65 72 20  73 74 61 72 74 69 6e 67  |..After starting|
00000b10  20 74 68 65 20 70 72 6f  67 72 61 6d 2c 20 74 68  | the program, th|
00000b20  65 20 6f 6e 6c 79 20 69  6e 64 69 63 61 74 69 6f  |e only indicatio|
00000b30  6e 20 74 68 61 74 20 69  74 27 73 20 72 75 6e 6e  |n that it's runn|
00000b40  69 6e 67 20 69 73 20 61  6e 0a 65 6e 74 72 79 20  |ing is an.entry |
00000b50  69 6e 20 74 68 65 20 74  61 73 6b 20 6d 61 6e 61  |in the task mana|
00000b60  67 65 72 27 73 20 22 41  70 70 6c 69 63 61 74 69  |ger's "Applicati|
00000b70  6f 6e 20 74 61 73 6b 73  22 20 6c 69 73 74 2c 20  |on tasks" list, |
00000b80  62 75 74 20 74 68 65 20  70 72 6f 67 72 61 6d 20  |but the program |
00000b90  69 73 0a 72 75 6e 6e 69  6e 67 2c 20 61 6e 64 20  |is.running, and |
00000ba0  79 6f 75 20 61 72 65 20  61 62 6c 65 20 74 6f 20  |you are able to |
00000bb0  72 65 63 65 69 76 65 20  6d 65 73 73 61 67 65 73  |receive messages|
00000bc0  20 66 72 6f 6d 20 6f 74  68 65 72 20 73 74 61 74  | from other stat|
00000bd0  69 6f 6e 73 2e 0a 0a 54  6f 20 73 65 6e 64 20 61  |ions...To send a|
00000be0  20 6d 65 73 73 61 67 65  2c 20 66 69 72 73 74 20  | message, first |
00000bf0  6f 70 65 6e 20 74 68 65  20 77 69 6e 64 6f 77 20  |open the window |
00000c00  75 73 69 6e 67 20 43 74  72 6c 2d 54 61 62 2e 20  |using Ctrl-Tab. |
00000c10  54 68 69 73 20 2a 61 6c  6d 6f 73 74 2a 0a 61 6c  |This *almost*.al|
00000c20  77 61 79 73 20 77 6f 72  6b 73 2c 20 62 75 74 20  |ways works, but |
00000c30  61 20 63 6f 75 70 6c 65  20 6f 66 20 61 70 70 6c  |a couple of appl|
00000c40  69 63 61 74 69 6f 6e 73  20 63 6f 6e 73 75 6d 65  |ications consume|
00000c50  20 43 74 72 6c 2d 54 61  62 20 74 68 65 6d 73 65  | Ctrl-Tab themse|
00000c60  6c 76 65 73 2e 20 49 66  0a 6f 6e 65 20 6f 66 20  |lves. If.one of |
00000c70  74 68 65 73 65 20 61 70  70 6c 69 63 61 74 69 6f  |these applicatio|
00000c80  6e 73 20 6f 77 6e 73 20  74 68 65 20 63 61 72 65  |ns owns the care|
00000c90  74 2c 20 67 69 76 65 20  74 68 65 20 63 61 72 65  |t, give the care|
00000ca0  74 20 74 6f 20 61 6e 6f  74 68 65 72 20 77 69 6e  |t to another win|
00000cb0  64 6f 77 2e 0a 0a 57 69  74 68 20 74 68 65 20 77  |dow...With the w|
00000cc0  69 6e 64 6f 77 20 6f 70  65 6e 2c 20 63 6c 69 63  |indow open, clic|
00000cd0  6b 20 69 6e 20 74 68 65  20 77 72 69 74 61 62 6c  |k in the writabl|
00000ce0  65 20 66 69 65 6c 64 20  72 69 67 68 74 20 6f 66  |e field right of|
00000cf0  20 74 68 65 20 22 53 74  61 74 69 6f 6e 3a 22 0a  | the "Station:".|
00000d00  6c 61 62 65 6c 20 61 6e  64 20 74 79 70 65 20 74  |label and type t|
00000d10  68 65 20 64 65 73 74 69  6e 61 74 69 6f 6e 20 6e  |he destination n|
00000d20  65 74 77 6f 72 6b 20 61  6e 64 20 73 74 61 74 69  |etwork and stati|
00000d30  6f 6e 20 6e 75 6d 62 65  72 2c 20 65 67 20 22 30  |on number, eg "0|
00000d40  2e 34 32 22 20 49 66 20  79 6f 75 0a 6f 6d 69 74  |.42" If you.omit|
00000d50  20 74 68 65 20 6e 65 74  77 6f 72 6b 20 6e 75 6d  | the network num|
00000d60  62 65 72 20 69 74 20 64  65 66 61 75 6c 74 73 20  |ber it defaults |
00000d70  74 6f 20 30 2e 20 41 6c  74 65 72 6e 61 74 69 76  |to 0. Alternativ|
00000d80  65 6c 79 2c 20 63 6c 69  63 6b 20 6d 65 6e 75 20  |ely, click menu |
00000d90  6f 76 65 72 20 74 68 65  0a 6d 65 73 73 61 67 65  |over the.message|
00000da0  20 63 6f 6d 70 6f 73 69  74 69 6f 6e 20 66 69 65  | composition fie|
00000db0  6c 64 20 61 6e 64 20 63  68 6f 6f 73 65 20 61 20  |ld and choose a |
00000dc0  75 73 65 72 20 62 79 20  6e 61 6d 65 20 66 72 6f  |user by name fro|
00000dd0  6d 20 74 68 65 20 6c 69  73 74 2e 0a 0a 54 68 65  |m the list...The|
00000de0  6e 20 67 65 74 20 74 68  65 20 63 61 72 65 74 20  |n get the caret |
00000df0  69 6e 20 74 68 65 20 22  4d 65 73 73 61 67 65 3a  |in the "Message:|
00000e00  22 20 62 6f 78 20 61 6e  64 20 74 79 70 65 2e 20  |" box and type. |
00000e10  54 6f 20 73 65 6e 64 20  74 68 65 20 6d 65 73 73  |To send the mess|
00000e20  61 67 65 2c 0a 73 69 6d  70 6c 79 20 70 72 65 73  |age,.simply pres|
00000e30  73 20 72 65 74 75 72 6e  2e 20 54 68 65 20 6d 65  |s return. The me|
00000e40  73 73 61 67 65 20 62 6f  78 20 63 6c 65 61 72 73  |ssage box clears|
00000e50  20 72 65 61 64 79 20 66  6f 72 20 74 68 65 20 6e  | ready for the n|
00000e60  65 78 74 20 6d 65 73 73  61 67 65 2c 0a 61 6e 64  |ext message,.and|
00000e70  20 74 68 65 20 6f 75 74  67 6f 69 6e 67 20 6d 65  | the outgoing me|
00000e80  73 73 61 67 65 20 69 73  20 61 64 64 65 64 20 74  |ssage is added t|
00000e90  6f 20 74 68 65 20 62 6f  74 74 6f 6d 20 6f 66 20  |o the bottom of |
00000ea0  74 68 65 20 6c 6f 67 2e  0a 0a 54 6f 20 72 65 63  |the log...To rec|
00000eb0  61 6c 6c 20 61 6e 20 65  61 72 6c 69 65 72 20 6d  |all an earlier m|
00000ec0  65 73 73 61 67 65 2c 20  73 69 6d 70 6c 79 20 66  |essage, simply f|
00000ed0  69 6e 64 20 69 74 20 69  6e 20 74 68 65 20 6c 6f  |ind it in the lo|
00000ee0  67 20 61 6e 64 20 63 6c  69 63 6b 20 6f 6e 20 69  |g and click on i|
00000ef0  74 2e 0a 54 68 69 73 20  63 6f 70 69 65 73 20 69  |t..This copies i|
00000f00  74 20 64 6f 77 6e 20 74  6f 20 74 68 65 20 6d 65  |t down to the me|
00000f10  73 73 61 67 65 20 66 69  65 6c 64 20 65 78 61 63  |ssage field exac|
00000f20  74 6c 79 20 61 73 20 69  66 20 79 6f 75 27 64 20  |tly as if you'd |
00000f30  74 79 70 65 64 20 69 74  20 69 6e 2e 0a 41 6c 74  |typed it in..Alt|
00000f40  65 72 6e 61 74 69 76 65  6c 79 2c 20 77 69 74 68  |ernatively, with|
00000f50  20 74 68 65 20 63 61 72  65 74 20 69 6e 20 74 68  | the caret in th|
00000f60  65 20 6d 65 73 73 61 67  65 20 66 69 65 6c 64 20  |e message field |
00000f70  79 6f 75 20 63 61 6e 20  75 73 65 20 74 68 65 20  |you can use the |
00000f80  75 70 20 61 6e 64 0a 64  6f 77 6e 20 63 75 72 73  |up and.down curs|
00000f90  6f 72 20 6b 65 79 73 20  74 6f 20 63 79 63 6c 65  |or keys to cycle|
00000fa0  20 74 68 72 6f 75 67 68  20 74 68 65 20 65 6e 74  | through the ent|
00000fb0  72 69 65 73 2e 0a 0a 2b  2d 2d 2d 2d 2d 2d 2d 2d  |ries...+--------|
00000fc0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2b 0a  |--------------+.|
00000fd0  7c 20 54 68 65 20 21 4e  6f 74 69 66 79 20 6d 65  || The !Notify me|
00000fe0  6e 75 20 2e 2e 2e 20 7c  0a 2b 2d 2d 2d 2d 2d 2d  |nu ... |.+------|
00000ff0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001000  2b 0a 0a 43 6c 65 61 72  20 2e 2e 2e 20 63 6c 65  |+..Clear ... cle|
00001010  61 72 73 20 74 68 65 20  6c 6f 67 2e 20 41 6c 74  |ars the log. Alt|
00001020  65 72 6e 61 74 69 76 65  6c 79 2c 20 64 6f 75 62  |ernatively, doub|
00001030  6c 65 2d 63 6c 69 63 6b  20 69 6e 20 74 68 65 20  |le-click in the |
00001040  6c 6f 67 20 77 69 6e 64  6f 77 2e 0a 42 65 65 70  |log window..Beep|
00001050  20 20 2e 2e 2e 20 45 6e  61 62 6c 65 73 2f 64 69  |  ... Enables/di|
00001060  73 61 62 6c 65 73 20 74  68 65 20 69 6e 63 6f 6d  |sables the incom|
00001070  69 6e 67 20 6d 65 73 73  61 67 65 20 62 65 65 70  |ing message beep|
00001080  2e 0a 52 65 70 6c 79 20  2e 2e 2e 20 45 6e 61 62  |..Reply ... Enab|
00001090  6c 65 2f 64 69 73 61 62  6c 65 73 20 74 68 65 20  |le/disables the |
000010a0  61 75 74 6f 6d 61 74 69  63 20 73 65 74 74 69 6e  |automatic settin|
000010b0  67 20 6f 66 20 74 68 65  20 53 74 61 74 69 6f 6e  |g of the Station|
000010c0  3a 20 66 69 65 6c 64 20  77 68 65 6e 20 61 0a 20  |: field when a. |
000010d0  20 20 20 20 20 20 20 20  20 6d 65 73 73 61 67 65  |         message|
000010e0  20 61 72 72 69 76 65 73  0a 51 75 69 74 20 20 2e  | arrives.Quit  .|
000010f0  2e 2e 20 47 75 65 73 73  2e 0a 0a 42 65 65 70 20  |.. Guess...Beep |
00001100  61 6e 64 20 52 65 70 6c  79 20 61 72 65 20 62 6f  |and Reply are bo|
00001110  74 68 20 69 6e 69 74 69  61 6c 6c 79 20 73 65 74  |th initially set|
00001120  2e 20 54 68 65 79 20 63  61 6e 20 62 65 20 74 75  |. They can be tu|
00001130  72 6e 65 64 20 6f 66 66  20 75 73 69 6e 67 0a 63  |rned off using.c|
00001140  6f 6d 6d 61 6e 64 2d 6c  69 6e 65 20 6f 70 74 69  |ommand-line opti|
00001150  6f 6e 73 2c 20 65 69 74  68 65 72 20 69 6e 20 74  |ons, either in t|
00001160  68 65 20 21 4e 6f 74 69  66 79 2e 21 52 75 6e 49  |he !Notify.!RunI|
00001170  6d 61 67 65 20 66 69 6c  65 2c 20 6f 72 20 77 68  |mage file, or wh|
00001180  65 6e 20 73 74 61 72 74  69 6e 67 0a 21 4e 6f 74  |en starting.!Not|
00001190  69 66 79 20 65 67 20 66  72 6f 6d 20 61 20 21 42  |ify eg from a !B|
000011a0  6f 6f 74 20 66 69 6c 65  2e 0a 0a 54 68 65 20 6f  |oot file...The o|
000011b0  70 74 69 6f 6e 73 20 61  72 65 20 22 2d 62 22 20  |ptions are "-b" |
000011c0  74 6f 20 74 75 72 6e 20  74 68 65 20 62 65 65 70  |to turn the beep|
000011d0  20 6f 66 66 20 61 6e 64  20 22 2d 72 22 20 74 6f  | off and "-r" to|
000011e0  20 74 75 72 6e 20 72 65  70 6c 79 20 61 64 64 72  | turn reply addr|
000011f0  65 73 73 0a 67 65 6e 65  72 61 74 69 6f 6e 20 6f  |ess.generation o|
00001200  66 66 2c 20 65 67 3a 0a  0a 20 20 28 69 6e 20 74  |ff, eg:..  (in t|
00001210  68 65 20 21 52 75 6e 20  66 69 6c 65 29 0a 0a 20  |he !Run file).. |
00001220  20 52 75 6e 20 3c 4e 6f  74 69 66 79 24 44 69 72  | Run <Notify$Dir|
00001230  3e 2e 21 52 75 6e 49 6d  61 67 65 20 2d 72 20 25  |>.!RunImage -r %|
00001240  2a 30 0a 0a 20 20 28 69  6e 20 61 20 21 42 6f 6f  |*0..  (in a !Boo|
00001250  74 20 66 69 6c 65 29 0a  0a 20 20 46 69 6c 65 72  |t file)..  Filer|
00001260  5f 52 75 6e 20 53 43 53  49 3a 3a 45 69 64 6f 73  |_Run SCSI::Eidos|
00001270  2e 24 2e 41 64 61 6d 2e  41 70 70 73 2e 21 4e 6f  |.$.Adam.Apps.!No|
00001280  74 69 66 79 20 2d 74 0a  0a 2b 2d 2d 2d 2d 2d 2d  |tify -t..+------|
00001290  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000012a0  2d 2b 0a 7c 20 43 6c 65  61 72 69 6e 67 20 61 20  |-+.| Clearing a |
000012b0  72 65 6d 6f 74 65 20 6c  6f 67 20 7c 0a 2b 2d 2d  |remote log |.+--|
000012c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000012d0  2d 2d 2d 2d 2d 2b 0a 0a  53 65 6e 64 20 61 20 6d  |-----+..Send a m|
000012e0  65 73 73 61 67 65 20 63  6f 6e 73 69 73 74 69 6e  |essage consistin|
000012f0  67 20 6f 66 20 74 68 65  20 73 69 6e 67 6c 65 20  |g of the single |
00001300  63 68 61 72 61 63 74 65  72 20 22 60 22 20 77 69  |character "`" wi|
00001310  6c 6c 20 63 6c 65 61 72  20 74 68 65 20 6c 6f 67  |ll clear the log|
00001320  20 69 6e 0a 74 68 65 20  72 65 63 65 69 76 69 6e  | in.the receivin|
00001330  67 20 73 74 61 74 69 6f  6e 2e 20 54 68 65 72 65  |g station. There|
00001340  27 73 20 6e 6f 20 77 61  79 20 6f 66 20 64 69 73  |'s no way of dis|
00001350  61 62 6c 69 6e 67 20 74  68 69 73 20 6f 6e 20 74  |abling this on t|
00001360  68 65 20 72 65 63 65 69  76 69 6e 67 0a 65 6e 64  |he receiving.end|
00001370  20 61 73 20 49 20 66 65  65 6c 20 79 6f 75 20 73  | as I feel you s|
00001380  68 6f 75 6c 64 20 62 65  20 61 62 6c 65 20 74 6f  |hould be able to|
00001390  20 69 6e 73 69 73 74 20  74 68 61 74 20 79 6f 75  | insist that you|
000013a0  72 20 63 6f 6d 6d 65 6e  74 73 20 61 72 65 20 64  |r comments are d|
000013b0  65 6c 65 74 65 64 2e 0a  54 68 69 73 20 6d 61 6b  |eleted..This mak|
000013c0  65 73 20 69 74 20 6f 70  65 6e 20 74 6f 20 61 62  |es it open to ab|
000013d0  75 73 65 20 62 75 74 20  74 68 65 20 6e 6f 76 65  |use but the nove|
000013e0  6c 74 79 20 6f 66 20 63  6c 65 61 72 69 6e 67 20  |lty of clearing |
000013f0  73 6f 6d 65 6f 6e 65 20  65 6c 73 65 27 73 20 6c  |someone else's l|
00001400  6f 67 0a 73 6f 6f 6e 20  77 65 61 72 73 20 6f 66  |og.soon wears of|
00001410  66 20 61 6e 64 20 64 6f  65 73 20 6e 6f 20 72 65  |f and does no re|
00001420  61 6c 20 68 61 72 6d 2e  0a 0a 4f 6e 20 74 68 65  |al harm...On the|
00001430  20 6f 74 68 65 72 20 68  61 6e 64 2c 20 61 6e 20  | other hand, an |
00001440  65 61 72 6c 79 20 76 65  72 73 69 6f 6e 20 6f 66  |early version of|
00001450  20 21 4e 6f 74 69 66 79  20 61 6c 6c 6f 77 65 64  | !Notify allowed|
00001460  20 61 6e 79 20 63 6f 6d  6d 61 6e 64 20 74 6f 20  | any command to |
00001470  62 65 0a 73 65 6e 74 20  61 6e 64 20 72 65 6d 6f  |be.sent and remo|
00001480  74 65 6c 79 20 65 78 65  63 75 74 65 64 2e 20 54  |tely executed. T|
00001490  68 69 73 20 68 61 64 20  73 6f 6d 65 20 61 6d 75  |his had some amu|
000014a0  73 69 6e 67 20 75 73 65  73 2c 20 65 67 20 74 69  |sing uses, eg ti|
000014b0  64 79 69 6e 67 20 74 68  65 0a 70 69 6e 62 6f 61  |dying the.pinboa|
000014c0  72 64 20 6f 72 20 73 65  74 74 69 6e 67 20 74 68  |rd or setting th|
000014d0  65 20 62 61 63 6b 64 72  6f 70 20 74 6f 20 61 6e  |e backdrop to an|
000014e0  20 61 6e 6e 6f 79 69 6e  67 20 73 70 72 69 74 65  | annoying sprite|
000014f0  3b 20 73 6f 6d 65 20 6d  69 73 63 68 69 65 76 6f  |; some mischievo|
00001500  75 73 0a 75 73 65 73 20  65 67 20 74 75 72 6e 69  |us.uses eg turni|
00001510  6e 67 20 74 68 65 20 41  52 4d 33 20 63 61 63 68  |ng the ARM3 cach|
00001520  65 20 6f 66 66 20 6f 72  20 73 74 61 72 74 69 6e  |e off or startin|
00001530  67 20 61 20 64 6f 7a 65  6e 20 63 6f 70 69 65 73  |g a dozen copies|
00001540  20 6f 66 20 21 50 61 69  6e 74 3b 20 61 6e 64 0a  | of !Paint; and.|
00001550  73 6f 6d 65 20 64 65 73  74 72 75 63 74 69 76 65  |some destructive|
00001560  20 75 73 65 73 20 2e 2e  2e 20 79 6f 75 20 63 6f  | uses ... you co|
00001570  75 6c 64 20 65 61 73 69  6c 79 20 77 69 70 65 20  |uld easily wipe |
00001580  61 6e 20 65 6e 74 69 72  65 20 68 61 72 64 20 64  |an entire hard d|
00001590  69 73 6b 2c 0a 66 6f 72  6d 61 74 20 61 20 66 6c  |isk,.format a fl|
000015a0  6f 70 70 79 20 6f 72 20  72 75 6e 20 61 20 6d 61  |oppy or run a ma|
000015b0  63 68 69 6e 65 2d 63 72  61 73 68 69 6e 67 20 61  |chine-crashing a|
000015c0  70 70 6c 69 63 61 74 69  6f 6e 2e 0a 0a 41 66 74  |pplication...Aft|
000015d0  65 72 20 73 75 63 63 65  73 73 66 75 6c 6c 79 20  |er successfully |
000015e0  61 6d 75 73 69 6e 67 20  61 6e 64 20 69 72 72 69  |amusing and irri|
000015f0  74 61 74 69 6e 67 20 73  6f 6d 65 20 63 6f 6c 6c  |tating some coll|
00001600  65 61 67 75 65 73 20 3a  2d 29 20 74 68 65 20 74  |eagues :-) the t|
00001610  68 6f 75 67 68 74 20 6f  66 0a 72 65 6c 65 61 73  |hought of.releas|
00001620  69 6e 67 20 61 20 70 72  6f 67 72 61 6d 20 77 69  |ing a program wi|
00001630  74 68 20 73 75 63 68 20  70 6f 74 65 6e 74 69 61  |th such potentia|
00001640  6c 20 66 6f 72 20 65 76  69 6c 20 77 61 73 20 6a  |l for evil was j|
00001650  75 73 74 20 74 6f 6f 20  6d 75 63 68 2e 20 54 68  |ust too much. Th|
00001660  69 73 0a 76 65 72 73 69  6f 6e 20 68 61 73 20 61  |is.version has a|
00001670  6c 6c 20 73 75 63 68 20  63 6f 64 65 20 72 65 6d  |ll such code rem|
00001680  6f 76 65 64 2e 0a                                 |oved..|
00001686