Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199610.adf » Regulars » StarInfo/Fletcher/!PrintKill/!Help

StarInfo/Fletcher/!PrintKill/!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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199610.adf » Regulars
Filename: StarInfo/Fletcher/!PrintKill/!Help
Read OK:
File size: 0FCE bytes
Load address: 0000
Exec address: 0000
File contents
                                   PrintKill
                                   =========
     
Introduction
------------
So, you're using a 2Mb machine, and you can't be bothered with all this yucky
"Load Printers, Quit Printers, Switch to Mode 0" rubbish when you just want
to print a single document ?

In which case don't bother. Instead, ensure that you have Filer_Boot'd the
!Printers application, and when you want to print something, use !PrintKill

Usage
-----
Run it.
What should happen is it will load onto the iconbar, load !Printers, kill
!Printers and quit.

If this fails (eg not enough memory to load !Printers), then you should try
to claim more memory and then click on the PrintKill icon to try again.
    
How it works
------------
Oh you don't want to know.

You do ? Oh well, it sends a *Filer_Run to load !Printers, waits for the
PrintInit message, stating that it has loaded, then responds with a PreQuit
message 'asking' it if it would like to quit. If this is acknowledged (ie the
printer doesn't feel like quitting at the moment) then the program will fail
and be left on the iconbar - you'll have to quit !Printers manually
(PrintKill will die when !Printers does). This is very unlikely. Most of the
time, the message will bounce, and then the Quit message will be sent the
!Printers. At which point a message will come back to PrintKill to say 'hey,
!Printers has died' and PrintKill will die gracefully along with it.

Help and message files
----------------------
This application is fully !Help compliant and it is recommended that when
getting to grips with it the help should be used if only to give it some
purpose! It also supports the use of MessageTrans and therefore translation
to another language or changing the messages for the fun of it is much easier
than it might have been.

Changes to make...
------------------
You may like to modify the routine PROCprintersdied at the end of the code so
that it switches mode after killing !Printers. I have not done this as
default as somebody may not like it.


Next section only applicable if running the !RunImage version of the program.

[[[
<BasicLibrary$File>
-------------------
This application requires Justin Fletcher's JFShared library to function.
This can be obtained from Arcade and possibly other bulletin boards. I have
seen QuickHelp on Digital Databank, so it is possible that JFShared exists
there also. JFShared is also currently being carried by Hensa and can be
obtained from Justin's website.
]]]

Compatibility
-------------
This application has been tested on the author's A5000, but due to the lack
of friends with Acorns has not been tested on other systems. Therefore, it
ought to work on any RO3.1 machine, and with a RO2 machine if it is
recognised in JFShared and uses no specific RO3 features.


Disclaimer
----------
  The author accepts no responsibility for any problems which this
application may cause or loss of data resulting in its use. This application
is Public Domain. This means that it may be distributed, so long as no charge
other than copying costs are charged for it.


Contact
-------
Any comments, queries, donations or bug reports can be sent to :

E-Mail : JRFlet@essex.ac.uk
URL    : http://cswww2.essex.ac.uk/users/jrflet

Snail Mail :
    Justin Fletcher
    �Galadriel�
    17b Cromwell Road,
    Weeting,
    Brandon,
    Suffolk.
    IP27 0QT

Uni address : (accademic year 1995/6 only)
    Eddington Tower,
    Flat 9/5,
    University of Essex,
    Wivenhoe Park,
    Colchester.
    CO4 3SQ


History
-------
Version 1.00 : 13 Feb 1996
               First version written
               Very naff, and lacking in features - but hell, it does the
               job :-)
               Written specifically for Chris Johns for somebody at his old
               school - why didn't he write it himself - then I could have
               got some sleep tonight :-)

