Home » Archimedes archive » Archimedes World » AW-1996-04-Disc2.adf » !IconDir_IconDir » !IconDir/Documents/ReadMe

!IconDir/Documents/ReadMe

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 » Archimedes World » AW-1996-04-Disc2.adf » !IconDir_IconDir
Filename: !IconDir/Documents/ReadMe
Read OK:
File size: 26C8 bytes
Load address: 0000
Exec address: 0000
File contents
IconDir 1.02 (15-May-1994)
==========================

(c) James Ponder (Jp) of DoggySoft, 1994


This program is Public Domain; this means you can copy it around as much as
you like as long as you include all the files and you don't alter any of
them.


NB: Sprites on menu structures do not work under development RISC OS 3.22n,
please enable the option for no sprites (unknown if sprites work on
RISC OS 3.5).



Introduction
============

IconDir was written because I was fed up with Menon, IconDir has (in my
opinion) the following main advantages:

  a) You do not need to design your menus very much.
  b) When you have new files, you do not have to update it.
  c) You have little sprites on the menu structure (best feature!)
  d) You can drag and drop the icons off the menu.

The idea behind IconDir is that it will create a menu structure just like you
have on your disc.   You are able to specify the directory to start in, but
everything else is searched for on the disc.



Setting up your copy
====================

To bring up the configuration window, you must click with select or adjust on
the icon bar.

If you do not like the sprites on the menus you have the option to select
"Do not use sprites on menu structure", this will have no effect other than
to tell IconDir that all menus must not have sprites in them.

There is also the option to not create submenus past the application stage,
this is quite useful as you may get annoyed at all the submenus that are
around for you to accidentaly move over, also it makes the menu clearer.

Then you have to choose how many items to be available on the main menu,
a maximum of 12.   For each item, a name and a pathname must be specified,
the name will appear on the menu and the pathname will be used to find the
files to create the menus.

Typical entries are:

Utilities         adfs::IDEDisc4.$.Utilities
Applics           adfs::IDEDisc4.$.Applics
Games             CFS#adfs::IDEDisc4.$.Games
Music             CFS#adfs::IDEDisc4.$.Music

you can also use 'special' characters:

Library           %
Root              $
CSD               @

and sometimes it can be useful to use different drives:

HardDisc          adfs::4.$ or adfs::IDEDisc4.$
Floppy            adfs::0.$
Resources         Resources:$
RAM               RAM:$


You may drag a file, directory or application to the writeable icons in order
to quickly insert the pathname (files will have their leafnames stripped
obviously).


You may also select whether you want a beep to be emitted when you use the
hotkey to change directory (SHIFT-TAB).

Kickstarting may also be halted so that the options setup in the 'HotKeys'
file will be ignored.



Mode
====

There are 3 different modes:

  a) Select files, open directories.
  b) Delete files, remove entire directories.
  c) SetType files, open directories.

In select mode, files are loaded, directories are opened and applications are
loaded unless shift is held down in which they are opened like directories.

In delete mode, files, applications and directories are deleted (recursively)
except that you will be given a short warning to make sure you want to
proceed.

In settype mode, files are settyped to the specified filetype, and
applications/directories are opened.



Icons
=====

Icons on menus are only normally available on RiscOS 3, but thanks to a patch
module included with this program, icons on menus are available to all.

Icons are chosen exactly as if they would appear in the normal filer windows.
Firstly the smaller icon is checked for, if that doesn't exist then the large
icon is checked for and if that exists the sprite is displayed at half size. If both sprites are missing then the default sprite is used (a blank sprite
for files, an 'app' symbol for applications).



Dragging off the menu
=====================

If you select a menu item with the menu button then IconDir will initiate a
drag.  If you drag the item to a directory display then the file will be
copied, if you drag the item to an application the file will be loaded.



Setting the CSD
===============

To set the current directory, hold down CTRL and TAB together whilst you have
the mouse pointer over the directory you would like to change to.

Note: The current owner of the caret might claim this key, and hence IconDir
won't be able to set the directory, eg. StrongEd uses CTRL-TAB to mean change
tab type.



Hotkeys
=======

A hotkey is a key or key-combination that activates something, in IconDir you
may setup as many hotkeys as you like and they can be activated by holding
down CTRL and the corresponding letter.  For example I have got StrongEd
to load up when I hold down CTRL and E, I use the letter E for StrongEd as
I have Spark on the letter S and obviously you can't have two applications
loading on the same keypress as it would be very silly.

* Now follows how to set out the HotKeys file, you do not need to read this
* as IconDir now has a hotkey management program which can be activated from
* the misc menu on IconDir.

Within the IconDir directory is a file called 'HotKeys' and this is the file
that decides which hotkeys you have setup.   The format of the file is very
straight forward, firstly you have the filename or directory name of the file
or directory you would like to load or open.   Secondly you have the hotkey
letter that you would like to designate to doing that action, for example:

   adfs::IDEDisc4.$.Applics.!StrongED2                E

This means that when you hold down CTRL and E it will startup StrongEd.   You
are allowed as many spaces before the filename, before the hotkey and after
the hotkey as you like.

You may also have comments in your 'HotKeys' file, these start with the '|'
character.  For example:

|  This is my HotKeys file, anybody who alters it will die...

A 'HotKeys' file MUST be terminated with the 'END' line:

|  Comment
   <filename> [<hotkey>] [<*>]
   <filename> [<hotkey>] [<*>]
   <filename> [<hotkey>] [<*>]
   ....
END

