Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Regulars » StarInfo/Bloch/!AutoType/!Help

StarInfo/Bloch/!AutoType/!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_199607.adf » Regulars
Filename: StarInfo/Bloch/!AutoType/!Help
Read OK:
File size: 0D9D bytes
Load address: 0000
Exec address: 0000
File contents
AutoType v1.00
~~~~~~~~~~~~~~
(C) Matthew Bloch, April 1996
    additions by Mike Williams

What this module does is to keep a check on your downloads folder, and
filetype anything which lands in it. If you are using Termite or any
other comms program which guesses at the filetype, it will override it.
The upshot of this is that you no longer need a filetype 'guessing'
program which you have to drop files into; once you've installed
Autotype in your boot sequence, it will be done automatically.

You can also ask AutoType to guess at a filetype by setting a file's
type to what it already is. Hmmm, clumsy English. Basically, if you've
got a 'Data' type file, go to File->Set Type->Data, and click on Data.
Hold down the button as you do this until you hear a beep.

To set the program up, alter the first line of the !Run file to point to
wherever your downloads folder is, and then copy the AutoType folder
into your boot sequence somewhere. If this is at all unclear, feel free
to ask questions!

Filetypes currently catered for are:

Archives:	Spark
		ArcFS
		PKZip
		LHA
Bitmap:		JPEG
		GIF (87/89)
		TIFF
		Windows BMP
		* ColoRIX
		* PBM+
		* Unix RLE
		Clear
Vector drawing:	Draw
		Artworks
Music:		MIDI
		Digital Symphony
		Desktop Tracker
		STModule
		* STracker
Sound:		WAV
		Audioworks
		DataVox
Film:		MPEG
		Replay
		AVI
		* FLI/FLC

This program is actually a development from another program I wrote
called TinyType, which did the same job, but was a desktop program. Mike
Williams kindly added a few more filetypes (marked with an asterisk) to
TinyType, which I have included in AutoType. I've included all the
obvious ones which you're likely to download; anything unknown is
filetyped as text so you can examine it yourself.

How it works - spods only section :-)
~~~~~~~~~~~~
The program is written in two parts; there is a module and a
BASIC program. The module does the job of watching the downloads folder
for new arrivals; any files which are closed inside the downloads folder
are noted. The top 1536 bytes are taken off and passed to the BASIC
program, which looks at the contents and filetypes the file
appropriately. I've included the source to the module so you can see
what it does, and it's a simple job to add more filetypes to TypeProg.

Beware; the programs work in strange ways. Remember that it will try to
set the type of *any* file closed in the downloads folder. Closing any
file will cause TypeProg to be run, but it shouldn't set the file's
type, unless it is Data or untyped. Because it uses Filer_Run, you may
get a surprise if you trigger TypeProg from outside the desktop...
currently it queues upto 26 files, so don't be surprised if your hard
drive goes haywire after you've done a lot of work outside the desktop.
Also, the use of Filer_Run means that if you are holding down shift when
it is run, you'll get the program listed :-) If this happens and your
program isn't typed properly, just type *RunTypeProg and it will work
properly, clearing any queue of files.

Any files in the queue which are deleted (Newsbase does this) are
cleared without being touched. TypeProg does its best not to generate
any errors.

Updates
~~~~~~~
If you make any improvements to AutoType, send them to me:

by email: matthew@brook.ftech.co.uk (or private mail on Arcade BBS)
by post:  5 Brookside, Headington, Oxford, OX3 7PJ.

and I'll make it 'official'. Bug reports or suggestions for improvements
to the same address please. See you,