Version 1.01 : 18 Feb 1996
               Bug fix - Filer_Run <Printers$Dir> doesn't work on normal
               filer, only Filer+.
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000020  20 20 20 50 72 69 6e 74  4b 69 6c 6c 0a 20 20 20  |   PrintKill.   |
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000050  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 20 20 20 20 20 0a  |=========.     .|
00000060  49 6e 74 72 6f 64 75 63  74 69 6f 6e 0a 2d 2d 2d  |Introduction.---|
00000070  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 53 6f 2c 20 79 6f  |---------.So, yo|
00000080  75 27 72 65 20 75 73 69  6e 67 20 61 20 32 4d 62  |u're using a 2Mb|
00000090  20 6d 61 63 68 69 6e 65  2c 20 61 6e 64 20 79 6f  | machine, and yo|
000000a0  75 20 63 61 6e 27 74 20  62 65 20 62 6f 74 68 65  |u can't be bothe|
000000b0  72 65 64 20 77 69 74 68  20 61 6c 6c 20 74 68 69  |red with all thi|
000000c0  73 20 79 75 63 6b 79 0a  22 4c 6f 61 64 20 50 72  |s yucky."Load Pr|
000000d0  69 6e 74 65 72 73 2c 20  51 75 69 74 20 50 72 69  |inters, Quit Pri|
000000e0  6e 74 65 72 73 2c 20 53  77 69 74 63 68 20 74 6f  |nters, Switch to|
000000f0  20 4d 6f 64 65 20 30 22  20 72 75 62 62 69 73 68  | Mode 0" rubbish|
00000100  20 77 68 65 6e 20 79 6f  75 20 6a 75 73 74 20 77  | when you just w|
00000110  61 6e 74 0a 74 6f 20 70  72 69 6e 74 20 61 20 73  |ant.to print a s|
00000120  69 6e 67 6c 65 20 64 6f  63 75 6d 65 6e 74 20 3f  |ingle document ?|
00000130  0a 0a 49 6e 20 77 68 69  63 68 20 63 61 73 65 20  |..In which case |
00000140  64 6f 6e 27 74 20 62 6f  74 68 65 72 2e 20 49 6e  |don't bother. In|
00000150  73 74 65 61 64 2c 20 65  6e 73 75 72 65 20 74 68  |stead, ensure th|
00000160  61 74 20 79 6f 75 20 68  61 76 65 20 46 69 6c 65  |at you have File|
00000170  72 5f 42 6f 6f 74 27 64  20 74 68 65 0a 21 50 72  |r_Boot'd the.!Pr|
00000180  69 6e 74 65 72 73 20 61  70 70 6c 69 63 61 74 69  |inters applicati|
00000190  6f 6e 2c 20 61 6e 64 20  77 68 65 6e 20 79 6f 75  |on, and when you|
000001a0  20 77 61 6e 74 20 74 6f  20 70 72 69 6e 74 20 73  | want to print s|
000001b0  6f 6d 65 74 68 69 6e 67  2c 20 75 73 65 20 21 50  |omething, use !P|
000001c0  72 69 6e 74 4b 69 6c 6c  0a 0a 55 73 61 67 65 0a  |rintKill..Usage.|
000001d0  2d 2d 2d 2d 2d 0a 52 75  6e 20 69 74 2e 0a 57 68  |-----.Run it..Wh|
000001e0  61 74 20 73 68 6f 75 6c  64 20 68 61 70 70 65 6e  |at should happen|
000001f0  20 69 73 20 69 74 20 77  69 6c 6c 20 6c 6f 61 64  | is it will load|
00000200  20 6f 6e 74 6f 20 74 68  65 20 69 63 6f 6e 62 61  | onto the iconba|
00000210  72 2c 20 6c 6f 61 64 20  21 50 72 69 6e 74 65 72  |r, load !Printer|
00000220  73 2c 20 6b 69 6c 6c 0a  21 50 72 69 6e 74 65 72  |s, kill.!Printer|
00000230  73 20 61 6e 64 20 71 75  69 74 2e 0a 0a 49 66 20  |s and quit...If |
00000240  74 68 69 73 20 66 61 69  6c 73 20 28 65 67 20 6e  |this fails (eg n|
00000250  6f 74 20 65 6e 6f 75 67  68 20 6d 65 6d 6f 72 79  |ot enough memory|
00000260  20 74 6f 20 6c 6f 61 64  20 21 50 72 69 6e 74 65  | to load !Printe|
00000270  72 73 29 2c 20 74 68 65  6e 20 79 6f 75 20 73 68  |rs), then you sh|
00000280  6f 75 6c 64 20 74 72 79  0a 74 6f 20 63 6c 61 69  |ould try.to clai|
00000290  6d 20 6d 6f 72 65 20 6d  65 6d 6f 72 79 20 61 6e  |m more memory an|
000002a0  64 20 74 68 65 6e 20 63  6c 69 63 6b 20 6f 6e 20  |d then click on |
000002b0  74 68 65 20 50 72 69 6e  74 4b 69 6c 6c 20 69 63  |the PrintKill ic|
000002c0  6f 6e 20 74 6f 20 74 72  79 20 61 67 61 69 6e 2e  |on to try again.|
000002d0  0a 20 20 20 20 0a 48 6f  77 20 69 74 20 77 6f 72  |.    .How it wor|
000002e0  6b 73 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |ks.------------.|
000002f0  4f 68 20 79 6f 75 20 64  6f 6e 27 74 20 77 61 6e  |Oh you don't wan|
00000300  74 20 74 6f 20 6b 6e 6f  77 2e 0a 0a 59 6f 75 20  |t to know...You |
00000310  64 6f 20 3f 20 4f 68 20  77 65 6c 6c 2c 20 69 74  |do ? Oh well, it|
00000320  20 73 65 6e 64 73 20 61  20 2a 46 69 6c 65 72 5f  | sends a *Filer_|
00000330  52 75 6e 20 74 6f 20 6c  6f 61 64 20 21 50 72 69  |Run to load !Pri|
00000340  6e 74 65 72 73 2c 20 77  61 69 74 73 20 66 6f 72  |nters, waits for|
00000350  20 74 68 65 0a 50 72 69  6e 74 49 6e 69 74 20 6d  | the.PrintInit m|
00000360  65 73 73 61 67 65 2c 20  73 74 61 74 69 6e 67 20  |essage, stating |
00000370  74 68 61 74 20 69 74 20  68 61 73 20 6c 6f 61 64  |that it has load|
00000380  65 64 2c 20 74 68 65 6e  20 72 65 73 70 6f 6e 64  |ed, then respond|
00000390  73 20 77 69 74 68 20 61  20 50 72 65 51 75 69 74  |s with a PreQuit|
000003a0  0a 6d 65 73 73 61 67 65  20 27 61 73 6b 69 6e 67  |.message 'asking|
000003b0  27 20 69 74 20 69 66 20  69 74 20 77 6f 75 6c 64  |' it if it would|
000003c0  20 6c 69 6b 65 20 74 6f  20 71 75 69 74 2e 20 49  | like to quit. I|
000003d0  66 20 74 68 69 73 20 69  73 20 61 63 6b 6e 6f 77  |f this is acknow|
000003e0  6c 65 64 67 65 64 20 28  69 65 20 74 68 65 0a 70  |ledged (ie the.p|
000003f0  72 69 6e 74 65 72 20 64  6f 65 73 6e 27 74 20 66  |rinter doesn't f|
00000400  65 65 6c 20 6c 69 6b 65  20 71 75 69 74 74 69 6e  |eel like quittin|
00000410  67 20 61 74 20 74 68 65  20 6d 6f 6d 65 6e 74 29  |g at the moment)|
00000420  20 74 68 65 6e 20 74 68  65 20 70 72 6f 67 72 61  | then the progra|
00000430  6d 20 77 69 6c 6c 20 66  61 69 6c 0a 61 6e 64 20  |m will fail.and |
00000440  62 65 20 6c 65 66 74 20  6f 6e 20 74 68 65 20 69  |be left on the i|
00000450  63 6f 6e 62 61 72 20 2d  20 79 6f 75 27 6c 6c 20  |conbar - you'll |
00000460  68 61 76 65 20 74 6f 20  71 75 69 74 20 21 50 72  |have to quit !Pr|
00000470  69 6e 74 65 72 73 20 6d  61 6e 75 61 6c 6c 79 0a  |inters manually.|
00000480  28 50 72 69 6e 74 4b 69  6c 6c 20 77 69 6c 6c 20  |(PrintKill will |
00000490  64 69 65 20 77 68 65 6e  20 21 50 72 69 6e 74 65  |die when !Printe|
000004a0  72 73 20 64 6f 65 73 29  2e 20 54 68 69 73 20 69  |rs does). This i|
000004b0  73 20 76 65 72 79 20 75  6e 6c 69 6b 65 6c 79 2e  |s very unlikely.|
000004c0  20 4d 6f 73 74 20 6f 66  20 74 68 65 0a 74 69 6d  | Most of the.tim|
000004d0  65 2c 20 74 68 65 20 6d  65 73 73 61 67 65 20 77  |e, the message w|
000004e0  69 6c 6c 20 62 6f 75 6e  63 65 2c 20 61 6e 64 20  |ill bounce, and |
000004f0  74 68 65 6e 20 74 68 65  20 51 75 69 74 20 6d 65  |then the Quit me|
00000500  73 73 61 67 65 20 77 69  6c 6c 20 62 65 20 73 65  |ssage will be se|
00000510  6e 74 20 74 68 65 0a 21  50 72 69 6e 74 65 72 73  |nt the.!Printers|
00000520  2e 20 41 74 20 77 68 69  63 68 20 70 6f 69 6e 74  |. At which point|
00000530  20 61 20 6d 65 73 73 61  67 65 20 77 69 6c 6c 20  | a message will |
00000540  63 6f 6d 65 20 62 61 63  6b 20 74 6f 20 50 72 69  |come back to Pri|
00000550  6e 74 4b 69 6c 6c 20 74  6f 20 73 61 79 20 27 68  |ntKill to say 'h|
00000560  65 79 2c 0a 21 50 72 69  6e 74 65 72 73 20 68 61  |ey,.!Printers ha|
00000570  73 20 64 69 65 64 27 20  61 6e 64 20 50 72 69 6e  |s died' and Prin|
00000580  74 4b 69 6c 6c 20 77 69  6c 6c 20 64 69 65 20 67  |tKill will die g|
00000590  72 61 63 65 66 75 6c 6c  79 20 61 6c 6f 6e 67 20  |racefully along |
000005a0  77 69 74 68 20 69 74 2e  0a 0a 48 65 6c 70 20 61  |with it...Help a|
000005b0  6e 64 20 6d 65 73 73 61  67 65 20 66 69 6c 65 73  |nd message files|
000005c0  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
000005d0  2d 2d 2d 2d 2d 2d 2d 0a  54 68 69 73 20 61 70 70  |-------.This app|
000005e0  6c 69 63 61 74 69 6f 6e  20 69 73 20 66 75 6c 6c  |lication is full|
000005f0  79 20 21 48 65 6c 70 20  63 6f 6d 70 6c 69 61 6e  |y !Help complian|
00000600  74 20 61 6e 64 20 69 74  20 69 73 20 72 65 63 6f  |t and it is reco|
00000610  6d 6d 65 6e 64 65 64 20  74 68 61 74 20 77 68 65  |mmended that whe|
00000620  6e 0a 67 65 74 74 69 6e  67 20 74 6f 20 67 72 69  |n.getting to gri|
00000630  70 73 20 77 69 74 68 20  69 74 20 74 68 65 20 68  |ps with it the h|
00000640  65 6c 70 20 73 68 6f 75  6c 64 20 62 65 20 75 73  |elp should be us|
00000650  65 64 20 69 66 20 6f 6e  6c 79 20 74 6f 20 67 69  |ed if only to gi|
00000660  76 65 20 69 74 20 73 6f  6d 65 0a 70 75 72 70 6f  |ve it some.purpo|
00000670  73 65 21 20 49 74 20 61  6c 73 6f 20 73 75 70 70  |se! It also supp|
00000680  6f 72 74 73 20 74 68 65  20 75 73 65 20 6f 66 20  |orts the use of |
00000690  4d 65 73 73 61 67 65 54  72 61 6e 73 20 61 6e 64  |MessageTrans and|
000006a0  20 74 68 65 72 65 66 6f  72 65 20 74 72 61 6e 73  | therefore trans|
000006b0  6c 61 74 69 6f 6e 0a 74  6f 20 61 6e 6f 74 68 65  |lation.to anothe|
000006c0  72 20 6c 61 6e 67 75 61  67 65 20 6f 72 20 63 68  |r language or ch|
000006d0  61 6e 67 69 6e 67 20 74  68 65 20 6d 65 73 73 61  |anging the messa|
000006e0  67 65 73 20 66 6f 72 20  74 68 65 20 66 75 6e 20  |ges for the fun |
000006f0  6f 66 20 69 74 20 69 73  20 6d 75 63 68 20 65 61  |of it is much ea|
00000700  73 69 65 72 0a 74 68 61  6e 20 69 74 20 6d 69 67  |sier.than it mig|
00000710  68 74 20 68 61 76 65 20  62 65 65 6e 2e 0a 0a 43  |ht have been...C|
00000720  68 61 6e 67 65 73 20 74  6f 20 6d 61 6b 65 2e 2e  |hanges to make..|
00000730  2e 0a 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |..--------------|
00000740  2d 2d 2d 2d 0a 59 6f 75  20 6d 61 79 20 6c 69 6b  |----.You may lik|
00000750  65 20 74 6f 20 6d 6f 64  69 66 79 20 74 68 65 20  |e to modify the |
00000760  72 6f 75 74 69 6e 65 20  50 52 4f 43 70 72 69 6e  |routine PROCprin|
00000770  74 65 72 73 64 69 65 64  20 61 74 20 74 68 65 20  |tersdied at the |
00000780  65 6e 64 20 6f 66 20 74  68 65 20 63 6f 64 65 20  |end of the code |
00000790  73 6f 0a 74 68 61 74 20  69 74 20 73 77 69 74 63  |so.that it switc|
000007a0  68 65 73 20 6d 6f 64 65  20 61 66 74 65 72 20 6b  |hes mode after k|
000007b0  69 6c 6c 69 6e 67 20 21  50 72 69 6e 74 65 72 73  |illing !Printers|
000007c0  2e 20 49 20 68 61 76 65  20 6e 6f 74 20 64 6f 6e  |. I have not don|
000007d0  65 20 74 68 69 73 20 61  73 0a 64 65 66 61 75 6c  |e this as.defaul|
000007e0  74 20 61 73 20 73 6f 6d  65 62 6f 64 79 20 6d 61  |t as somebody ma|
000007f0  79 20 6e 6f 74 20 6c 69  6b 65 20 69 74 2e 0a 0a  |y not like it...|
00000800  0a 4e 65 78 74 20 73 65  63 74 69 6f 6e 20 6f 6e  |.Next section on|
00000810  6c 79 20 61 70 70 6c 69  63 61 62 6c 65 20 69 66  |ly applicable if|
00000820  20 72 75 6e 6e 69 6e 67  20 74 68 65 20 21 52 75  | running the !Ru|
00000830  6e 49 6d 61 67 65 20 76  65 72 73 69 6f 6e 20 6f  |nImage version o|
00000840  66 20 74 68 65 20 70 72  6f 67 72 61 6d 2e 0a 0a  |f the program...|
00000850  5b 5b 5b 0a 3c 42 61 73  69 63 4c 69 62 72 61 72  |[[[.<BasicLibrar|
00000860  79 24 46 69 6c 65 3e 0a  2d 2d 2d 2d 2d 2d 2d 2d  |y$File>.--------|
00000870  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 54 68 69 73  |-----------.This|
00000880  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 72 65 71  | application req|
00000890  75 69 72 65 73 20 4a 75  73 74 69 6e 20 46 6c 65  |uires Justin Fle|
000008a0  74 63 68 65 72 27 73 20  4a 46 53 68 61 72 65 64  |tcher's JFShared|
000008b0  20 6c 69 62 72 61 72 79  20 74 6f 20 66 75 6e 63  | library to func|
000008c0  74 69 6f 6e 2e 0a 54 68  69 73 20 63 61 6e 20 62  |tion..This can b|
000008d0  65 20 6f 62 74 61 69 6e  65 64 20 66 72 6f 6d 20  |e obtained from |
000008e0  41 72 63 61 64 65 20 61  6e 64 20 70 6f 73 73 69  |Arcade and possi|
000008f0  62 6c 79 20 6f 74 68 65  72 20 62 75 6c 6c 65 74  |bly other bullet|
00000900  69 6e 20 62 6f 61 72 64  73 2e 20 49 20 68 61 76  |in boards. I hav|
00000910  65 0a 73 65 65 6e 20 51  75 69 63 6b 48 65 6c 70  |e.seen QuickHelp|
00000920  20 6f 6e 20 44 69 67 69  74 61 6c 20 44 61 74 61  | on Digital Data|
00000930  62 61 6e 6b 2c 20 73 6f  20 69 74 20 69 73 20 70  |bank, so it is p|
00000940  6f 73 73 69 62 6c 65 20  74 68 61 74 20 4a 46 53  |ossible that JFS|
00000950  68 61 72 65 64 20 65 78  69 73 74 73 0a 74 68 65  |hared exists.the|
00000960  72 65 20 61 6c 73 6f 2e  20 4a 46 53 68 61 72 65  |re also. JFShare|
00000970  64 20 69 73 20 61 6c 73  6f 20 63 75 72 72 65 6e  |d is also curren|
00000980  74 6c 79 20 62 65 69 6e  67 20 63 61 72 72 69 65  |tly being carrie|
00000990  64 20 62 79 20 48 65 6e  73 61 20 61 6e 64 20 63  |d by Hensa and c|
000009a0  61 6e 20 62 65 0a 6f 62  74 61 69 6e 65 64 20 66  |an be.obtained f|
000009b0  72 6f 6d 20 4a 75 73 74  69 6e 27 73 20 77 65 62  |rom Justin's web|
000009c0  73 69 74 65 2e 0a 5d 5d  5d 0a 0a 43 6f 6d 70 61  |site..]]]..Compa|
000009d0  74 69 62 69 6c 69 74 79  0a 2d 2d 2d 2d 2d 2d 2d  |tibility.-------|
000009e0  2d 2d 2d 2d 2d 2d 0a 54  68 69 73 20 61 70 70 6c  |------.This appl|
000009f0  69 63 61 74 69 6f 6e 20  68 61 73 20 62 65 65 6e  |ication has been|
00000a00  20 74 65 73 74 65 64 20  6f 6e 20 74 68 65 20 61  | tested on the a|
00000a10  75 74 68 6f 72 27 73 20  41 35 30 30 30 2c 20 62  |uthor's A5000, b|
00000a20  75 74 20 64 75 65 20 74  6f 20 74 68 65 20 6c 61  |ut due to the la|
00000a30  63 6b 0a 6f 66 20 66 72  69 65 6e 64 73 20 77 69  |ck.of friends wi|
00000a40  74 68 20 41 63 6f 72 6e  73 20 68 61 73 20 6e 6f  |th Acorns has no|
00000a50  74 20 62 65 65 6e 20 74  65 73 74 65 64 20 6f 6e  |t been tested on|
00000a60  20 6f 74 68 65 72 20 73  79 73 74 65 6d 73 2e 20  | other systems. |
00000a70  54 68 65 72 65 66 6f 72  65 2c 20 69 74 0a 6f 75  |Therefore, it.ou|
00000a80  67 68 74 20 74 6f 20 77  6f 72 6b 20 6f 6e 20 61  |ght to work on a|
00000a90  6e 79 20 52 4f 33 2e 31  20 6d 61 63 68 69 6e 65  |ny RO3.1 machine|
00000aa0  2c 20 61 6e 64 20 77 69  74 68 20 61 20 52 4f 32  |, and with a RO2|
00000ab0  20 6d 61 63 68 69 6e 65  20 69 66 20 69 74 20 69  | machine if it i|
00000ac0  73 0a 72 65 63 6f 67 6e  69 73 65 64 20 69 6e 20  |s.recognised in |
00000ad0  4a 46 53 68 61 72 65 64  20 61 6e 64 20 75 73 65  |JFShared and use|
00000ae0  73 20 6e 6f 20 73 70 65  63 69 66 69 63 20 52 4f  |s no specific RO|
00000af0  33 20 66 65 61 74 75 72  65 73 2e 0a 0a 0a 44 69  |3 features....Di|
00000b00  73 63 6c 61 69 6d 65 72  0a 2d 2d 2d 2d 2d 2d 2d  |sclaimer.-------|
00000b10  2d 2d 2d 0a 20 20 54 68  65 20 61 75 74 68 6f 72  |---.  The author|
00000b20  20 61 63 63 65 70 74 73  20 6e 6f 20 72 65 73 70  | accepts no resp|
00000b30  6f 6e 73 69 62 69 6c 69  74 79 20 66 6f 72 20 61  |onsibility for a|
00000b40  6e 79 20 70 72 6f 62 6c  65 6d 73 20 77 68 69 63  |ny problems whic|
00000b50  68 20 74 68 69 73 0a 61  70 70 6c 69 63 61 74 69  |h this.applicati|
00000b60  6f 6e 20 6d 61 79 20 63  61 75 73 65 20 6f 72 20  |on may cause or |
00000b70  6c 6f 73 73 20 6f 66 20  64 61 74 61 20 72 65 73  |loss of data res|
00000b80  75 6c 74 69 6e 67 20 69  6e 20 69 74 73 20 75 73  |ulting in its us|
00000b90  65 2e 20 54 68 69 73 20  61 70 70 6c 69 63 61 74  |e. This applicat|
00000ba0  69 6f 6e 0a 69 73 20 50  75 62 6c 69 63 20 44 6f  |ion.is Public Do|
00000bb0  6d 61 69 6e 2e 20 54 68  69 73 20 6d 65 61 6e 73  |main. This means|
00000bc0  20 74 68 61 74 20 69 74  20 6d 61 79 20 62 65 20  | that it may be |
00000bd0  64 69 73 74 72 69 62 75  74 65 64 2c 20 73 6f 20  |distributed, so |
00000be0  6c 6f 6e 67 20 61 73 20  6e 6f 20 63 68 61 72 67  |long as no charg|
00000bf0  65 0a 6f 74 68 65 72 20  74 68 61 6e 20 63 6f 70  |e.other than cop|
00000c00  79 69 6e 67 20 63 6f 73  74 73 20 61 72 65 20 63  |ying costs are c|
00000c10  68 61 72 67 65 64 20 66  6f 72 20 69 74 2e 0a 0a  |harged for it...|
00000c20  0a 43 6f 6e 74 61 63 74  0a 2d 2d 2d 2d 2d 2d 2d  |.Contact.-------|
00000c30  0a 41 6e 79 20 63 6f 6d  6d 65 6e 74 73 2c 20 71  |.Any comments, q|
00000c40  75 65 72 69 65 73 2c 20  64 6f 6e 61 74 69 6f 6e  |ueries, donation|
00000c50  73 20 6f 72 20 62 75 67  20 72 65 70 6f 72 74 73  |s or bug reports|
00000c60  20 63 61 6e 20 62 65 20  73 65 6e 74 20 74 6f 20  | can be sent to |
00000c70  3a 0a 0a 45 2d 4d 61 69  6c 20 3a 20 4a 52 46 6c  |:..E-Mail : JRFl|
00000c80  65 74 40 65 73 73 65 78  2e 61 63 2e 75 6b 0a 55  |et@essex.ac.uk.U|
00000c90  52 4c 20 20 20 20 3a 20  68 74 74 70 3a 2f 2f 63  |RL    : http://c|
00000ca0  73 77 77 77 32 2e 65 73  73 65 78 2e 61 63 2e 75  |swww2.essex.ac.u|
00000cb0  6b 2f 75 73 65 72 73 2f  6a 72 66 6c 65 74 0a 0a  |k/users/jrflet..|
00000cc0  53 6e 61 69 6c 20 4d 61  69 6c 20 3a 0a 20 20 20  |Snail Mail :.   |
00000cd0  20 4a 75 73 74 69 6e 20  46 6c 65 74 63 68 65 72  | Justin Fletcher|
00000ce0  0a 20 20 20 20 94 47 61  6c 61 64 72 69 65 6c 95  |.    .Galadriel.|
00000cf0  0a 20 20 20 20 31 37 62  20 43 72 6f 6d 77 65 6c  |.    17b Cromwel|
00000d00  6c 20 52 6f 61 64 2c 0a  20 20 20 20 57 65 65 74  |l Road,.    Weet|
00000d10  69 6e 67 2c 0a 20 20 20  20 42 72 61 6e 64 6f 6e  |ing,.    Brandon|
00000d20  2c 0a 20 20 20 20 53 75  66 66 6f 6c 6b 2e 0a 20  |,.    Suffolk.. |
00000d30  20 20 20 49 50 32 37 20  30 51 54 0a 0a 55 6e 69  |   IP27 0QT..Uni|
00000d40  20 61 64 64 72 65 73 73  20 3a 20 28 61 63 63 61  | address : (acca|
00000d50  64 65 6d 69 63 20 79 65  61 72 20 31 39 39 35 2f  |demic year 1995/|
00000d60  36 20 6f 6e 6c 79 29 0a  20 20 20 20 45 64 64 69  |6 only).    Eddi|
00000d70  6e 67 74 6f 6e 20 54 6f  77 65 72 2c 0a 20 20 20  |ngton Tower,.   |
00000d80  20 46 6c 61 74 20 39 2f  35 2c 0a 20 20 20 20 55  | Flat 9/5,.    U|
00000d90  6e 69 76 65 72 73 69 74  79 20 6f 66 20 45 73 73  |niversity of Ess|
00000da0  65 78 2c 0a 20 20 20 20  57 69 76 65 6e 68 6f 65  |ex,.    Wivenhoe|
00000db0  20 50 61 72 6b 2c 0a 20  20 20 20 43 6f 6c 63 68  | Park,.    Colch|
00000dc0  65 73 74 65 72 2e 0a 20  20 20 20 43 4f 34 20 33  |ester..    CO4 3|
00000dd0  53 51 0a 0a 0a 48 69 73  74 6f 72 79 0a 2d 2d 2d  |SQ...History.---|
00000de0  2d 2d 2d 2d 0a 56 65 72  73 69 6f 6e 20 31 2e 30  |----.Version 1.0|
00000df0  30 20 3a 20 31 33 20 46  65 62 20 31 39 39 36 0a  |0 : 13 Feb 1996.|
00000e00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 46  |               F|
00000e10  69 72 73 74 20 76 65 72  73 69 6f 6e 20 77 72 69  |irst version wri|
00000e20  74 74 65 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |tten.           |
00000e30  20 20 20 20 56 65 72 79  20 6e 61 66 66 2c 20 61  |    Very naff, a|
00000e40  6e 64 20 6c 61 63 6b 69  6e 67 20 69 6e 20 66 65  |nd lacking in fe|
00000e50  61 74 75 72 65 73 20 2d  20 62 75 74 20 68 65 6c  |atures - but hel|
00000e60  6c 2c 20 69 74 20 64 6f  65 73 20 74 68 65 0a 20  |l, it does the. |
00000e70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 6a 6f  |              jo|
00000e80  62 20 3a 2d 29 0a 20 20  20 20 20 20 20 20 20 20  |b :-).          |
00000e90  20 20 20 20 20 57 72 69  74 74 65 6e 20 73 70 65  |     Written spe|
00000ea0  63 69 66 69 63 61 6c 6c  79 20 66 6f 72 20 43 68  |cifically for Ch|
00000eb0  72 69 73 20 4a 6f 68 6e  73 20 66 6f 72 20 73 6f  |ris Johns for so|
00000ec0  6d 65 62 6f 64 79 20 61  74 20 68 69 73 20 6f 6c  |mebody at his ol|
00000ed0  64 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |d.              |
00000ee0  20 73 63 68 6f 6f 6c 20  2d 20 77 68 79 20 64 69  | school - why di|
00000ef0  64 6e 27 74 20 68 65 20  77 72 69 74 65 20 69 74  |dn't he write it|
00000f00  20 68 69 6d 73 65 6c 66  20 2d 20 74 68 65 6e 20  | himself - then |
00000f10  49 20 63 6f 75 6c 64 20  68 61 76 65 0a 20 20 20  |I could have.   |
00000f20  20 20 20 20 20 20 20 20  20 20 20 20 67 6f 74 20  |            got |
00000f30  73 6f 6d 65 20 73 6c 65  65 70 20 74 6f 6e 69 67  |some sleep tonig|
00000f40  68 74 20 3a 2d 29 0a 0a  56 65 72 73 69 6f 6e 20  |ht :-)..Version |
00000f50  31 2e 30 31 20 3a 20 31  38 20 46 65 62 20 31 39  |1.01 : 18 Feb 19|
00000f60  39 36 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |96.             |
00000f70  20 20 42 75 67 20 66 69  78 20 2d 20 46 69 6c 65  |  Bug fix - File|
00000f80  72 5f 52 75 6e 20 3c 50  72 69 6e 74 65 72 73 24  |r_Run <Printers$|
00000f90  44 69 72 3e 20 64 6f 65  73 6e 27 74 20 77 6f 72  |Dir> doesn't wor|
00000fa0  6b 20 6f 6e 20 6e 6f 72  6d 61 6c 0a 20 20 20 20  |k on normal.    |
00000fb0  20 20 20 20 20 20 20 20  20 20 20 66 69 6c 65 72  |           filer|
00000fc0  2c 20 6f 6e 6c 79 20 46  69 6c 65 72 2b 2e        |, only Filer+.|
00000fce