Anything after the END statement is ignored, if the END is missing then it
will probably crash.  (The END must be on it's own seperate line)

For details on the "[<*>]" then please see 'Kickstarting applications'.

Hotkeys will appear on the menus to remind you that there is a shortcut
defined (they will appear as ^<letter>), remember that if you don't have a
menu containing the file you have specified for a shortcut then it will still
work (assuming the file exists) although you will never see the reminder.

Hotkey reminders (eg. ^E) will not appear on the main menu, but you may have
hotkeys activated on the main menu items.



The Hotkeys application
=======================

The Hotkeys application was written by Graham Crow to support IconDir.  It
greatly simplifies the job of assigning hotkeys so that IconDir files may
be created without having to edit the raw textfile.  This application also
allows you to determine whether objects should be kickstarted or not.

After you have saved your hotkey file, you must reload IconDir.



Kickstarting applications
=========================

After each entry in the hotkeys file you may also specify whether the program
is to be automatically loaded when IconDir is first loaded.

This is very useful as an alternative to a boot file, just !IconDir has to be
loaded.

To make an application run automatically (or indeed, open a a directory or
run a file) then you do not need to make the application have a hotkey.

For example, you could have the following line in your 'HotKeys' file:

   adfs::IDEDisc4.$.Applics.!StrongED2                E  *

but you may not want StrongEd2 to have a hotkey, so you would have the line:

   adfs::IDEDisc4.$.Applics.!StrongED2                   *

As you can see, either option is optional.



Recall
======

Recall is a small utility which offers a quick way of reopening recently
opened directories.

From when IconDir is loaded, whenever you open a directory, its name is
added to the 'Recall' menu.   Selecting the name of a directory from the
recall menu will open that directory.

If you open more than 8 directories then the directories that opened the
longest time ago are removed from the menu.   The menu is always in order
of when they were opened, the first at the top, the last at the bottom.

Selecting 'Recall' itself will have the effect of clearing the menu.



Impressed?
==========

If this was a shareware program this is where I would ask you to send some
money to me, but since it isn't - if you are pleased and don't know how you
could have survived without IconDir then why not write to me and tell me,
including any suggestions for new features or just to say 'Hi'!



Other programs by me
====================

Cookies is a cookie randomiser for your desktop boot files, stick it in and
it will give you a humourous quote or saying everytime you turn your computer
on!

Palette is a replacement PaletteUtil, Palette provides a user-editable mode
menu, as well as hotkeys to change modes and many many many more features.

NodeList is a BBS nodelist viewer so that you can search for boards in your
area or compile a BB list.


I hope you have copies of our commercial programs... (and I hope you paid!)



Contacts
========

If you have any suggestions, or you have found a bug, or even if you just
want to tell me how great you think this program is, ring or write to the
address in the textfile 'DoggySftCt'.

If you are a PD Company or a magazine then DoggySoft would be happy to
supply copies of all our latest PD programs.

*****************************************************************************
Do not forget to call the DoggySoft support BBS 'Furzefield Hq', 24hrs on
(0494) 681711 for the latest versions of all our Public Domain and Commercial
programs.  The FidoNet address is 2:252/166 if you wish to NetMail us.
*****************************************************************************
00000000  49 63 6f 6e 44 69 72 20  31 2e 30 32 20 28 31 35  |IconDir 1.02 (15|
00000010  2d 4d 61 79 2d 31 39 39  34 29 0a 3d 3d 3d 3d 3d  |-May-1994).=====|
00000020  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000030  3d 3d 3d 3d 3d 0a 0a 28  63 29 20 4a 61 6d 65 73  |=====..(c) James|
00000040  20 50 6f 6e 64 65 72 20  28 4a 70 29 20 6f 66 20  | Ponder (Jp) of |
00000050  44 6f 67 67 79 53 6f 66  74 2c 20 31 39 39 34 0a  |DoggySoft, 1994.|
00000060  0a 0a 54 68 69 73 20 70  72 6f 67 72 61 6d 20 69  |..This program i|
00000070  73 20 50 75 62 6c 69 63  20 44 6f 6d 61 69 6e 3b  |s Public Domain;|
00000080  20 74 68 69 73 20 6d 65  61 6e 73 20 79 6f 75 20  | this means you |
00000090  63 61 6e 20 63 6f 70 79  20 69 74 20 61 72 6f 75  |can copy it arou|
000000a0  6e 64 20 61 73 20 6d 75  63 68 20 61 73 0a 79 6f  |nd as much as.yo|
000000b0  75 20 6c 69 6b 65 20 61  73 20 6c 6f 6e 67 20 61  |u like as long a|
000000c0  73 20 79 6f 75 20 69 6e  63 6c 75 64 65 20 61 6c  |s you include al|
000000d0  6c 20 74 68 65 20 66 69  6c 65 73 20 61 6e 64 20  |l the files and |
000000e0  79 6f 75 20 64 6f 6e 27  74 20 61 6c 74 65 72 20  |you don't alter |
000000f0  61 6e 79 20 6f 66 0a 74  68 65 6d 2e 0a 0a 0a 4e  |any of.them....N|
00000100  42 3a 20 53 70 72 69 74  65 73 20 6f 6e 20 6d 65  |B: Sprites on me|
00000110  6e 75 20 73 74 72 75 63  74 75 72 65 73 20 64 6f  |nu structures do|
00000120  20 6e 6f 74 20 77 6f 72  6b 20 75 6e 64 65 72 20  | not work under |
00000130  64 65 76 65 6c 6f 70 6d  65 6e 74 20 52 49 53 43  |development RISC|
00000140  20 4f 53 20 33 2e 32 32  6e 2c 0a 70 6c 65 61 73  | OS 3.22n,.pleas|
00000150  65 20 65 6e 61 62 6c 65  20 74 68 65 20 6f 70 74  |e enable the opt|
00000160  69 6f 6e 20 66 6f 72 20  6e 6f 20 73 70 72 69 74  |ion for no sprit|
00000170  65 73 20 28 75 6e 6b 6e  6f 77 6e 20 69 66 20 73  |es (unknown if s|
00000180  70 72 69 74 65 73 20 77  6f 72 6b 20 6f 6e 0a 52  |prites work on.R|
00000190  49 53 43 20 4f 53 20 33  2e 35 29 2e 0a 0a 0a 0a  |ISC OS 3.5).....|
000001a0  49 6e 74 72 6f 64 75 63  74 69 6f 6e 0a 3d 3d 3d  |Introduction.===|
000001b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 0a 49 63 6f 6e 44  |=========..IconD|
000001c0  69 72 20 77 61 73 20 77  72 69 74 74 65 6e 20 62  |ir was written b|
000001d0  65 63 61 75 73 65 20 49  20 77 61 73 20 66 65 64  |ecause I was fed|
000001e0  20 75 70 20 77 69 74 68  20 4d 65 6e 6f 6e 2c 20  | up with Menon, |
000001f0  49 63 6f 6e 44 69 72 20  68 61 73 20 28 69 6e 20  |IconDir has (in |
00000200  6d 79 0a 6f 70 69 6e 69  6f 6e 29 20 74 68 65 20  |my.opinion) the |
00000210  66 6f 6c 6c 6f 77 69 6e  67 20 6d 61 69 6e 20 61  |following main a|
00000220  64 76 61 6e 74 61 67 65  73 3a 0a 0a 20 20 61 29  |dvantages:..  a)|
00000230  20 59 6f 75 20 64 6f 20  6e 6f 74 20 6e 65 65 64  | You do not need|
00000240  20 74 6f 20 64 65 73 69  67 6e 20 79 6f 75 72 20  | to design your |
00000250  6d 65 6e 75 73 20 76 65  72 79 20 6d 75 63 68 2e  |menus very much.|
00000260  0a 20 20 62 29 20 57 68  65 6e 20 79 6f 75 20 68  |.  b) When you h|
00000270  61 76 65 20 6e 65 77 20  66 69 6c 65 73 2c 20 79  |ave new files, y|
00000280  6f 75 20 64 6f 20 6e 6f  74 20 68 61 76 65 20 74  |ou do not have t|
00000290  6f 20 75 70 64 61 74 65  20 69 74 2e 0a 20 20 63  |o update it..  c|
000002a0  29 20 59 6f 75 20 68 61  76 65 20 6c 69 74 74 6c  |) You have littl|
000002b0  65 20 73 70 72 69 74 65  73 20 6f 6e 20 74 68 65  |e sprites on the|
000002c0  20 6d 65 6e 75 20 73 74  72 75 63 74 75 72 65 20  | menu structure |
000002d0  28 62 65 73 74 20 66 65  61 74 75 72 65 21 29 0a  |(best feature!).|
000002e0  20 20 64 29 20 59 6f 75  20 63 61 6e 20 64 72 61  |  d) You can dra|
000002f0  67 20 61 6e 64 20 64 72  6f 70 20 74 68 65 20 69  |g and drop the i|
00000300  63 6f 6e 73 20 6f 66 66  20 74 68 65 20 6d 65 6e  |cons off the men|
00000310  75 2e 0a 0a 54 68 65 20  69 64 65 61 20 62 65 68  |u...The idea beh|
00000320  69 6e 64 20 49 63 6f 6e  44 69 72 20 69 73 20 74  |ind IconDir is t|
00000330  68 61 74 20 69 74 20 77  69 6c 6c 20 63 72 65 61  |hat it will crea|
00000340  74 65 20 61 20 6d 65 6e  75 20 73 74 72 75 63 74  |te a menu struct|
00000350  75 72 65 20 6a 75 73 74  20 6c 69 6b 65 20 79 6f  |ure just like yo|
00000360  75 0a 68 61 76 65 20 6f  6e 20 79 6f 75 72 20 64  |u.have on your d|
00000370  69 73 63 2e 20 20 20 59  6f 75 20 61 72 65 20 61  |isc.   You are a|
00000380  62 6c 65 20 74 6f 20 73  70 65 63 69 66 79 20 74  |ble to specify t|
00000390  68 65 20 64 69 72 65 63  74 6f 72 79 20 74 6f 20  |he directory to |
000003a0  73 74 61 72 74 20 69 6e  2c 20 62 75 74 0a 65 76  |start in, but.ev|
000003b0  65 72 79 74 68 69 6e 67  20 65 6c 73 65 20 69 73  |erything else is|
000003c0  20 73 65 61 72 63 68 65  64 20 66 6f 72 20 6f 6e  | searched for on|
000003d0  20 74 68 65 20 64 69 73  63 2e 0a 0a 0a 0a 53 65  | the disc.....Se|
000003e0  74 74 69 6e 67 20 75 70  20 79 6f 75 72 20 63 6f  |tting up your co|
000003f0  70 79 0a 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |py.=============|
00000400  3d 3d 3d 3d 3d 3d 3d 0a  0a 54 6f 20 62 72 69 6e  |=======..To brin|
00000410  67 20 75 70 20 74 68 65  20 63 6f 6e 66 69 67 75  |g up the configu|
00000420  72 61 74 69 6f 6e 20 77  69 6e 64 6f 77 2c 20 79  |ration window, y|
00000430  6f 75 20 6d 75 73 74 20  63 6c 69 63 6b 20 77 69  |ou must click wi|
00000440  74 68 20 73 65 6c 65 63  74 20 6f 72 20 61 64 6a  |th select or adj|
00000450  75 73 74 20 6f 6e 0a 74  68 65 20 69 63 6f 6e 20  |ust on.the icon |
00000460  62 61 72 2e 0a 0a 49 66  20 79 6f 75 20 64 6f 20  |bar...If you do |
00000470  6e 6f 74 20 6c 69 6b 65  20 74 68 65 20 73 70 72  |not like the spr|
00000480  69 74 65 73 20 6f 6e 20  74 68 65 20 6d 65 6e 75  |ites on the menu|
00000490  73 20 79 6f 75 20 68 61  76 65 20 74 68 65 20 6f  |s you have the o|
000004a0  70 74 69 6f 6e 20 74 6f  20 73 65 6c 65 63 74 0a  |ption to select.|
000004b0  22 44 6f 20 6e 6f 74 20  75 73 65 20 73 70 72 69  |"Do not use spri|
000004c0  74 65 73 20 6f 6e 20 6d  65 6e 75 20 73 74 72 75  |tes on menu stru|
000004d0  63 74 75 72 65 22 2c 20  74 68 69 73 20 77 69 6c  |cture", this wil|
000004e0  6c 20 68 61 76 65 20 6e  6f 20 65 66 66 65 63 74  |l have no effect|
000004f0  20 6f 74 68 65 72 20 74  68 61 6e 0a 74 6f 20 74  | other than.to t|
00000500  65 6c 6c 20 49 63 6f 6e  44 69 72 20 74 68 61 74  |ell IconDir that|
00000510  20 61 6c 6c 20 6d 65 6e  75 73 20 6d 75 73 74 20  | all menus must |
00000520  6e 6f 74 20 68 61 76 65  20 73 70 72 69 74 65 73  |not have sprites|
00000530  20 69 6e 20 74 68 65 6d  2e 0a 0a 54 68 65 72 65  | in them...There|
00000540  20 69 73 20 61 6c 73 6f  20 74 68 65 20 6f 70 74  | is also the opt|
00000550  69 6f 6e 20 74 6f 20 6e  6f 74 20 63 72 65 61 74  |ion to not creat|
00000560  65 20 73 75 62 6d 65 6e  75 73 20 70 61 73 74 20  |e submenus past |
00000570  74 68 65 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  |the application |
00000580  73 74 61 67 65 2c 0a 74  68 69 73 20 69 73 20 71  |stage,.this is q|
00000590  75 69 74 65 20 75 73 65  66 75 6c 20 61 73 20 79  |uite useful as y|
000005a0  6f 75 20 6d 61 79 20 67  65 74 20 61 6e 6e 6f 79  |ou may get annoy|
000005b0  65 64 20 61 74 20 61 6c  6c 20 74 68 65 20 73 75  |ed at all the su|
000005c0  62 6d 65 6e 75 73 20 74  68 61 74 20 61 72 65 0a  |bmenus that are.|
000005d0  61 72 6f 75 6e 64 20 66  6f 72 20 79 6f 75 20 74  |around for you t|
000005e0  6f 20 61 63 63 69 64 65  6e 74 61 6c 79 20 6d 6f  |o accidentaly mo|
000005f0  76 65 20 6f 76 65 72 2c  20 61 6c 73 6f 20 69 74  |ve over, also it|
00000600  20 6d 61 6b 65 73 20 74  68 65 20 6d 65 6e 75 20  | makes the menu |
00000610  63 6c 65 61 72 65 72 2e  0a 0a 54 68 65 6e 20 79  |clearer...Then y|
00000620  6f 75 20 68 61 76 65 20  74 6f 20 63 68 6f 6f 73  |ou have to choos|
00000630  65 20 68 6f 77 20 6d 61  6e 79 20 69 74 65 6d 73  |e how many items|
00000640  20 74 6f 20 62 65 20 61  76 61 69 6c 61 62 6c 65  | to be available|
00000650  20 6f 6e 20 74 68 65 20  6d 61 69 6e 20 6d 65 6e  | on the main men|
00000660  75 2c 0a 61 20 6d 61 78  69 6d 75 6d 20 6f 66 20  |u,.a maximum of |
00000670  31 32 2e 20 20 20 46 6f  72 20 65 61 63 68 20 69  |12.   For each i|
00000680  74 65 6d 2c 20 61 20 6e  61 6d 65 20 61 6e 64 20  |tem, a name and |
00000690  61 20 70 61 74 68 6e 61  6d 65 20 6d 75 73 74 20  |a pathname must |
000006a0  62 65 20 73 70 65 63 69  66 69 65 64 2c 0a 74 68  |be specified,.th|
000006b0  65 20 6e 61 6d 65 20 77  69 6c 6c 20 61 70 70 65  |e name will appe|
000006c0  61 72 20 6f 6e 20 74 68  65 20 6d 65 6e 75 20 61  |ar on the menu a|
000006d0  6e 64 20 74 68 65 20 70  61 74 68 6e 61 6d 65 20  |nd the pathname |
000006e0  77 69 6c 6c 20 62 65 20  75 73 65 64 20 74 6f 20  |will be used to |
000006f0  66 69 6e 64 20 74 68 65  0a 66 69 6c 65 73 20 74  |find the.files t|
00000700  6f 20 63 72 65 61 74 65  20 74 68 65 20 6d 65 6e  |o create the men|
00000710  75 73 2e 0a 0a 54 79 70  69 63 61 6c 20 65 6e 74  |us...Typical ent|
00000720  72 69 65 73 20 61 72 65  3a 0a 0a 55 74 69 6c 69  |ries are:..Utili|
00000730  74 69 65 73 20 20 20 20  20 20 20 20 20 61 64 66  |ties         adf|
00000740  73 3a 3a 49 44 45 44 69  73 63 34 2e 24 2e 55 74  |s::IDEDisc4.$.Ut|
00000750  69 6c 69 74 69 65 73 0a  41 70 70 6c 69 63 73 20  |ilities.Applics |
00000760  20 20 20 20 20 20 20 20  20 20 61 64 66 73 3a 3a  |          adfs::|
00000770  49 44 45 44 69 73 63 34  2e 24 2e 41 70 70 6c 69  |IDEDisc4.$.Appli|
00000780  63 73 0a 47 61 6d 65 73  20 20 20 20 20 20 20 20  |cs.Games        |
00000790  20 20 20 20 20 43 46 53  23 61 64 66 73 3a 3a 49  |     CFS#adfs::I|
000007a0  44 45 44 69 73 63 34 2e  24 2e 47 61 6d 65 73 0a  |DEDisc4.$.Games.|
000007b0  4d 75 73 69 63 20 20 20  20 20 20 20 20 20 20 20  |Music           |
000007c0  20 20 43 46 53 23 61 64  66 73 3a 3a 49 44 45 44  |  CFS#adfs::IDED|
000007d0  69 73 63 34 2e 24 2e 4d  75 73 69 63 0a 0a 79 6f  |isc4.$.Music..yo|
000007e0  75 20 63 61 6e 20 61 6c  73 6f 20 75 73 65 20 27  |u can also use '|
000007f0  73 70 65 63 69 61 6c 27  20 63 68 61 72 61 63 74  |special' charact|
00000800  65 72 73 3a 0a 0a 4c 69  62 72 61 72 79 20 20 20  |ers:..Library   |
00000810  20 20 20 20 20 20 20 20  25 0a 52 6f 6f 74 20 20  |        %.Root  |
00000820  20 20 20 20 20 20 20 20  20 20 20 20 24 0a 43 53  |            $.CS|
00000830  44 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |D               |
00000840  40 0a 0a 61 6e 64 20 73  6f 6d 65 74 69 6d 65 73  |@..and sometimes|
00000850  20 69 74 20 63 61 6e 20  62 65 20 75 73 65 66 75  | it can be usefu|
00000860  6c 20 74 6f 20 75 73 65  20 64 69 66 66 65 72 65  |l to use differe|
00000870  6e 74 20 64 72 69 76 65  73 3a 0a 0a 48 61 72 64  |nt drives:..Hard|
00000880  44 69 73 63 20 20 20 20  20 20 20 20 20 20 61 64  |Disc          ad|
00000890  66 73 3a 3a 34 2e 24 20  6f 72 20 61 64 66 73 3a  |fs::4.$ or adfs:|
000008a0  3a 49 44 45 44 69 73 63  34 2e 24 0a 46 6c 6f 70  |:IDEDisc4.$.Flop|
000008b0  70 79 20 20 20 20 20 20  20 20 20 20 20 20 61 64  |py            ad|
000008c0  66 73 3a 3a 30 2e 24 0a  52 65 73 6f 75 72 63 65  |fs::0.$.Resource|
000008d0  73 20 20 20 20 20 20 20  20 20 52 65 73 6f 75 72  |s         Resour|
000008e0  63 65 73 3a 24 0a 52 41  4d 20 20 20 20 20 20 20  |ces:$.RAM       |
000008f0  20 20 20 20 20 20 20 20  52 41 4d 3a 24 0a 0a 0a  |        RAM:$...|
00000900  59 6f 75 20 6d 61 79 20  64 72 61 67 20 61 20 66  |You may drag a f|
00000910  69 6c 65 2c 20 64 69 72  65 63 74 6f 72 79 20 6f  |ile, directory o|
00000920  72 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 74 6f  |r application to|
00000930  20 74 68 65 20 77 72 69  74 65 61 62 6c 65 20 69  | the writeable i|
00000940  63 6f 6e 73 20 69 6e 20  6f 72 64 65 72 0a 74 6f  |cons in order.to|
00000950  20 71 75 69 63 6b 6c 79  20 69 6e 73 65 72 74 20  | quickly insert |
00000960  74 68 65 20 70 61 74 68  6e 61 6d 65 20 28 66 69  |the pathname (fi|
00000970  6c 65 73 20 77 69 6c 6c  20 68 61 76 65 20 74 68  |les will have th|
00000980  65 69 72 20 6c 65 61 66  6e 61 6d 65 73 20 73 74  |eir leafnames st|
00000990  72 69 70 70 65 64 0a 6f  62 76 69 6f 75 73 6c 79  |ripped.obviously|
000009a0  29 2e 0a 0a 0a 59 6f 75  20 6d 61 79 20 61 6c 73  |)....You may als|
000009b0  6f 20 73 65 6c 65 63 74  20 77 68 65 74 68 65 72  |o select whether|
000009c0  20 79 6f 75 20 77 61 6e  74 20 61 20 62 65 65 70  | you want a beep|
000009d0  20 74 6f 20 62 65 20 65  6d 69 74 74 65 64 20 77  | to be emitted w|
000009e0  68 65 6e 20 79 6f 75 20  75 73 65 20 74 68 65 0a  |hen you use the.|
000009f0  68 6f 74 6b 65 79 20 74  6f 20 63 68 61 6e 67 65  |hotkey to change|
00000a00  20 64 69 72 65 63 74 6f  72 79 20 28 53 48 49 46  | directory (SHIF|
00000a10  54 2d 54 41 42 29 2e 0a  0a 4b 69 63 6b 73 74 61  |T-TAB)...Kicksta|
00000a20  72 74 69 6e 67 20 6d 61  79 20 61 6c 73 6f 20 62  |rting may also b|
00000a30  65 20 68 61 6c 74 65 64  20 73 6f 20 74 68 61 74  |e halted so that|
00000a40  20 74 68 65 20 6f 70 74  69 6f 6e 73 20 73 65 74  | the options set|
00000a50  75 70 20 69 6e 20 74 68  65 20 27 48 6f 74 4b 65  |up in the 'HotKe|
00000a60  79 73 27 0a 66 69 6c 65  20 77 69 6c 6c 20 62 65  |ys'.file will be|
00000a70  20 69 67 6e 6f 72 65 64  2e 0a 0a 0a 0a 4d 6f 64  | ignored.....Mod|
00000a80  65 0a 3d 3d 3d 3d 0a 0a  54 68 65 72 65 20 61 72  |e.====..There ar|
00000a90  65 20 33 20 64 69 66 66  65 72 65 6e 74 20 6d 6f  |e 3 different mo|
00000aa0  64 65 73 3a 0a 0a 20 20  61 29 20 53 65 6c 65 63  |des:..  a) Selec|
00000ab0  74 20 66 69 6c 65 73 2c  20 6f 70 65 6e 20 64 69  |t files, open di|
00000ac0  72 65 63 74 6f 72 69 65  73 2e 0a 20 20 62 29 20  |rectories..  b) |
00000ad0  44 65 6c 65 74 65 20 66  69 6c 65 73 2c 20 72 65  |Delete files, re|
00000ae0  6d 6f 76 65 20 65 6e 74  69 72 65 20 64 69 72 65  |move entire dire|
00000af0  63 74 6f 72 69 65 73 2e  0a 20 20 63 29 20 53 65  |ctories..  c) Se|
00000b00  74 54 79 70 65 20 66 69  6c 65 73 2c 20 6f 70 65  |tType files, ope|
00000b10  6e 20 64 69 72 65 63 74  6f 72 69 65 73 2e 0a 0a  |n directories...|
00000b20  49 6e 20 73 65 6c 65 63  74 20 6d 6f 64 65 2c 20  |In select mode, |
00000b30  66 69 6c 65 73 20 61 72  65 20 6c 6f 61 64 65 64  |files are loaded|
00000b40  2c 20 64 69 72 65 63 74  6f 72 69 65 73 20 61 72  |, directories ar|
00000b50  65 20 6f 70 65 6e 65 64  20 61 6e 64 20 61 70 70  |e opened and app|
00000b60  6c 69 63 61 74 69 6f 6e  73 20 61 72 65 0a 6c 6f  |lications are.lo|
00000b70  61 64 65 64 20 75 6e 6c  65 73 73 20 73 68 69 66  |aded unless shif|
00000b80  74 20 69 73 20 68 65 6c  64 20 64 6f 77 6e 20 69  |t is held down i|
00000b90  6e 20 77 68 69 63 68 20  74 68 65 79 20 61 72 65  |n which they are|
00000ba0  20 6f 70 65 6e 65 64 20  6c 69 6b 65 20 64 69 72  | opened like dir|
00000bb0  65 63 74 6f 72 69 65 73  2e 0a 0a 49 6e 20 64 65  |ectories...In de|
00000bc0  6c 65 74 65 20 6d 6f 64  65 2c 20 66 69 6c 65 73  |lete mode, files|
00000bd0  2c 20 61 70 70 6c 69 63  61 74 69 6f 6e 73 20 61  |, applications a|
00000be0  6e 64 20 64 69 72 65 63  74 6f 72 69 65 73 20 61  |nd directories a|
00000bf0  72 65 20 64 65 6c 65 74  65 64 20 28 72 65 63 75  |re deleted (recu|
00000c00  72 73 69 76 65 6c 79 29  0a 65 78 63 65 70 74 20  |rsively).except |
00000c10  74 68 61 74 20 79 6f 75  20 77 69 6c 6c 20 62 65  |that you will be|
00000c20  20 67 69 76 65 6e 20 61  20 73 68 6f 72 74 20 77  | given a short w|
00000c30  61 72 6e 69 6e 67 20 74  6f 20 6d 61 6b 65 20 73  |arning to make s|
00000c40  75 72 65 20 79 6f 75 20  77 61 6e 74 20 74 6f 0a  |ure you want to.|
00000c50  70 72 6f 63 65 65 64 2e  0a 0a 49 6e 20 73 65 74  |proceed...In set|
00000c60  74 79 70 65 20 6d 6f 64  65 2c 20 66 69 6c 65 73  |type mode, files|
00000c70  20 61 72 65 20 73 65 74  74 79 70 65 64 20 74 6f  | are settyped to|
00000c80  20 74 68 65 20 73 70 65  63 69 66 69 65 64 20 66  | the specified f|
00000c90  69 6c 65 74 79 70 65 2c  20 61 6e 64 0a 61 70 70  |iletype, and.app|
00000ca0  6c 69 63 61 74 69 6f 6e  73 2f 64 69 72 65 63 74  |lications/direct|
00000cb0  6f 72 69 65 73 20 61 72  65 20 6f 70 65 6e 65 64  |ories are opened|
00000cc0  2e 0a 0a 0a 0a 49 63 6f  6e 73 0a 3d 3d 3d 3d 3d  |.....Icons.=====|
00000cd0  0a 0a 49 63 6f 6e 73 20  6f 6e 20 6d 65 6e 75 73  |..Icons on menus|
00000ce0  20 61 72 65 20 6f 6e 6c  79 20 6e 6f 72 6d 61 6c  | are only normal|
00000cf0  6c 79 20 61 76 61 69 6c  61 62 6c 65 20 6f 6e 20  |ly available on |
00000d00  52 69 73 63 4f 53 20 33  2c 20 62 75 74 20 74 68  |RiscOS 3, but th|
00000d10  61 6e 6b 73 20 74 6f 20  61 20 70 61 74 63 68 0a  |anks to a patch.|
00000d20  6d 6f 64 75 6c 65 20 69  6e 63 6c 75 64 65 64 20  |module included |
00000d30  77 69 74 68 20 74 68 69  73 20 70 72 6f 67 72 61  |with this progra|
00000d40  6d 2c 20 69 63 6f 6e 73  20 6f 6e 20 6d 65 6e 75  |m, icons on menu|
00000d50  73 20 61 72 65 20 61 76  61 69 6c 61 62 6c 65 20  |s are available |
00000d60  74 6f 20 61 6c 6c 2e 0a  0a 49 63 6f 6e 73 20 61  |to all...Icons a|
00000d70  72 65 20 63 68 6f 73 65  6e 20 65 78 61 63 74 6c  |re chosen exactl|
00000d80  79 20 61 73 20 69 66 20  74 68 65 79 20 77 6f 75  |y as if they wou|
00000d90  6c 64 20 61 70 70 65 61  72 20 69 6e 20 74 68 65  |ld appear in the|
00000da0  20 6e 6f 72 6d 61 6c 20  66 69 6c 65 72 20 77 69  | normal filer wi|
00000db0  6e 64 6f 77 73 2e 0a 46  69 72 73 74 6c 79 20 74  |ndows..Firstly t|
00000dc0  68 65 20 73 6d 61 6c 6c  65 72 20 69 63 6f 6e 20  |he smaller icon |
00000dd0  69 73 20 63 68 65 63 6b  65 64 20 66 6f 72 2c 20  |is checked for, |
00000de0  69 66 20 74 68 61 74 20  64 6f 65 73 6e 27 74 20  |if that doesn't |
00000df0  65 78 69 73 74 20 74 68  65 6e 20 74 68 65 20 6c  |exist then the l|
00000e00  61 72 67 65 0a 69 63 6f  6e 20 69 73 20 63 68 65  |arge.icon is che|
00000e10  63 6b 65 64 20 66 6f 72  20 61 6e 64 20 69 66 20  |cked for and if |
00000e20  74 68 61 74 20 65 78 69  73 74 73 20 74 68 65 20  |that exists the |
00000e30  73 70 72 69 74 65 20 69  73 20 64 69 73 70 6c 61  |sprite is displa|
00000e40  79 65 64 20 61 74 20 68  61 6c 66 20 73 69 7a 65  |yed at half size|
00000e50  2e 20 49 66 20 62 6f 74  68 20 73 70 72 69 74 65  |. If both sprite|
00000e60  73 20 61 72 65 20 6d 69  73 73 69 6e 67 20 74 68  |s are missing th|
00000e70  65 6e 20 74 68 65 20 64  65 66 61 75 6c 74 20 73  |en the default s|
00000e80  70 72 69 74 65 20 69 73  20 75 73 65 64 20 28 61  |prite is used (a|
00000e90  20 62 6c 61 6e 6b 20 73  70 72 69 74 65 0a 66 6f  | blank sprite.fo|
00000ea0  72 20 66 69 6c 65 73 2c  20 61 6e 20 27 61 70 70  |r files, an 'app|
00000eb0  27 20 73 79 6d 62 6f 6c  20 66 6f 72 20 61 70 70  |' symbol for app|
00000ec0  6c 69 63 61 74 69 6f 6e  73 29 2e 0a 0a 0a 0a 44  |lications).....D|
00000ed0  72 61 67 67 69 6e 67 20  6f 66 66 20 74 68 65 20  |ragging off the |
00000ee0  6d 65 6e 75 0a 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |menu.===========|
00000ef0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 0a 49 66 20 79  |==========..If y|
00000f00  6f 75 20 73 65 6c 65 63  74 20 61 20 6d 65 6e 75  |ou select a menu|
00000f10  20 69 74 65 6d 20 77 69  74 68 20 74 68 65 20 6d  | item with the m|
00000f20  65 6e 75 20 62 75 74 74  6f 6e 20 74 68 65 6e 20  |enu button then |
00000f30  49 63 6f 6e 44 69 72 20  77 69 6c 6c 20 69 6e 69  |IconDir will ini|
00000f40  74 69 61 74 65 20 61 0a  64 72 61 67 2e 20 20 49  |tiate a.drag.  I|
00000f50  66 20 79 6f 75 20 64 72  61 67 20 74 68 65 20 69  |f you drag the i|
00000f60  74 65 6d 20 74 6f 20 61  20 64 69 72 65 63 74 6f  |tem to a directo|
00000f70  72 79 20 64 69 73 70 6c  61 79 20 74 68 65 6e 20  |ry display then |
00000f80  74 68 65 20 66 69 6c 65  20 77 69 6c 6c 20 62 65  |the file will be|
00000f90  0a 63 6f 70 69 65 64 2c  20 69 66 20 79 6f 75 20  |.copied, if you |
00000fa0  64 72 61 67 20 74 68 65  20 69 74 65 6d 20 74 6f  |drag the item to|
00000fb0  20 61 6e 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  | an application |
00000fc0  74 68 65 20 66 69 6c 65  20 77 69 6c 6c 20 62 65  |the file will be|
00000fd0  20 6c 6f 61 64 65 64 2e  0a 0a 0a 0a 53 65 74 74  | loaded.....Sett|
00000fe0  69 6e 67 20 74 68 65 20  43 53 44 0a 3d 3d 3d 3d  |ing the CSD.====|
00000ff0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 0a 0a 54 6f 20  |===========..To |
00001000  73 65 74 20 74 68 65 20  63 75 72 72 65 6e 74 20  |set the current |
00001010  64 69 72 65 63 74 6f 72  79 2c 20 68 6f 6c 64 20  |directory, hold |
00001020  64 6f 77 6e 20 43 54 52  4c 20 61 6e 64 20 54 41  |down CTRL and TA|
00001030  42 20 74 6f 67 65 74 68  65 72 20 77 68 69 6c 73  |B together whils|
00001040  74 20 79 6f 75 20 68 61  76 65 0a 74 68 65 20 6d  |t you have.the m|
00001050  6f 75 73 65 20 70 6f 69  6e 74 65 72 20 6f 76 65  |ouse pointer ove|
00001060  72 20 74 68 65 20 64 69  72 65 63 74 6f 72 79 20  |r the directory |
00001070  79 6f 75 20 77 6f 75 6c  64 20 6c 69 6b 65 20 74  |you would like t|
00001080  6f 20 63 68 61 6e 67 65  20 74 6f 2e 0a 0a 4e 6f  |o change to...No|
00001090  74 65 3a 20 54 68 65 20  63 75 72 72 65 6e 74 20  |te: The current |
000010a0  6f 77 6e 65 72 20 6f 66  20 74 68 65 20 63 61 72  |owner of the car|
000010b0  65 74 20 6d 69 67 68 74  20 63 6c 61 69 6d 20 74  |et might claim t|
000010c0  68 69 73 20 6b 65 79 2c  20 61 6e 64 20 68 65 6e  |his key, and hen|
000010d0  63 65 20 49 63 6f 6e 44  69 72 0a 77 6f 6e 27 74  |ce IconDir.won't|
000010e0  20 62 65 20 61 62 6c 65  20 74 6f 20 73 65 74 20  | be able to set |
000010f0  74 68 65 20 64 69 72 65  63 74 6f 72 79 2c 20 65  |the directory, e|
00001100  67 2e 20 53 74 72 6f 6e  67 45 64 20 75 73 65 73  |g. StrongEd uses|
00001110  20 43 54 52 4c 2d 54 41  42 20 74 6f 20 6d 65 61  | CTRL-TAB to mea|
00001120  6e 20 63 68 61 6e 67 65  0a 74 61 62 20 74 79 70  |n change.tab typ|
00001130  65 2e 0a 0a 0a 0a 48 6f  74 6b 65 79 73 0a 3d 3d  |e.....Hotkeys.==|
00001140  3d 3d 3d 3d 3d 0a 0a 41  20 68 6f 74 6b 65 79 20  |=====..A hotkey |
00001150  69 73 20 61 20 6b 65 79  20 6f 72 20 6b 65 79 2d  |is a key or key-|
00001160  63 6f 6d 62 69 6e 61 74  69 6f 6e 20 74 68 61 74  |combination that|
00001170  20 61 63 74 69 76 61 74  65 73 20 73 6f 6d 65 74  | activates somet|
00001180  68 69 6e 67 2c 20 69 6e  20 49 63 6f 6e 44 69 72  |hing, in IconDir|
00001190  20 79 6f 75 0a 6d 61 79  20 73 65 74 75 70 20 61  | you.may setup a|
000011a0  73 20 6d 61 6e 79 20 68  6f 74 6b 65 79 73 20 61  |s many hotkeys a|
000011b0  73 20 79 6f 75 20 6c 69  6b 65 20 61 6e 64 20 74  |s you like and t|
000011c0  68 65 79 20 63 61 6e 20  62 65 20 61 63 74 69 76  |hey can be activ|
000011d0  61 74 65 64 20 62 79 20  68 6f 6c 64 69 6e 67 0a  |ated by holding.|
000011e0  64 6f 77 6e 20 43 54 52  4c 20 61 6e 64 20 74 68  |down CTRL and th|
000011f0  65 20 63 6f 72 72 65 73  70 6f 6e 64 69 6e 67 20  |e corresponding |
00001200  6c 65 74 74 65 72 2e 20  20 46 6f 72 20 65 78 61  |letter.  For exa|
00001210  6d 70 6c 65 20 49 20 68  61 76 65 20 67 6f 74 20  |mple I have got |
00001220  53 74 72 6f 6e 67 45 64  0a 74 6f 20 6c 6f 61 64  |StrongEd.to load|
00001230  20 75 70 20 77 68 65 6e  20 49 20 68 6f 6c 64 20  | up when I hold |
00001240  64 6f 77 6e 20 43 54 52  4c 20 61 6e 64 20 45 2c  |down CTRL and E,|
00001250  20 49 20 75 73 65 20 74  68 65 20 6c 65 74 74 65  | I use the lette|
00001260  72 20 45 20 66 6f 72 20  53 74 72 6f 6e 67 45 64  |r E for StrongEd|
00001270  20 61 73 0a 49 20 68 61  76 65 20 53 70 61 72 6b  | as.I have Spark|
00001280  20 6f 6e 20 74 68 65 20  6c 65 74 74 65 72 20 53  | on the letter S|
00001290  20 61 6e 64 20 6f 62 76  69 6f 75 73 6c 79 20 79  | and obviously y|
000012a0  6f 75 20 63 61 6e 27 74  20 68 61 76 65 20 74 77  |ou can't have tw|
000012b0  6f 20 61 70 70 6c 69 63  61 74 69 6f 6e 73 0a 6c  |o applications.l|
000012c0  6f 61 64 69 6e 67 20 6f  6e 20 74 68 65 20 73 61  |oading on the sa|
000012d0  6d 65 20 6b 65 79 70 72  65 73 73 20 61 73 20 69  |me keypress as i|
000012e0  74 20 77 6f 75 6c 64 20  62 65 20 76 65 72 79 20  |t would be very |
000012f0  73 69 6c 6c 79 2e 0a 0a  2a 20 4e 6f 77 20 66 6f  |silly...* Now fo|
00001300  6c 6c 6f 77 73 20 68 6f  77 20 74 6f 20 73 65 74  |llows how to set|
00001310  20 6f 75 74 20 74 68 65  20 48 6f 74 4b 65 79 73  | out the HotKeys|
00001320  20 66 69 6c 65 2c 20 79  6f 75 20 64 6f 20 6e 6f  | file, you do no|
00001330  74 20 6e 65 65 64 20 74  6f 20 72 65 61 64 20 74  |t need to read t|
00001340  68 69 73 0a 2a 20 61 73  20 49 63 6f 6e 44 69 72  |his.* as IconDir|
00001350  20 6e 6f 77 20 68 61 73  20 61 20 68 6f 74 6b 65  | now has a hotke|
00001360  79 20 6d 61 6e 61 67 65  6d 65 6e 74 20 70 72 6f  |y management pro|
00001370  67 72 61 6d 20 77 68 69  63 68 20 63 61 6e 20 62  |gram which can b|
00001380  65 20 61 63 74 69 76 61  74 65 64 20 66 72 6f 6d  |e activated from|
00001390  0a 2a 20 74 68 65 20 6d  69 73 63 20 6d 65 6e 75  |.* the misc menu|
000013a0  20 6f 6e 20 49 63 6f 6e  44 69 72 2e 0a 0a 57 69  | on IconDir...Wi|
000013b0  74 68 69 6e 20 74 68 65  20 49 63 6f 6e 44 69 72  |thin the IconDir|
000013c0  20 64 69 72 65 63 74 6f  72 79 20 69 73 20 61 20  | directory is a |
000013d0  66 69 6c 65 20 63 61 6c  6c 65 64 20 27 48 6f 74  |file called 'Hot|
000013e0  4b 65 79 73 27 20 61 6e  64 20 74 68 69 73 20 69  |Keys' and this i|
000013f0  73 20 74 68 65 20 66 69  6c 65 0a 74 68 61 74 20  |s the file.that |
00001400  64 65 63 69 64 65 73 20  77 68 69 63 68 20 68 6f  |decides which ho|
00001410  74 6b 65 79 73 20 79 6f  75 20 68 61 76 65 20 73  |tkeys you have s|
00001420  65 74 75 70 2e 20 20 20  54 68 65 20 66 6f 72 6d  |etup.   The form|
00001430  61 74 20 6f 66 20 74 68  65 20 66 69 6c 65 20 69  |at of the file i|
00001440  73 20 76 65 72 79 0a 73  74 72 61 69 67 68 74 20  |s very.straight |
00001450  66 6f 72 77 61 72 64 2c  20 66 69 72 73 74 6c 79  |forward, firstly|
00001460  20 79 6f 75 20 68 61 76  65 20 74 68 65 20 66 69  | you have the fi|
00001470  6c 65 6e 61 6d 65 20 6f  72 20 64 69 72 65 63 74  |lename or direct|
00001480  6f 72 79 20 6e 61 6d 65  20 6f 66 20 74 68 65 20  |ory name of the |
00001490  66 69 6c 65 0a 6f 72 20  64 69 72 65 63 74 6f 72  |file.or director|
000014a0  79 20 79 6f 75 20 77 6f  75 6c 64 20 6c 69 6b 65  |y you would like|
000014b0  20 74 6f 20 6c 6f 61 64  20 6f 72 20 6f 70 65 6e  | to load or open|
000014c0  2e 20 20 20 53 65 63 6f  6e 64 6c 79 20 79 6f 75  |.   Secondly you|
000014d0  20 68 61 76 65 20 74 68  65 20 68 6f 74 6b 65 79  | have the hotkey|
000014e0  0a 6c 65 74 74 65 72 20  74 68 61 74 20 79 6f 75  |.letter that you|
000014f0  20 77 6f 75 6c 64 20 6c  69 6b 65 20 74 6f 20 64  | would like to d|
00001500  65 73 69 67 6e 61 74 65  20 74 6f 20 64 6f 69 6e  |esignate to doin|
00001510  67 20 74 68 61 74 20 61  63 74 69 6f 6e 2c 20 66  |g that action, f|
00001520  6f 72 20 65 78 61 6d 70  6c 65 3a 0a 0a 20 20 20  |or example:..   |
00001530  61 64 66 73 3a 3a 49 44  45 44 69 73 63 34 2e 24  |adfs::IDEDisc4.$|
00001540  2e 41 70 70 6c 69 63 73  2e 21 53 74 72 6f 6e 67  |.Applics.!Strong|
00001550  45 44 32 20 20 20 20 20  20 20 20 20 20 20 20 20  |ED2             |
00001560  20 20 20 45 0a 0a 54 68  69 73 20 6d 65 61 6e 73  |   E..This means|
00001570  20 74 68 61 74 20 77 68  65 6e 20 79 6f 75 20 68  | that when you h|
00001580  6f 6c 64 20 64 6f 77 6e  20 43 54 52 4c 20 61 6e  |old down CTRL an|
00001590  64 20 45 20 69 74 20 77  69 6c 6c 20 73 74 61 72  |d E it will star|
000015a0  74 75 70 20 53 74 72 6f  6e 67 45 64 2e 20 20 20  |tup StrongEd.   |
000015b0  59 6f 75 0a 61 72 65 20  61 6c 6c 6f 77 65 64 20  |You.are allowed |
000015c0  61 73 20 6d 61 6e 79 20  73 70 61 63 65 73 20 62  |as many spaces b|
000015d0  65 66 6f 72 65 20 74 68  65 20 66 69 6c 65 6e 61  |efore the filena|
000015e0  6d 65 2c 20 62 65 66 6f  72 65 20 74 68 65 20 68  |me, before the h|
000015f0  6f 74 6b 65 79 20 61 6e  64 20 61 66 74 65 72 0a  |otkey and after.|
00001600  74 68 65 20 68 6f 74 6b  65 79 20 61 73 20 79 6f  |the hotkey as yo|
00001610  75 20 6c 69 6b 65 2e 0a  0a 59 6f 75 20 6d 61 79  |u like...You may|
00001620  20 61 6c 73 6f 20 68 61  76 65 20 63 6f 6d 6d 65  | also have comme|
00001630  6e 74 73 20 69 6e 20 79  6f 75 72 20 27 48 6f 74  |nts in your 'Hot|
00001640  4b 65 79 73 27 20 66 69  6c 65 2c 20 74 68 65 73  |Keys' file, thes|
00001650  65 20 73 74 61 72 74 20  77 69 74 68 20 74 68 65  |e start with the|
00001660  20 27 7c 27 0a 63 68 61  72 61 63 74 65 72 2e 20  | '|'.character. |
00001670  20 46 6f 72 20 65 78 61  6d 70 6c 65 3a 0a 0a 7c  | For example:..||
00001680  20 20 54 68 69 73 20 69  73 20 6d 79 20 48 6f 74  |  This is my Hot|
00001690  4b 65 79 73 20 66 69 6c  65 2c 20 61 6e 79 62 6f  |Keys file, anybo|
000016a0  64 79 20 77 68 6f 20 61  6c 74 65 72 73 20 69 74  |dy who alters it|
000016b0  20 77 69 6c 6c 20 64 69  65 2e 2e 2e 0a 0a 41 20  | will die.....A |
000016c0  27 48 6f 74 4b 65 79 73  27 20 66 69 6c 65 20 4d  |'HotKeys' file M|
000016d0  55 53 54 20 62 65 20 74  65 72 6d 69 6e 61 74 65  |UST be terminate|
000016e0  64 20 77 69 74 68 20 74  68 65 20 27 45 4e 44 27  |d with the 'END'|
000016f0  20 6c 69 6e 65 3a 0a 0a  7c 20 20 43 6f 6d 6d 65  | line:..|  Comme|
00001700  6e 74 0a 20 20 20 3c 66  69 6c 65 6e 61 6d 65 3e  |nt.   <filename>|
00001710  20 5b 3c 68 6f 74 6b 65  79 3e 5d 20 5b 3c 2a 3e  | [<hotkey>] [<*>|
00001720  5d 0a 20 20 20 3c 66 69  6c 65 6e 61 6d 65 3e 20  |].   <filename> |
00001730  5b 3c 68 6f 74 6b 65 79  3e 5d 20 5b 3c 2a 3e 5d  |[<hotkey>] [<*>]|
00001740  0a 20 20 20 3c 66 69 6c  65 6e 61 6d 65 3e 20 5b  |.   <filename> [|
00001750  3c 68 6f 74 6b 65 79 3e  5d 20 5b 3c 2a 3e 5d 0a  |<hotkey>] [<*>].|
00001760  20 20 20 2e 2e 2e 2e 0a  45 4e 44 0a 0a 41 6e 79  |   .....END..Any|
00001770  74 68 69 6e 67 20 61 66  74 65 72 20 74 68 65 20  |thing after the |
00001780  45 4e 44 20 73 74 61 74  65 6d 65 6e 74 20 69 73  |END statement is|
00001790  20 69 67 6e 6f 72 65 64  2c 20 69 66 20 74 68 65  | ignored, if the|
000017a0  20 45 4e 44 20 69 73 20  6d 69 73 73 69 6e 67 20  | END is missing |
000017b0  74 68 65 6e 20 69 74 0a  77 69 6c 6c 20 70 72 6f  |then it.will pro|
000017c0  62 61 62 6c 79 20 63 72  61 73 68 2e 20 20 28 54  |bably crash.  (T|
000017d0  68 65 20 45 4e 44 20 6d  75 73 74 20 62 65 20 6f  |he END must be o|
000017e0  6e 20 69 74 27 73 20 6f  77 6e 20 73 65 70 65 72  |n it's own seper|
000017f0  61 74 65 20 6c 69 6e 65  29 0a 0a 46 6f 72 20 64  |ate line)..For d|
00001800  65 74 61 69 6c 73 20 6f  6e 20 74 68 65 20 22 5b  |etails on the "[|
00001810  3c 2a 3e 5d 22 20 74 68  65 6e 20 70 6c 65 61 73  |<*>]" then pleas|
00001820  65 20 73 65 65 20 27 4b  69 63 6b 73 74 61 72 74  |e see 'Kickstart|
00001830  69 6e 67 20 61 70 70 6c  69 63 61 74 69 6f 6e 73  |ing applications|
00001840  27 2e 0a 0a 48 6f 74 6b  65 79 73 20 77 69 6c 6c  |'...Hotkeys will|
00001850  20 61 70 70 65 61 72 20  6f 6e 20 74 68 65 20 6d  | appear on the m|
00001860  65 6e 75 73 20 74 6f 20  72 65 6d 69 6e 64 20 79  |enus to remind y|
00001870  6f 75 20 74 68 61 74 20  74 68 65 72 65 20 69 73  |ou that there is|
00001880  20 61 20 73 68 6f 72 74  63 75 74 0a 64 65 66 69  | a shortcut.defi|
00001890  6e 65 64 20 28 74 68 65  79 20 77 69 6c 6c 20 61  |ned (they will a|
000018a0  70 70 65 61 72 20 61 73  20 5e 3c 6c 65 74 74 65  |ppear as ^<lette|
000018b0  72 3e 29 2c 20 72 65 6d  65 6d 62 65 72 20 74 68  |r>), remember th|
000018c0  61 74 20 69 66 20 79 6f  75 20 64 6f 6e 27 74 20  |at if you don't |
000018d0  68 61 76 65 20 61 0a 6d  65 6e 75 20 63 6f 6e 74  |have a.menu cont|
000018e0  61 69 6e 69 6e 67 20 74  68 65 20 66 69 6c 65 20  |aining the file |
000018f0  79 6f 75 20 68 61 76 65  20 73 70 65 63 69 66 69  |you have specifi|
00001900  65 64 20 66 6f 72 20 61  20 73 68 6f 72 74 63 75  |ed for a shortcu|
00001910  74 20 74 68 65 6e 20 69  74 20 77 69 6c 6c 20 73  |t then it will s|
00001920  74 69 6c 6c 0a 77 6f 72  6b 20 28 61 73 73 75 6d  |till.work (assum|
00001930  69 6e 67 20 74 68 65 20  66 69 6c 65 20 65 78 69  |ing the file exi|
00001940  73 74 73 29 20 61 6c 74  68 6f 75 67 68 20 79 6f  |sts) although yo|
00001950  75 20 77 69 6c 6c 20 6e  65 76 65 72 20 73 65 65  |u will never see|
00001960  20 74 68 65 20 72 65 6d  69 6e 64 65 72 2e 0a 0a  | the reminder...|
00001970  48 6f 74 6b 65 79 20 72  65 6d 69 6e 64 65 72 73  |Hotkey reminders|
00001980  20 28 65 67 2e 20 5e 45  29 20 77 69 6c 6c 20 6e  | (eg. ^E) will n|
00001990  6f 74 20 61 70 70 65 61  72 20 6f 6e 20 74 68 65  |ot appear on the|
000019a0  20 6d 61 69 6e 20 6d 65  6e 75 2c 20 62 75 74 20  | main menu, but |
000019b0  79 6f 75 20 6d 61 79 20  68 61 76 65 0a 68 6f 74  |you may have.hot|
000019c0  6b 65 79 73 20 61 63 74  69 76 61 74 65 64 20 6f  |keys activated o|
000019d0  6e 20 74 68 65 20 6d 61  69 6e 20 6d 65 6e 75 20  |n the main menu |
000019e0  69 74 65 6d 73 2e 0a 0a  0a 0a 54 68 65 20 48 6f  |items.....The Ho|
000019f0  74 6b 65 79 73 20 61 70  70 6c 69 63 61 74 69 6f  |tkeys applicatio|
00001a00  6e 0a 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |n.==============|
00001a10  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 0a 54 68 65 20 48  |=========..The H|
00001a20  6f 74 6b 65 79 73 20 61  70 70 6c 69 63 61 74 69  |otkeys applicati|
00001a30  6f 6e 20 77 61 73 20 77  72 69 74 74 65 6e 20 62  |on was written b|
00001a40  79 20 47 72 61 68 61 6d  20 43 72 6f 77 20 74 6f  |y Graham Crow to|
00001a50  20 73 75 70 70 6f 72 74  20 49 63 6f 6e 44 69 72  | support IconDir|
00001a60  2e 20 20 49 74 0a 67 72  65 61 74 6c 79 20 73 69  |.  It.greatly si|
00001a70  6d 70 6c 69 66 69 65 73  20 74 68 65 20 6a 6f 62  |mplifies the job|
00001a80  20 6f 66 20 61 73 73 69  67 6e 69 6e 67 20 68 6f  | of assigning ho|
00001a90  74 6b 65 79 73 20 73 6f  20 74 68 61 74 20 49 63  |tkeys so that Ic|
00001aa0  6f 6e 44 69 72 20 66 69  6c 65 73 20 6d 61 79 0a  |onDir files may.|
00001ab0  62 65 20 63 72 65 61 74  65 64 20 77 69 74 68 6f  |be created witho|
00001ac0  75 74 20 68 61 76 69 6e  67 20 74 6f 20 65 64 69  |ut having to edi|
00001ad0  74 20 74 68 65 20 72 61  77 20 74 65 78 74 66 69  |t the raw textfi|
00001ae0  6c 65 2e 20 20 54 68 69  73 20 61 70 70 6c 69 63  |le.  This applic|
00001af0  61 74 69 6f 6e 20 61 6c  73 6f 0a 61 6c 6c 6f 77  |ation also.allow|
00001b00  73 20 79 6f 75 20 74 6f  20 64 65 74 65 72 6d 69  |s you to determi|
00001b10  6e 65 20 77 68 65 74 68  65 72 20 6f 62 6a 65 63  |ne whether objec|
00001b20  74 73 20 73 68 6f 75 6c  64 20 62 65 20 6b 69 63  |ts should be kic|
00001b30  6b 73 74 61 72 74 65 64  20 6f 72 20 6e 6f 74 2e  |kstarted or not.|
00001b40  0a 0a 41 66 74 65 72 20  79 6f 75 20 68 61 76 65  |..After you have|
00001b50  20 73 61 76 65 64 20 79  6f 75 72 20 68 6f 74 6b  | saved your hotk|
00001b60  65 79 20 66 69 6c 65 2c  20 79 6f 75 20 6d 75 73  |ey file, you mus|
00001b70  74 20 72 65 6c 6f 61 64  20 49 63 6f 6e 44 69 72  |t reload IconDir|
00001b80  2e 0a 0a 0a 0a 4b 69 63  6b 73 74 61 72 74 69 6e  |.....Kickstartin|
00001b90  67 20 61 70 70 6c 69 63  61 74 69 6f 6e 73 0a 3d  |g applications.=|
00001ba0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00001bb0  3d 3d 3d 3d 3d 3d 3d 3d  0a 0a 41 66 74 65 72 20  |========..After |
00001bc0  65 61 63 68 20 65 6e 74  72 79 20 69 6e 20 74 68  |each entry in th|
00001bd0  65 20 68 6f 74 6b 65 79  73 20 66 69 6c 65 20 79  |e hotkeys file y|
00001be0  6f 75 20 6d 61 79 20 61  6c 73 6f 20 73 70 65 63  |ou may also spec|
00001bf0  69 66 79 20 77 68 65 74  68 65 72 20 74 68 65 20  |ify whether the |
00001c00  70 72 6f 67 72 61 6d 0a  69 73 20 74 6f 20 62 65  |program.is to be|
00001c10  20 61 75 74 6f 6d 61 74  69 63 61 6c 6c 79 20 6c  | automatically l|
00001c20  6f 61 64 65 64 20 77 68  65 6e 20 49 63 6f 6e 44  |oaded when IconD|
00001c30  69 72 20 69 73 20 66 69  72 73 74 20 6c 6f 61 64  |ir is first load|
00001c40  65 64 2e 0a 0a 54 68 69  73 20 69 73 20 76 65 72  |ed...This is ver|
00001c50  79 20 75 73 65 66 75 6c  20 61 73 20 61 6e 20 61  |y useful as an a|
00001c60  6c 74 65 72 6e 61 74 69  76 65 20 74 6f 20 61 20  |lternative to a |
00001c70  62 6f 6f 74 20 66 69 6c  65 2c 20 6a 75 73 74 20  |boot file, just |
00001c80  21 49 63 6f 6e 44 69 72  20 68 61 73 20 74 6f 20  |!IconDir has to |
00001c90  62 65 0a 6c 6f 61 64 65  64 2e 0a 0a 54 6f 20 6d  |be.loaded...To m|
00001ca0  61 6b 65 20 61 6e 20 61  70 70 6c 69 63 61 74 69  |ake an applicati|
00001cb0  6f 6e 20 72 75 6e 20 61  75 74 6f 6d 61 74 69 63  |on run automatic|
00001cc0  61 6c 6c 79 20 28 6f 72  20 69 6e 64 65 65 64 2c  |ally (or indeed,|
00001cd0  20 6f 70 65 6e 20 61 20  61 20 64 69 72 65 63 74  | open a a direct|
00001ce0  6f 72 79 20 6f 72 0a 72  75 6e 20 61 20 66 69 6c  |ory or.run a fil|
00001cf0  65 29 20 74 68 65 6e 20  79 6f 75 20 64 6f 20 6e  |e) then you do n|
00001d00  6f 74 20 6e 65 65 64 20  74 6f 20 6d 61 6b 65 20  |ot need to make |
00001d10  74 68 65 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  |the application |
00001d20  68 61 76 65 20 61 20 68  6f 74 6b 65 79 2e 0a 0a  |have a hotkey...|
00001d30  46 6f 72 20 65 78 61 6d  70 6c 65 2c 20 79 6f 75  |For example, you|
00001d40  20 63 6f 75 6c 64 20 68  61 76 65 20 74 68 65 20  | could have the |
00001d50  66 6f 6c 6c 6f 77 69 6e  67 20 6c 69 6e 65 20 69  |following line i|
00001d60  6e 20 79 6f 75 72 20 27  48 6f 74 4b 65 79 73 27  |n your 'HotKeys'|
00001d70  20 66 69 6c 65 3a 0a 0a  20 20 20 61 64 66 73 3a  | file:..   adfs:|
00001d80  3a 49 44 45 44 69 73 63  34 2e 24 2e 41 70 70 6c  |:IDEDisc4.$.Appl|
00001d90  69 63 73 2e 21 53 74 72  6f 6e 67 45 44 32 20 20  |ics.!StrongED2  |
00001da0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 45 20  |              E |
00001db0  20 2a 0a 0a 62 75 74 20  79 6f 75 20 6d 61 79 20  | *..but you may |
00001dc0  6e 6f 74 20 77 61 6e 74  20 53 74 72 6f 6e 67 45  |not want StrongE|
00001dd0  64 32 20 74 6f 20 68 61  76 65 20 61 20 68 6f 74  |d2 to have a hot|
00001de0  6b 65 79 2c 20 73 6f 20  79 6f 75 20 77 6f 75 6c  |key, so you woul|
00001df0  64 20 68 61 76 65 20 74  68 65 20 6c 69 6e 65 3a  |d have the line:|
00001e00  0a 0a 20 20 20 61 64 66  73 3a 3a 49 44 45 44 69  |..   adfs::IDEDi|
00001e10  73 63 34 2e 24 2e 41 70  70 6c 69 63 73 2e 21 53  |sc4.$.Applics.!S|
00001e20  74 72 6f 6e 67 45 44 32  20 20 20 20 20 20 20 20  |trongED2        |
00001e30  20 20 20 20 20 20 20 20  20 20 20 2a 0a 0a 41 73  |           *..As|
00001e40  20 79 6f 75 20 63 61 6e  20 73 65 65 2c 20 65 69  | you can see, ei|
00001e50  74 68 65 72 20 6f 70 74  69 6f 6e 20 69 73 20 6f  |ther option is o|
00001e60  70 74 69 6f 6e 61 6c 2e  0a 0a 0a 0a 52 65 63 61  |ptional.....Reca|
00001e70  6c 6c 0a 3d 3d 3d 3d 3d  3d 0a 0a 52 65 63 61 6c  |ll.======..Recal|
00001e80  6c 20 69 73 20 61 20 73  6d 61 6c 6c 20 75 74 69  |l is a small uti|
00001e90  6c 69 74 79 20 77 68 69  63 68 20 6f 66 66 65 72  |lity which offer|
00001ea0  73 20 61 20 71 75 69 63  6b 20 77 61 79 20 6f 66  |s a quick way of|
00001eb0  20 72 65 6f 70 65 6e 69  6e 67 20 72 65 63 65 6e  | reopening recen|
00001ec0  74 6c 79 0a 6f 70 65 6e  65 64 20 64 69 72 65 63  |tly.opened direc|
00001ed0  74 6f 72 69 65 73 2e 0a  0a 46 72 6f 6d 20 77 68  |tories...From wh|
00001ee0  65 6e 20 49 63 6f 6e 44  69 72 20 69 73 20 6c 6f  |en IconDir is lo|
00001ef0  61 64 65 64 2c 20 77 68  65 6e 65 76 65 72 20 79  |aded, whenever y|
00001f00  6f 75 20 6f 70 65 6e 20  61 20 64 69 72 65 63 74  |ou open a direct|
00001f10  6f 72 79 2c 20 69 74 73  20 6e 61 6d 65 20 69 73  |ory, its name is|
00001f20  0a 61 64 64 65 64 20 74  6f 20 74 68 65 20 27 52  |.added to the 'R|
00001f30  65 63 61 6c 6c 27 20 6d  65 6e 75 2e 20 20 20 53  |ecall' menu.   S|
00001f40  65 6c 65 63 74 69 6e 67  20 74 68 65 20 6e 61 6d  |electing the nam|
00001f50  65 20 6f 66 20 61 20 64  69 72 65 63 74 6f 72 79  |e of a directory|
00001f60  20 66 72 6f 6d 20 74 68  65 0a 72 65 63 61 6c 6c  | from the.recall|
00001f70  20 6d 65 6e 75 20 77 69  6c 6c 20 6f 70 65 6e 20  | menu will open |
00001f80  74 68 61 74 20 64 69 72  65 63 74 6f 72 79 2e 0a  |that directory..|
00001f90  0a 49 66 20 79 6f 75 20  6f 70 65 6e 20 6d 6f 72  |.If you open mor|
00001fa0  65 20 74 68 61 6e 20 38  20 64 69 72 65 63 74 6f  |e than 8 directo|
00001fb0  72 69 65 73 20 74 68 65  6e 20 74 68 65 20 64 69  |ries then the di|
00001fc0  72 65 63 74 6f 72 69 65  73 20 74 68 61 74 20 6f  |rectories that o|
00001fd0  70 65 6e 65 64 20 74 68  65 0a 6c 6f 6e 67 65 73  |pened the.longes|
00001fe0  74 20 74 69 6d 65 20 61  67 6f 20 61 72 65 20 72  |t time ago are r|
00001ff0  65 6d 6f 76 65 64 20 66  72 6f 6d 20 74 68 65 20  |emoved from the |
00002000  6d 65 6e 75 2e 20 20 20  54 68 65 20 6d 65 6e 75  |menu.   The menu|
00002010  20 69 73 20 61 6c 77 61  79 73 20 69 6e 20 6f 72  | is always in or|
00002020  64 65 72 0a 6f 66 20 77  68 65 6e 20 74 68 65 79  |der.of when they|
00002030  20 77 65 72 65 20 6f 70  65 6e 65 64 2c 20 74 68  | were opened, th|
00002040  65 20 66 69 72 73 74 20  61 74 20 74 68 65 20 74  |e first at the t|
00002050  6f 70 2c 20 74 68 65 20  6c 61 73 74 20 61 74 20  |op, the last at |
00002060  74 68 65 20 62 6f 74 74  6f 6d 2e 0a 0a 53 65 6c  |the bottom...Sel|
00002070  65 63 74 69 6e 67 20 27  52 65 63 61 6c 6c 27 20  |ecting 'Recall' |
00002080  69 74 73 65 6c 66 20 77  69 6c 6c 20 68 61 76 65  |itself will have|
00002090  20 74 68 65 20 65 66 66  65 63 74 20 6f 66 20 63  | the effect of c|
000020a0  6c 65 61 72 69 6e 67 20  74 68 65 20 6d 65 6e 75  |learing the menu|
000020b0  2e 0a 0a 0a 0a 49 6d 70  72 65 73 73 65 64 3f 0a  |.....Impressed?.|
000020c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 0a 49 66 20 74  |==========..If t|
000020d0  68 69 73 20 77 61 73 20  61 20 73 68 61 72 65 77  |his was a sharew|
000020e0  61 72 65 20 70 72 6f 67  72 61 6d 20 74 68 69 73  |are program this|
000020f0  20 69 73 20 77 68 65 72  65 20 49 20 77 6f 75 6c  | is where I woul|
00002100  64 20 61 73 6b 20 79 6f  75 20 74 6f 20 73 65 6e  |d ask you to sen|
00002110  64 20 73 6f 6d 65 0a 6d  6f 6e 65 79 20 74 6f 20  |d some.money to |
00002120  6d 65 2c 20 62 75 74 20  73 69 6e 63 65 20 69 74  |me, but since it|
00002130  20 69 73 6e 27 74 20 2d  20 69 66 20 79 6f 75 20  | isn't - if you |
00002140  61 72 65 20 70 6c 65 61  73 65 64 20 61 6e 64 20  |are pleased and |
00002150  64 6f 6e 27 74 20 6b 6e  6f 77 20 68 6f 77 20 79  |don't know how y|
00002160  6f 75 0a 63 6f 75 6c 64  20 68 61 76 65 20 73 75  |ou.could have su|
00002170  72 76 69 76 65 64 20 77  69 74 68 6f 75 74 20 49  |rvived without I|
00002180  63 6f 6e 44 69 72 20 74  68 65 6e 20 77 68 79 20  |conDir then why |
00002190  6e 6f 74 20 77 72 69 74  65 20 74 6f 20 6d 65 20  |not write to me |
000021a0  61 6e 64 20 74 65 6c 6c  20 6d 65 2c 0a 69 6e 63  |and tell me,.inc|
000021b0  6c 75 64 69 6e 67 20 61  6e 79 20 73 75 67 67 65  |luding any sugge|
000021c0  73 74 69 6f 6e 73 20 66  6f 72 20 6e 65 77 20 66  |stions for new f|
000021d0  65 61 74 75 72 65 73 20  6f 72 20 6a 75 73 74 20  |eatures or just |
000021e0  74 6f 20 73 61 79 20 27  48 69 27 21 0a 0a 0a 0a  |to say 'Hi'!....|
000021f0  4f 74 68 65 72 20 70 72  6f 67 72 61 6d 73 20 62  |Other programs b|
00002200  79 20 6d 65 0a 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |y me.===========|
00002210  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 0a 43 6f 6f 6b 69  |=========..Cooki|
00002220  65 73 20 69 73 20 61 20  63 6f 6f 6b 69 65 20 72  |es is a cookie r|
00002230  61 6e 64 6f 6d 69 73 65  72 20 66 6f 72 20 79 6f  |andomiser for yo|
00002240  75 72 20 64 65 73 6b 74  6f 70 20 62 6f 6f 74 20  |ur desktop boot |
00002250  66 69 6c 65 73 2c 20 73  74 69 63 6b 20 69 74 20  |files, stick it |
00002260  69 6e 20 61 6e 64 0a 69  74 20 77 69 6c 6c 20 67  |in and.it will g|
00002270  69 76 65 20 79 6f 75 20  61 20 68 75 6d 6f 75 72  |ive you a humour|
00002280  6f 75 73 20 71 75 6f 74  65 20 6f 72 20 73 61 79  |ous quote or say|
00002290  69 6e 67 20 65 76 65 72  79 74 69 6d 65 20 79 6f  |ing everytime yo|
000022a0  75 20 74 75 72 6e 20 79  6f 75 72 20 63 6f 6d 70  |u turn your comp|
000022b0  75 74 65 72 0a 6f 6e 21  0a 0a 50 61 6c 65 74 74  |uter.on!..Palett|
000022c0  65 20 69 73 20 61 20 72  65 70 6c 61 63 65 6d 65  |e is a replaceme|
000022d0  6e 74 20 50 61 6c 65 74  74 65 55 74 69 6c 2c 20  |nt PaletteUtil, |
000022e0  50 61 6c 65 74 74 65 20  70 72 6f 76 69 64 65 73  |Palette provides|
000022f0  20 61 20 75 73 65 72 2d  65 64 69 74 61 62 6c 65  | a user-editable|
00002300  20 6d 6f 64 65 0a 6d 65  6e 75 2c 20 61 73 20 77  | mode.menu, as w|
00002310  65 6c 6c 20 61 73 20 68  6f 74 6b 65 79 73 20 74  |ell as hotkeys t|
00002320  6f 20 63 68 61 6e 67 65  20 6d 6f 64 65 73 20 61  |o change modes a|
00002330  6e 64 20 6d 61 6e 79 20  6d 61 6e 79 20 6d 61 6e  |nd many many man|
00002340  79 20 6d 6f 72 65 20 66  65 61 74 75 72 65 73 2e  |y more features.|
00002350  0a 0a 4e 6f 64 65 4c 69  73 74 20 69 73 20 61 20  |..NodeList is a |
00002360  42 42 53 20 6e 6f 64 65  6c 69 73 74 20 76 69 65  |BBS nodelist vie|
00002370  77 65 72 20 73 6f 20 74  68 61 74 20 79 6f 75 20  |wer so that you |
00002380  63 61 6e 20 73 65 61 72  63 68 20 66 6f 72 20 62  |can search for b|
00002390  6f 61 72 64 73 20 69 6e  20 79 6f 75 72 0a 61 72  |oards in your.ar|
000023a0  65 61 20 6f 72 20 63 6f  6d 70 69 6c 65 20 61 20  |ea or compile a |
000023b0  42 42 20 6c 69 73 74 2e  0a 0a 0a 49 20 68 6f 70  |BB list....I hop|
000023c0  65 20 79 6f 75 20 68 61  76 65 20 63 6f 70 69 65  |e you have copie|
000023d0  73 20 6f 66 20 6f 75 72  20 63 6f 6d 6d 65 72 63  |s of our commerc|
000023e0  69 61 6c 20 70 72 6f 67  72 61 6d 73 2e 2e 2e 20  |ial programs... |
000023f0  28 61 6e 64 20 49 20 68  6f 70 65 20 79 6f 75 20  |(and I hope you |
00002400  70 61 69 64 21 29 0a 0a  0a 0a 43 6f 6e 74 61 63  |paid!)....Contac|
00002410  74 73 0a 3d 3d 3d 3d 3d  3d 3d 3d 0a 0a 49 66 20  |ts.========..If |
00002420  79 6f 75 20 68 61 76 65  20 61 6e 79 20 73 75 67  |you have any sug|
00002430  67 65 73 74 69 6f 6e 73  2c 20 6f 72 20 79 6f 75  |gestions, or you|
00002440  20 68 61 76 65 20 66 6f  75 6e 64 20 61 20 62 75  | have found a bu|
00002450  67 2c 20 6f 72 20 65 76  65 6e 20 69 66 20 79 6f  |g, or even if yo|
00002460  75 20 6a 75 73 74 0a 77  61 6e 74 20 74 6f 20 74  |u just.want to t|
00002470  65 6c 6c 20 6d 65 20 68  6f 77 20 67 72 65 61 74  |ell me how great|
00002480  20 79 6f 75 20 74 68 69  6e 6b 20 74 68 69 73 20  | you think this |
00002490  70 72 6f 67 72 61 6d 20  69 73 2c 20 72 69 6e 67  |program is, ring|
000024a0  20 6f 72 20 77 72 69 74  65 20 74 6f 20 74 68 65  | or write to the|
000024b0  0a 61 64 64 72 65 73 73  20 69 6e 20 74 68 65 20  |.address in the |
000024c0  74 65 78 74 66 69 6c 65  20 27 44 6f 67 67 79 53  |textfile 'DoggyS|
000024d0  66 74 43 74 27 2e 0a 0a  49 66 20 79 6f 75 20 61  |ftCt'...If you a|
000024e0  72 65 20 61 20 50 44 20  43 6f 6d 70 61 6e 79 20  |re a PD Company |
000024f0  6f 72 20 61 20 6d 61 67  61 7a 69 6e 65 20 74 68  |or a magazine th|
00002500  65 6e 20 44 6f 67 67 79  53 6f 66 74 20 77 6f 75  |en DoggySoft wou|
00002510  6c 64 20 62 65 20 68 61  70 70 79 20 74 6f 0a 73  |ld be happy to.s|
00002520  75 70 70 6c 79 20 63 6f  70 69 65 73 20 6f 66 20  |upply copies of |
00002530  61 6c 6c 20 6f 75 72 20  6c 61 74 65 73 74 20 50  |all our latest P|
00002540  44 20 70 72 6f 67 72 61  6d 73 2e 0a 0a 2a 2a 2a  |D programs...***|
00002550  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00002590  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 0a 44 6f 20 6e 6f  |**********.Do no|
000025a0  74 20 66 6f 72 67 65 74  20 74 6f 20 63 61 6c 6c  |t forget to call|
000025b0  20 74 68 65 20 44 6f 67  67 79 53 6f 66 74 20 73  | the DoggySoft s|
000025c0  75 70 70 6f 72 74 20 42  42 53 20 27 46 75 72 7a  |upport BBS 'Furz|
000025d0  65 66 69 65 6c 64 20 48  71 27 2c 20 32 34 68 72  |efield Hq', 24hr|
000025e0  73 20 6f 6e 0a 28 30 34  39 34 29 20 36 38 31 37  |s on.(0494) 6817|
000025f0  31 31 20 66 6f 72 20 74  68 65 20 6c 61 74 65 73  |11 for the lates|
00002600  74 20 76 65 72 73 69 6f  6e 73 20 6f 66 20 61 6c  |t versions of al|
00002610  6c 20 6f 75 72 20 50 75  62 6c 69 63 20 44 6f 6d  |l our Public Dom|
00002620  61 69 6e 20 61 6e 64 20  43 6f 6d 6d 65 72 63 69  |ain and Commerci|
00002630  61 6c 0a 70 72 6f 67 72  61 6d 73 2e 20 20 54 68  |al.programs.  Th|
00002640  65 20 46 69 64 6f 4e 65  74 20 61 64 64 72 65 73  |e FidoNet addres|
00002650  73 20 69 73 20 32 3a 32  35 32 2f 31 36 36 20 69  |s is 2:252/166 i|
00002660  66 20 79 6f 75 20 77 69  73 68 20 74 6f 20 4e 65  |f you wish to Ne|
00002670  74 4d 61 69 6c 20 75 73  2e 0a 2a 2a 2a 2a 2a 2a  |tMail us..******|
00002680  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000026c0  2a 2a 2a 2a 2a 2a 2a 0a                           |*******.|
000026c8