Matthew
00000000  41 75 74 6f 54 79 70 65  20 76 31 2e 30 30 0a 7e  |AutoType v1.00.~|
00000010  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 0a 28 43  |~~~~~~~~~~~~~.(C|
00000020  29 20 4d 61 74 74 68 65  77 20 42 6c 6f 63 68 2c  |) Matthew Bloch,|
00000030  20 41 70 72 69 6c 20 31  39 39 36 0a 20 20 20 20  | April 1996.    |
00000040  61 64 64 69 74 69 6f 6e  73 20 62 79 20 4d 69 6b  |additions by Mik|
00000050  65 20 57 69 6c 6c 69 61  6d 73 0a 0a 57 68 61 74  |e Williams..What|
00000060  20 74 68 69 73 20 6d 6f  64 75 6c 65 20 64 6f 65  | this module doe|
00000070  73 20 69 73 20 74 6f 20  6b 65 65 70 20 61 20 63  |s is to keep a c|
00000080  68 65 63 6b 20 6f 6e 20  79 6f 75 72 20 64 6f 77  |heck on your dow|
00000090  6e 6c 6f 61 64 73 20 66  6f 6c 64 65 72 2c 20 61  |nloads folder, a|
000000a0  6e 64 0a 66 69 6c 65 74  79 70 65 20 61 6e 79 74  |nd.filetype anyt|
000000b0  68 69 6e 67 20 77 68 69  63 68 20 6c 61 6e 64 73  |hing which lands|
000000c0  20 69 6e 20 69 74 2e 20  49 66 20 79 6f 75 20 61  | in it. If you a|
000000d0  72 65 20 75 73 69 6e 67  20 54 65 72 6d 69 74 65  |re using Termite|
000000e0  20 6f 72 20 61 6e 79 0a  6f 74 68 65 72 20 63 6f  | or any.other co|
000000f0  6d 6d 73 20 70 72 6f 67  72 61 6d 20 77 68 69 63  |mms program whic|
00000100  68 20 67 75 65 73 73 65  73 20 61 74 20 74 68 65  |h guesses at the|
00000110  20 66 69 6c 65 74 79 70  65 2c 20 69 74 20 77 69  | filetype, it wi|
00000120  6c 6c 20 6f 76 65 72 72  69 64 65 20 69 74 2e 0a  |ll override it..|
00000130  54 68 65 20 75 70 73 68  6f 74 20 6f 66 20 74 68  |The upshot of th|
00000140  69 73 20 69 73 20 74 68  61 74 20 79 6f 75 20 6e  |is is that you n|
00000150  6f 20 6c 6f 6e 67 65 72  20 6e 65 65 64 20 61 20  |o longer need a |
00000160  66 69 6c 65 74 79 70 65  20 27 67 75 65 73 73 69  |filetype 'guessi|
00000170  6e 67 27 0a 70 72 6f 67  72 61 6d 20 77 68 69 63  |ng'.program whic|
00000180  68 20 79 6f 75 20 68 61  76 65 20 74 6f 20 64 72  |h you have to dr|
00000190  6f 70 20 66 69 6c 65 73  20 69 6e 74 6f 3b 20 6f  |op files into; o|
000001a0  6e 63 65 20 79 6f 75 27  76 65 20 69 6e 73 74 61  |nce you've insta|
000001b0  6c 6c 65 64 0a 41 75 74  6f 74 79 70 65 20 69 6e  |lled.Autotype in|
000001c0  20 79 6f 75 72 20 62 6f  6f 74 20 73 65 71 75 65  | your boot seque|
000001d0  6e 63 65 2c 20 69 74 20  77 69 6c 6c 20 62 65 20  |nce, it will be |
000001e0  64 6f 6e 65 20 61 75 74  6f 6d 61 74 69 63 61 6c  |done automatical|
000001f0  6c 79 2e 0a 0a 59 6f 75  20 63 61 6e 20 61 6c 73  |ly...You can als|
00000200  6f 20 61 73 6b 20 41 75  74 6f 54 79 70 65 20 74  |o ask AutoType t|
00000210  6f 20 67 75 65 73 73 20  61 74 20 61 20 66 69 6c  |o guess at a fil|
00000220  65 74 79 70 65 20 62 79  20 73 65 74 74 69 6e 67  |etype by setting|
00000230  20 61 20 66 69 6c 65 27  73 0a 74 79 70 65 20 74  | a file's.type t|
00000240  6f 20 77 68 61 74 20 69  74 20 61 6c 72 65 61 64  |o what it alread|
00000250  79 20 69 73 2e 20 48 6d  6d 6d 2c 20 63 6c 75 6d  |y is. Hmmm, clum|
00000260  73 79 20 45 6e 67 6c 69  73 68 2e 20 42 61 73 69  |sy English. Basi|
00000270  63 61 6c 6c 79 2c 20 69  66 20 79 6f 75 27 76 65  |cally, if you've|
00000280  0a 67 6f 74 20 61 20 27  44 61 74 61 27 20 74 79  |.got a 'Data' ty|
00000290  70 65 20 66 69 6c 65 2c  20 67 6f 20 74 6f 20 46  |pe file, go to F|
000002a0  69 6c 65 2d 3e 53 65 74  20 54 79 70 65 2d 3e 44  |ile->Set Type->D|
000002b0  61 74 61 2c 20 61 6e 64  20 63 6c 69 63 6b 20 6f  |ata, and click o|
000002c0  6e 20 44 61 74 61 2e 0a  48 6f 6c 64 20 64 6f 77  |n Data..Hold dow|
000002d0  6e 20 74 68 65 20 62 75  74 74 6f 6e 20 61 73 20  |n the button as |
000002e0  79 6f 75 20 64 6f 20 74  68 69 73 20 75 6e 74 69  |you do this unti|
000002f0  6c 20 79 6f 75 20 68 65  61 72 20 61 20 62 65 65  |l you hear a bee|
00000300  70 2e 0a 0a 54 6f 20 73  65 74 20 74 68 65 20 70  |p...To set the p|
00000310  72 6f 67 72 61 6d 20 75  70 2c 20 61 6c 74 65 72  |rogram up, alter|
00000320  20 74 68 65 20 66 69 72  73 74 20 6c 69 6e 65 20  | the first line |
00000330  6f 66 20 74 68 65 20 21  52 75 6e 20 66 69 6c 65  |of the !Run file|
00000340  20 74 6f 20 70 6f 69 6e  74 20 74 6f 0a 77 68 65  | to point to.whe|
00000350  72 65 76 65 72 20 79 6f  75 72 20 64 6f 77 6e 6c  |rever your downl|
00000360  6f 61 64 73 20 66 6f 6c  64 65 72 20 69 73 2c 20  |oads folder is, |
00000370  61 6e 64 20 74 68 65 6e  20 63 6f 70 79 20 74 68  |and then copy th|
00000380  65 20 41 75 74 6f 54 79  70 65 20 66 6f 6c 64 65  |e AutoType folde|
00000390  72 0a 69 6e 74 6f 20 79  6f 75 72 20 62 6f 6f 74  |r.into your boot|
000003a0  20 73 65 71 75 65 6e 63  65 20 73 6f 6d 65 77 68  | sequence somewh|
000003b0  65 72 65 2e 20 49 66 20  74 68 69 73 20 69 73 20  |ere. If this is |
000003c0  61 74 20 61 6c 6c 20 75  6e 63 6c 65 61 72 2c 20  |at all unclear, |
000003d0  66 65 65 6c 20 66 72 65  65 0a 74 6f 20 61 73 6b  |feel free.to ask|
000003e0  20 71 75 65 73 74 69 6f  6e 73 21 0a 0a 46 69 6c  | questions!..Fil|
000003f0  65 74 79 70 65 73 20 63  75 72 72 65 6e 74 6c 79  |etypes currently|
00000400  20 63 61 74 65 72 65 64  20 66 6f 72 20 61 72 65  | catered for are|
00000410  3a 0a 0a 41 72 63 68 69  76 65 73 3a 09 53 70 61  |:..Archives:.Spa|
00000420  72 6b 0a 09 09 41 72 63  46 53 0a 09 09 50 4b 5a  |rk...ArcFS...PKZ|
00000430  69 70 0a 09 09 4c 48 41  0a 42 69 74 6d 61 70 3a  |ip...LHA.Bitmap:|
00000440  09 09 4a 50 45 47 0a 09  09 47 49 46 20 28 38 37  |..JPEG...GIF (87|
00000450  2f 38 39 29 0a 09 09 54  49 46 46 0a 09 09 57 69  |/89)...TIFF...Wi|
00000460  6e 64 6f 77 73 20 42 4d  50 0a 09 09 2a 20 43 6f  |ndows BMP...* Co|
00000470  6c 6f 52 49 58 0a 09 09  2a 20 50 42 4d 2b 0a 09  |loRIX...* PBM+..|
00000480  09 2a 20 55 6e 69 78 20  52 4c 45 0a 09 09 43 6c  |.* Unix RLE...Cl|
00000490  65 61 72 0a 56 65 63 74  6f 72 20 64 72 61 77 69  |ear.Vector drawi|
000004a0  6e 67 3a 09 44 72 61 77  0a 09 09 41 72 74 77 6f  |ng:.Draw...Artwo|
000004b0  72 6b 73 0a 4d 75 73 69  63 3a 09 09 4d 49 44 49  |rks.Music:..MIDI|
000004c0  0a 09 09 44 69 67 69 74  61 6c 20 53 79 6d 70 68  |...Digital Symph|
000004d0  6f 6e 79 0a 09 09 44 65  73 6b 74 6f 70 20 54 72  |ony...Desktop Tr|
000004e0  61 63 6b 65 72 0a 09 09  53 54 4d 6f 64 75 6c 65  |acker...STModule|
000004f0  0a 09 09 2a 20 53 54 72  61 63 6b 65 72 0a 53 6f  |...* STracker.So|
00000500  75 6e 64 3a 09 09 57 41  56 0a 09 09 41 75 64 69  |und:..WAV...Audi|
00000510  6f 77 6f 72 6b 73 0a 09  09 44 61 74 61 56 6f 78  |oworks...DataVox|
00000520  0a 46 69 6c 6d 3a 09 09  4d 50 45 47 0a 09 09 52  |.Film:..MPEG...R|
00000530  65 70 6c 61 79 0a 09 09  41 56 49 0a 09 09 2a 20  |eplay...AVI...* |
00000540  46 4c 49 2f 46 4c 43 0a  0a 54 68 69 73 20 70 72  |FLI/FLC..This pr|
00000550  6f 67 72 61 6d 20 69 73  20 61 63 74 75 61 6c 6c  |ogram is actuall|
00000560  79 20 61 20 64 65 76 65  6c 6f 70 6d 65 6e 74 20  |y a development |
00000570  66 72 6f 6d 20 61 6e 6f  74 68 65 72 20 70 72 6f  |from another pro|
00000580  67 72 61 6d 20 49 20 77  72 6f 74 65 0a 63 61 6c  |gram I wrote.cal|
00000590  6c 65 64 20 54 69 6e 79  54 79 70 65 2c 20 77 68  |led TinyType, wh|
000005a0  69 63 68 20 64 69 64 20  74 68 65 20 73 61 6d 65  |ich did the same|
000005b0  20 6a 6f 62 2c 20 62 75  74 20 77 61 73 20 61 20  | job, but was a |
000005c0  64 65 73 6b 74 6f 70 20  70 72 6f 67 72 61 6d 2e  |desktop program.|
000005d0  20 4d 69 6b 65 0a 57 69  6c 6c 69 61 6d 73 20 6b  | Mike.Williams k|
000005e0  69 6e 64 6c 79 20 61 64  64 65 64 20 61 20 66 65  |indly added a fe|
000005f0  77 20 6d 6f 72 65 20 66  69 6c 65 74 79 70 65 73  |w more filetypes|
00000600  20 28 6d 61 72 6b 65 64  20 77 69 74 68 20 61 6e  | (marked with an|
00000610  20 61 73 74 65 72 69 73  6b 29 20 74 6f 0a 54 69  | asterisk) to.Ti|
00000620  6e 79 54 79 70 65 2c 20  77 68 69 63 68 20 49 20  |nyType, which I |
00000630  68 61 76 65 20 69 6e 63  6c 75 64 65 64 20 69 6e  |have included in|
00000640  20 41 75 74 6f 54 79 70  65 2e 20 49 27 76 65 20  | AutoType. I've |
00000650  69 6e 63 6c 75 64 65 64  20 61 6c 6c 20 74 68 65  |included all the|
00000660  0a 6f 62 76 69 6f 75 73  20 6f 6e 65 73 20 77 68  |.obvious ones wh|
00000670  69 63 68 20 79 6f 75 27  72 65 20 6c 69 6b 65 6c  |ich you're likel|
00000680  79 20 74 6f 20 64 6f 77  6e 6c 6f 61 64 3b 20 61  |y to download; a|
00000690  6e 79 74 68 69 6e 67 20  75 6e 6b 6e 6f 77 6e 20  |nything unknown |
000006a0  69 73 0a 66 69 6c 65 74  79 70 65 64 20 61 73 20  |is.filetyped as |
000006b0  74 65 78 74 20 73 6f 20  79 6f 75 20 63 61 6e 20  |text so you can |
000006c0  65 78 61 6d 69 6e 65 20  69 74 20 79 6f 75 72 73  |examine it yours|
000006d0  65 6c 66 2e 0a 0a 48 6f  77 20 69 74 20 77 6f 72  |elf...How it wor|
000006e0  6b 73 20 2d 20 73 70 6f  64 73 20 6f 6e 6c 79 20  |ks - spods only |
000006f0  73 65 63 74 69 6f 6e 20  3a 2d 29 0a 7e 7e 7e 7e  |section :-).~~~~|
00000700  7e 7e 7e 7e 7e 7e 7e 7e  0a 54 68 65 20 70 72 6f  |~~~~~~~~.The pro|
00000710  67 72 61 6d 20 69 73 20  77 72 69 74 74 65 6e 20  |gram is written |
00000720  69 6e 20 74 77 6f 20 70  61 72 74 73 3b 20 74 68  |in two parts; th|
00000730  65 72 65 20 69 73 20 61  20 6d 6f 64 75 6c 65 20  |ere is a module |
00000740  61 6e 64 20 61 0a 42 41  53 49 43 20 70 72 6f 67  |and a.BASIC prog|
00000750  72 61 6d 2e 20 54 68 65  20 6d 6f 64 75 6c 65 20  |ram. The module |
00000760  64 6f 65 73 20 74 68 65  20 6a 6f 62 20 6f 66 20  |does the job of |
00000770  77 61 74 63 68 69 6e 67  20 74 68 65 20 64 6f 77  |watching the dow|
00000780  6e 6c 6f 61 64 73 20 66  6f 6c 64 65 72 0a 66 6f  |nloads folder.fo|
00000790  72 20 6e 65 77 20 61 72  72 69 76 61 6c 73 3b 20  |r new arrivals; |
000007a0  61 6e 79 20 66 69 6c 65  73 20 77 68 69 63 68 20  |any files which |
000007b0  61 72 65 20 63 6c 6f 73  65 64 20 69 6e 73 69 64  |are closed insid|
000007c0  65 20 74 68 65 20 64 6f  77 6e 6c 6f 61 64 73 20  |e the downloads |
000007d0  66 6f 6c 64 65 72 0a 61  72 65 20 6e 6f 74 65 64  |folder.are noted|
000007e0  2e 20 54 68 65 20 74 6f  70 20 31 35 33 36 20 62  |. The top 1536 b|
000007f0  79 74 65 73 20 61 72 65  20 74 61 6b 65 6e 20 6f  |ytes are taken o|
00000800  66 66 20 61 6e 64 20 70  61 73 73 65 64 20 74 6f  |ff and passed to|
00000810  20 74 68 65 20 42 41 53  49 43 0a 70 72 6f 67 72  | the BASIC.progr|
00000820  61 6d 2c 20 77 68 69 63  68 20 6c 6f 6f 6b 73 20  |am, which looks |
00000830  61 74 20 74 68 65 20 63  6f 6e 74 65 6e 74 73 20  |at the contents |
00000840  61 6e 64 20 66 69 6c 65  74 79 70 65 73 20 74 68  |and filetypes th|
00000850  65 20 66 69 6c 65 0a 61  70 70 72 6f 70 72 69 61  |e file.appropria|
00000860  74 65 6c 79 2e 20 49 27  76 65 20 69 6e 63 6c 75  |tely. I've inclu|
00000870  64 65 64 20 74 68 65 20  73 6f 75 72 63 65 20 74  |ded the source t|
00000880  6f 20 74 68 65 20 6d 6f  64 75 6c 65 20 73 6f 20  |o the module so |
00000890  79 6f 75 20 63 61 6e 20  73 65 65 0a 77 68 61 74  |you can see.what|
000008a0  20 69 74 20 64 6f 65 73  2c 20 61 6e 64 20 69 74  | it does, and it|
000008b0  27 73 20 61 20 73 69 6d  70 6c 65 20 6a 6f 62 20  |'s a simple job |
000008c0  74 6f 20 61 64 64 20 6d  6f 72 65 20 66 69 6c 65  |to add more file|
000008d0  74 79 70 65 73 20 74 6f  20 54 79 70 65 50 72 6f  |types to TypePro|
000008e0  67 2e 0a 0a 42 65 77 61  72 65 3b 20 74 68 65 20  |g...Beware; the |
000008f0  70 72 6f 67 72 61 6d 73  20 77 6f 72 6b 20 69 6e  |programs work in|
00000900  20 73 74 72 61 6e 67 65  20 77 61 79 73 2e 20 52  | strange ways. R|
00000910  65 6d 65 6d 62 65 72 20  74 68 61 74 20 69 74 20  |emember that it |
00000920  77 69 6c 6c 20 74 72 79  20 74 6f 0a 73 65 74 20  |will try to.set |
00000930  74 68 65 20 74 79 70 65  20 6f 66 20 2a 61 6e 79  |the type of *any|
00000940  2a 20 66 69 6c 65 20 63  6c 6f 73 65 64 20 69 6e  |* file closed in|
00000950  20 74 68 65 20 64 6f 77  6e 6c 6f 61 64 73 20 66  | the downloads f|
00000960  6f 6c 64 65 72 2e 20 43  6c 6f 73 69 6e 67 20 61  |older. Closing a|
00000970  6e 79 0a 66 69 6c 65 20  77 69 6c 6c 20 63 61 75  |ny.file will cau|
00000980  73 65 20 54 79 70 65 50  72 6f 67 20 74 6f 20 62  |se TypeProg to b|
00000990  65 20 72 75 6e 2c 20 62  75 74 20 69 74 20 73 68  |e run, but it sh|
000009a0  6f 75 6c 64 6e 27 74 20  73 65 74 20 74 68 65 20  |ouldn't set the |
000009b0  66 69 6c 65 27 73 0a 74  79 70 65 2c 20 75 6e 6c  |file's.type, unl|
000009c0  65 73 73 20 69 74 20 69  73 20 44 61 74 61 20 6f  |ess it is Data o|
000009d0  72 20 75 6e 74 79 70 65  64 2e 20 42 65 63 61 75  |r untyped. Becau|
000009e0  73 65 20 69 74 20 75 73  65 73 20 46 69 6c 65 72  |se it uses Filer|
000009f0  5f 52 75 6e 2c 20 79 6f  75 20 6d 61 79 0a 67 65  |_Run, you may.ge|
00000a00  74 20 61 20 73 75 72 70  72 69 73 65 20 69 66 20  |t a surprise if |
00000a10  79 6f 75 20 74 72 69 67  67 65 72 20 54 79 70 65  |you trigger Type|
00000a20  50 72 6f 67 20 66 72 6f  6d 20 6f 75 74 73 69 64  |Prog from outsid|
00000a30  65 20 74 68 65 20 64 65  73 6b 74 6f 70 2e 2e 2e  |e the desktop...|
00000a40  0a 63 75 72 72 65 6e 74  6c 79 20 69 74 20 71 75  |.currently it qu|
00000a50  65 75 65 73 20 75 70 74  6f 20 32 36 20 66 69 6c  |eues upto 26 fil|
00000a60  65 73 2c 20 73 6f 20 64  6f 6e 27 74 20 62 65 20  |es, so don't be |
00000a70  73 75 72 70 72 69 73 65  64 20 69 66 20 79 6f 75  |surprised if you|
00000a80  72 20 68 61 72 64 0a 64  72 69 76 65 20 67 6f 65  |r hard.drive goe|
00000a90  73 20 68 61 79 77 69 72  65 20 61 66 74 65 72 20  |s haywire after |
00000aa0  79 6f 75 27 76 65 20 64  6f 6e 65 20 61 20 6c 6f  |you've done a lo|
00000ab0  74 20 6f 66 20 77 6f 72  6b 20 6f 75 74 73 69 64  |t of work outsid|
00000ac0  65 20 74 68 65 20 64 65  73 6b 74 6f 70 2e 0a 41  |e the desktop..A|
00000ad0  6c 73 6f 2c 20 74 68 65  20 75 73 65 20 6f 66 20  |lso, the use of |
00000ae0  46 69 6c 65 72 5f 52 75  6e 20 6d 65 61 6e 73 20  |Filer_Run means |
00000af0  74 68 61 74 20 69 66 20  79 6f 75 20 61 72 65 20  |that if you are |
00000b00  68 6f 6c 64 69 6e 67 20  64 6f 77 6e 20 73 68 69  |holding down shi|
00000b10  66 74 20 77 68 65 6e 0a  69 74 20 69 73 20 72 75  |ft when.it is ru|
00000b20  6e 2c 20 79 6f 75 27 6c  6c 20 67 65 74 20 74 68  |n, you'll get th|
00000b30  65 20 70 72 6f 67 72 61  6d 20 6c 69 73 74 65 64  |e program listed|
00000b40  20 3a 2d 29 20 49 66 20  74 68 69 73 20 68 61 70  | :-) If this hap|
00000b50  70 65 6e 73 20 61 6e 64  20 79 6f 75 72 0a 70 72  |pens and your.pr|
00000b60  6f 67 72 61 6d 20 69 73  6e 27 74 20 74 79 70 65  |ogram isn't type|
00000b70  64 20 70 72 6f 70 65 72  6c 79 2c 20 6a 75 73 74  |d properly, just|
00000b80  20 74 79 70 65 20 2a 52  75 6e 54 79 70 65 50 72  | type *RunTypePr|
00000b90  6f 67 20 61 6e 64 20 69  74 20 77 69 6c 6c 20 77  |og and it will w|
00000ba0  6f 72 6b 0a 70 72 6f 70  65 72 6c 79 2c 20 63 6c  |ork.properly, cl|
00000bb0  65 61 72 69 6e 67 20 61  6e 79 20 71 75 65 75 65  |earing any queue|
00000bc0  20 6f 66 20 66 69 6c 65  73 2e 0a 0a 41 6e 79 20  | of files...Any |
00000bd0  66 69 6c 65 73 20 69 6e  20 74 68 65 20 71 75 65  |files in the que|
00000be0  75 65 20 77 68 69 63 68  20 61 72 65 20 64 65 6c  |ue which are del|
00000bf0  65 74 65 64 20 28 4e 65  77 73 62 61 73 65 20 64  |eted (Newsbase d|
00000c00  6f 65 73 20 74 68 69 73  29 20 61 72 65 0a 63 6c  |oes this) are.cl|
00000c10  65 61 72 65 64 20 77 69  74 68 6f 75 74 20 62 65  |eared without be|
00000c20  69 6e 67 20 74 6f 75 63  68 65 64 2e 20 54 79 70  |ing touched. Typ|
00000c30  65 50 72 6f 67 20 64 6f  65 73 20 69 74 73 20 62  |eProg does its b|
00000c40  65 73 74 20 6e 6f 74 20  74 6f 20 67 65 6e 65 72  |est not to gener|
00000c50  61 74 65 0a 61 6e 79 20  65 72 72 6f 72 73 2e 0a  |ate.any errors..|
00000c60  0a 55 70 64 61 74 65 73  0a 7e 7e 7e 7e 7e 7e 7e  |.Updates.~~~~~~~|
00000c70  0a 49 66 20 79 6f 75 20  6d 61 6b 65 20 61 6e 79  |.If you make any|
00000c80  20 69 6d 70 72 6f 76 65  6d 65 6e 74 73 20 74 6f  | improvements to|
00000c90  20 41 75 74 6f 54 79 70  65 2c 20 73 65 6e 64 20  | AutoType, send |
00000ca0  74 68 65 6d 20 74 6f 20  6d 65 3a 0a 0a 62 79 20  |them to me:..by |
00000cb0  65 6d 61 69 6c 3a 20 6d  61 74 74 68 65 77 40 62  |email: matthew@b|
00000cc0  72 6f 6f 6b 2e 66 74 65  63 68 2e 63 6f 2e 75 6b  |rook.ftech.co.uk|
00000cd0  20 28 6f 72 20 70 72 69  76 61 74 65 20 6d 61 69  | (or private mai|
00000ce0  6c 20 6f 6e 20 41 72 63  61 64 65 20 42 42 53 29  |l on Arcade BBS)|
00000cf0  0a 62 79 20 70 6f 73 74  3a 20 20 35 20 42 72 6f  |.by post:  5 Bro|
00000d00  6f 6b 73 69 64 65 2c 20  48 65 61 64 69 6e 67 74  |okside, Headingt|
00000d10  6f 6e 2c 20 4f 78 66 6f  72 64 2c 20 4f 58 33 20  |on, Oxford, OX3 |
00000d20  37 50 4a 2e 0a 0a 61 6e  64 20 49 27 6c 6c 20 6d  |7PJ...and I'll m|
00000d30  61 6b 65 20 69 74 20 27  6f 66 66 69 63 69 61 6c  |ake it 'official|
00000d40  27 2e 20 42 75 67 20 72  65 70 6f 72 74 73 20 6f  |'. Bug reports o|
00000d50  72 20 73 75 67 67 65 73  74 69 6f 6e 73 20 66 6f  |r suggestions fo|
00000d60  72 20 69 6d 70 72 6f 76  65 6d 65 6e 74 73 0a 74  |r improvements.t|
00000d70  6f 20 74 68 65 20 73 61  6d 65 20 61 64 64 72 65  |o the same addre|
00000d80  73 73 20 70 6c 65 61 73  65 2e 20 53 65 65 20 79  |ss please. See y|
00000d90  6f 75 2c 0a 0a 4d 61 74  74 68 65 77 0a           |ou,..Matthew.|
00000d9d