Home » Archimedes archive » Acorn User » AU 1998-09.adf » Features » DesktopPD/ExtraBar/!ExDocs/Docs/exlibrary

DesktopPD/ExtraBar/!ExDocs/Docs/exlibrary

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1998-09.adf » Features
Filename: DesktopPD/ExtraBar/!ExDocs/Docs/exlibrary
Read OK:
File size: 0FF5 bytes
Load address: 0000
Exec address: 0000
File contents
<html>
<head>
<title>ExtraBar - ExLibrary (Shared resource)</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000dd" alink="#0000dd" opmargin=8 leftmargin=8 rightmargin=8>

<h1><img src="images/smlogo.gif" align="right">ExLibrary</h1>
<br clear="all">

<hr noshade>

<a name="intro"></a>
<H2>Introduction</H2>

<p><b>ExLibrary</b> is a shared resource for ExtraBar. It contains a number of files that add a number of extra facilities to the RiscOS desktop</p>

<a name="facs"></a>
<h2>Facilities</h2>

<a name="caret"></a>
<h3>Caret_</h3>
<p>The Caret_ utility supplies three extra star commands to the operating system.</p>
<ul>
<li>Caret_Back &lt;count&gt;
<li>Caret_Forward &lt;count&gt;
<li>Emulate_Key &lt;wimp key code&gt;
</ul>

<a name="filermenu"></a>
<h3>FilerMenu</h3>
<p>The Filermenu utility supplies one extra star command to operating system.</p>
<ul>
<li>Filer_Menu &lt;directory path&gt;
</ul>
<p>There are many other attributes that can be altered.</p>
<p><b>Please read the FilerMenu <a href="file:/ExLibrary:Utils/!FilerMenu/!Help">!Help file</a>.</b></p>

<a name="hourglass"></a>
<h3>Hourglass</h3>
<p>The Hourglass utility supplies four extra star commands to operating system.</p>
<ul>
<li>Hourglass_On
<li>Hourglass_Off
<li>Hourglass_Smash
<li>Hourglass_Percentage &lt;percentage&gt;
</ul>
<p>These allow control of the Hourglass from an obey file.</p>

<a name="insert"></a>
<h3>Insert</h3>
<p>The Insert utility supplies four extra star commands to operating system.</p>
<ul>
<li>Set Alias$Insert &lt;text&gt;
<li>Set Alias$Insert_text &lt;text&gt;
<li>Set Alias$Insert_file &lt;file path&gt;
<li>Set Alias$Insert_contents &lt;file path&gt;
</ul>
<p>These allow you to insert text whether the caret is currently positioned. If there is no current window with the input focus then an error is reported.</p>

<a name="sprites"></a>
<h3>Sprites</h3>
<p>The Sprites utility supplies two extra star commands to operating system.</p>
<ul>
<li>SaveROMSprites &lt;file path&gt;
<li>SaveWIMPSprites &lt;file path&gt;
</ul>
<p>These enable you to save the standard sprites easily.</p>

<a name="usermenu"></a>
<h3>UserMenu</h3>
<p>The UserMenu utility supplies an extra star commands to operating system.</p>
<ul>
<li>User_Menu &lt;textfile path&gt;
</ul>
<p>The first line of the text file should the menu title, if this line is blank then the menu will not have a title bar. All of the following lines should be in the format.</p>
<p><tt>Menu text&lt;tab character&gt;Star command</tt></p>
<p>If you want to have a sprite on a line then you should add the sprite name before the menu text followed by a semi-colon.</p>
<p><tt>Sprite;Menu text&lt;tab character&gt;Star command</tt></p>

<a name="wait"></a>
<h3>Wait</h3>
<p>The Wait utility supplies an extra star commands to operating system.</p>
<ul>
<li>Wait &lt;time in centiseconds&gt;
</ul>
<p>This pauses an Obey file from being processed for x centiseconds</p>

<a name="web"></a>
<h3>Web</h3>
<p>The Insert utility supplies an extra star commands to operating system. Unlike either <i>*URL</i> or <i>*URIDispatch</i> this command supports both the ANT and Acorn protocals. Though it gives Acorns priority</p>
<ul>
<li>Web &lt;URI&gt;
</ul>
<p>These could be;</p>
<ul>
<li>mailto:
<li>http://
<li>https://
<li>ftp://
<li>x-irc://
</ul>
<p><em>This command is automatically used by ExtraBar when you drag the URL from the Fresco tool bar on to the main ExtraBar window.</em></p> 

<a name="add"></a>
<h2>Additions</h2>
<p>To add items to the ExLibrary directory you will need to copy them in to the <tt>!ExLibrary.Utils</tt> directory. If they are applications then they will be booted at the same time as the main <tt>!ExLibrary</tt> application is.</p>

<p>This directory is also included in to the <tt>Run$Path</tt> so that files can be run by just using their leaf name.</p>

<hr noshade>

<p align="right">If you have any problems or queries about ExtraBar 1.xx then you can<br>contact me at <a href="mailto:davemac@atlantic.oaktree.co.uk">davemac@atlantic.oaktree.co.uk</a>.

</body>
</html>
00000000  3c 68 74 6d 6c 3e 0a 3c  68 65 61 64 3e 0a 3c 74  |<html>.<head>.<t|
00000010  69 74 6c 65 3e 45 78 74  72 61 42 61 72 20 2d 20  |itle>ExtraBar - |
00000020  45 78 4c 69 62 72 61 72  79 20 28 53 68 61 72 65  |ExLibrary (Share|
00000030  64 20 72 65 73 6f 75 72  63 65 29 3c 2f 74 69 74  |d resource)</tit|
00000040  6c 65 3e 0a 3c 2f 68 65  61 64 3e 0a 3c 62 6f 64  |le>.</head>.<bod|
00000050  79 20 62 67 63 6f 6c 6f  72 3d 22 23 66 66 66 66  |y bgcolor="#ffff|
00000060  66 66 22 20 74 65 78 74  3d 22 23 30 30 30 30 30  |ff" text="#00000|
00000070  30 22 20 6c 69 6e 6b 3d  22 23 30 30 30 30 64 64  |0" link="#0000dd|
00000080  22 20 61 6c 69 6e 6b 3d  22 23 30 30 30 30 64 64  |" alink="#0000dd|
00000090  22 20 6f 70 6d 61 72 67  69 6e 3d 38 20 6c 65 66  |" opmargin=8 lef|
000000a0  74 6d 61 72 67 69 6e 3d  38 20 72 69 67 68 74 6d  |tmargin=8 rightm|
000000b0  61 72 67 69 6e 3d 38 3e  0a 0a 3c 68 31 3e 3c 69  |argin=8>..<h1><i|
000000c0  6d 67 20 73 72 63 3d 22  69 6d 61 67 65 73 2f 73  |mg src="images/s|
000000d0  6d 6c 6f 67 6f 2e 67 69  66 22 20 61 6c 69 67 6e  |mlogo.gif" align|
000000e0  3d 22 72 69 67 68 74 22  3e 45 78 4c 69 62 72 61  |="right">ExLibra|
000000f0  72 79 3c 2f 68 31 3e 0a  3c 62 72 20 63 6c 65 61  |ry</h1>.<br clea|
00000100  72 3d 22 61 6c 6c 22 3e  0a 0a 3c 68 72 20 6e 6f  |r="all">..<hr no|
00000110  73 68 61 64 65 3e 0a 0a  3c 61 20 6e 61 6d 65 3d  |shade>..<a name=|
00000120  22 69 6e 74 72 6f 22 3e  3c 2f 61 3e 0a 3c 48 32  |"intro"></a>.<H2|
00000130  3e 49 6e 74 72 6f 64 75  63 74 69 6f 6e 3c 2f 48  |>Introduction</H|
00000140  32 3e 0a 0a 3c 70 3e 3c  62 3e 45 78 4c 69 62 72  |2>..<p><b>ExLibr|
00000150  61 72 79 3c 2f 62 3e 20  69 73 20 61 20 73 68 61  |ary</b> is a sha|
00000160  72 65 64 20 72 65 73 6f  75 72 63 65 20 66 6f 72  |red resource for|
00000170  20 45 78 74 72 61 42 61  72 2e 20 49 74 20 63 6f  | ExtraBar. It co|
00000180  6e 74 61 69 6e 73 20 61  20 6e 75 6d 62 65 72 20  |ntains a number |
00000190  6f 66 20 66 69 6c 65 73  20 74 68 61 74 20 61 64  |of files that ad|
000001a0  64 20 61 20 6e 75 6d 62  65 72 20 6f 66 20 65 78  |d a number of ex|
000001b0  74 72 61 20 66 61 63 69  6c 69 74 69 65 73 20 74  |tra facilities t|
000001c0  6f 20 74 68 65 20 52 69  73 63 4f 53 20 64 65 73  |o the RiscOS des|
000001d0  6b 74 6f 70 3c 2f 70 3e  0a 0a 3c 61 20 6e 61 6d  |ktop</p>..<a nam|
000001e0  65 3d 22 66 61 63 73 22  3e 3c 2f 61 3e 0a 3c 68  |e="facs"></a>.<h|
000001f0  32 3e 46 61 63 69 6c 69  74 69 65 73 3c 2f 68 32  |2>Facilities</h2|
00000200  3e 0a 0a 3c 61 20 6e 61  6d 65 3d 22 63 61 72 65  |>..<a name="care|
00000210  74 22 3e 3c 2f 61 3e 0a  3c 68 33 3e 43 61 72 65  |t"></a>.<h3>Care|
00000220  74 5f 3c 2f 68 33 3e 0a  3c 70 3e 54 68 65 20 43  |t_</h3>.<p>The C|
00000230  61 72 65 74 5f 20 75 74  69 6c 69 74 79 20 73 75  |aret_ utility su|
00000240  70 70 6c 69 65 73 20 74  68 72 65 65 20 65 78 74  |pplies three ext|
00000250  72 61 20 73 74 61 72 20  63 6f 6d 6d 61 6e 64 73  |ra star commands|
00000260  20 74 6f 20 74 68 65 20  6f 70 65 72 61 74 69 6e  | to the operatin|
00000270  67 20 73 79 73 74 65 6d  2e 3c 2f 70 3e 0a 3c 75  |g system.</p>.<u|
00000280  6c 3e 0a 3c 6c 69 3e 43  61 72 65 74 5f 42 61 63  |l>.<li>Caret_Bac|
00000290  6b 20 26 6c 74 3b 63 6f  75 6e 74 26 67 74 3b 0a  |k &lt;count&gt;.|
000002a0  3c 6c 69 3e 43 61 72 65  74 5f 46 6f 72 77 61 72  |<li>Caret_Forwar|
000002b0  64 20 26 6c 74 3b 63 6f  75 6e 74 26 67 74 3b 0a  |d &lt;count&gt;.|
000002c0  3c 6c 69 3e 45 6d 75 6c  61 74 65 5f 4b 65 79 20  |<li>Emulate_Key |
000002d0  26 6c 74 3b 77 69 6d 70  20 6b 65 79 20 63 6f 64  |&lt;wimp key cod|
000002e0  65 26 67 74 3b 0a 3c 2f  75 6c 3e 0a 0a 3c 61 20  |e&gt;.</ul>..<a |
000002f0  6e 61 6d 65 3d 22 66 69  6c 65 72 6d 65 6e 75 22  |name="filermenu"|
00000300  3e 3c 2f 61 3e 0a 3c 68  33 3e 46 69 6c 65 72 4d  |></a>.<h3>FilerM|
00000310  65 6e 75 3c 2f 68 33 3e  0a 3c 70 3e 54 68 65 20  |enu</h3>.<p>The |
00000320  46 69 6c 65 72 6d 65 6e  75 20 75 74 69 6c 69 74  |Filermenu utilit|
00000330  79 20 73 75 70 70 6c 69  65 73 20 6f 6e 65 20 65  |y supplies one e|
00000340  78 74 72 61 20 73 74 61  72 20 63 6f 6d 6d 61 6e  |xtra star comman|
00000350  64 20 74 6f 20 6f 70 65  72 61 74 69 6e 67 20 73  |d to operating s|
00000360  79 73 74 65 6d 2e 3c 2f  70 3e 0a 3c 75 6c 3e 0a  |ystem.</p>.<ul>.|
00000370  3c 6c 69 3e 46 69 6c 65  72 5f 4d 65 6e 75 20 26  |<li>Filer_Menu &|
00000380  6c 74 3b 64 69 72 65 63  74 6f 72 79 20 70 61 74  |lt;directory pat|
00000390  68 26 67 74 3b 0a 3c 2f  75 6c 3e 0a 3c 70 3e 54  |h&gt;.</ul>.<p>T|
000003a0  68 65 72 65 20 61 72 65  20 6d 61 6e 79 20 6f 74  |here are many ot|
000003b0  68 65 72 20 61 74 74 72  69 62 75 74 65 73 20 74  |her attributes t|
000003c0  68 61 74 20 63 61 6e 20  62 65 20 61 6c 74 65 72  |hat can be alter|
000003d0  65 64 2e 3c 2f 70 3e 0a  3c 70 3e 3c 62 3e 50 6c  |ed.</p>.<p><b>Pl|
000003e0  65 61 73 65 20 72 65 61  64 20 74 68 65 20 46 69  |ease read the Fi|
000003f0  6c 65 72 4d 65 6e 75 20  3c 61 20 68 72 65 66 3d  |lerMenu <a href=|
00000400  22 66 69 6c 65 3a 2f 45  78 4c 69 62 72 61 72 79  |"file:/ExLibrary|
00000410  3a 55 74 69 6c 73 2f 21  46 69 6c 65 72 4d 65 6e  |:Utils/!FilerMen|
00000420  75 2f 21 48 65 6c 70 22  3e 21 48 65 6c 70 20 66  |u/!Help">!Help f|
00000430  69 6c 65 3c 2f 61 3e 2e  3c 2f 62 3e 3c 2f 70 3e  |ile</a>.</b></p>|
00000440  0a 0a 3c 61 20 6e 61 6d  65 3d 22 68 6f 75 72 67  |..<a name="hourg|
00000450  6c 61 73 73 22 3e 3c 2f  61 3e 0a 3c 68 33 3e 48  |lass"></a>.<h3>H|
00000460  6f 75 72 67 6c 61 73 73  3c 2f 68 33 3e 0a 3c 70  |ourglass</h3>.<p|
00000470  3e 54 68 65 20 48 6f 75  72 67 6c 61 73 73 20 75  |>The Hourglass u|
00000480  74 69 6c 69 74 79 20 73  75 70 70 6c 69 65 73 20  |tility supplies |
00000490  66 6f 75 72 20 65 78 74  72 61 20 73 74 61 72 20  |four extra star |
000004a0  63 6f 6d 6d 61 6e 64 73  20 74 6f 20 6f 70 65 72  |commands to oper|
000004b0  61 74 69 6e 67 20 73 79  73 74 65 6d 2e 3c 2f 70  |ating system.</p|
000004c0  3e 0a 3c 75 6c 3e 0a 3c  6c 69 3e 48 6f 75 72 67  |>.<ul>.<li>Hourg|
000004d0  6c 61 73 73 5f 4f 6e 0a  3c 6c 69 3e 48 6f 75 72  |lass_On.<li>Hour|
000004e0  67 6c 61 73 73 5f 4f 66  66 0a 3c 6c 69 3e 48 6f  |glass_Off.<li>Ho|
000004f0  75 72 67 6c 61 73 73 5f  53 6d 61 73 68 0a 3c 6c  |urglass_Smash.<l|
00000500  69 3e 48 6f 75 72 67 6c  61 73 73 5f 50 65 72 63  |i>Hourglass_Perc|
00000510  65 6e 74 61 67 65 20 26  6c 74 3b 70 65 72 63 65  |entage &lt;perce|
00000520  6e 74 61 67 65 26 67 74  3b 0a 3c 2f 75 6c 3e 0a  |ntage&gt;.</ul>.|
00000530  3c 70 3e 54 68 65 73 65  20 61 6c 6c 6f 77 20 63  |<p>These allow c|
00000540  6f 6e 74 72 6f 6c 20 6f  66 20 74 68 65 20 48 6f  |ontrol of the Ho|
00000550  75 72 67 6c 61 73 73 20  66 72 6f 6d 20 61 6e 20  |urglass from an |
00000560  6f 62 65 79 20 66 69 6c  65 2e 3c 2f 70 3e 0a 0a  |obey file.</p>..|
00000570  3c 61 20 6e 61 6d 65 3d  22 69 6e 73 65 72 74 22  |<a name="insert"|
00000580  3e 3c 2f 61 3e 0a 3c 68  33 3e 49 6e 73 65 72 74  |></a>.<h3>Insert|
00000590  3c 2f 68 33 3e 0a 3c 70  3e 54 68 65 20 49 6e 73  |</h3>.<p>The Ins|
000005a0  65 72 74 20 75 74 69 6c  69 74 79 20 73 75 70 70  |ert utility supp|
000005b0  6c 69 65 73 20 66 6f 75  72 20 65 78 74 72 61 20  |lies four extra |
000005c0  73 74 61 72 20 63 6f 6d  6d 61 6e 64 73 20 74 6f  |star commands to|
000005d0  20 6f 70 65 72 61 74 69  6e 67 20 73 79 73 74 65  | operating syste|
000005e0  6d 2e 3c 2f 70 3e 0a 3c  75 6c 3e 0a 3c 6c 69 3e  |m.</p>.<ul>.<li>|
000005f0  53 65 74 20 41 6c 69 61  73 24 49 6e 73 65 72 74  |Set Alias$Insert|
00000600  20 26 6c 74 3b 74 65 78  74 26 67 74 3b 0a 3c 6c  | &lt;text&gt;.<l|
00000610  69 3e 53 65 74 20 41 6c  69 61 73 24 49 6e 73 65  |i>Set Alias$Inse|
00000620  72 74 5f 74 65 78 74 20  26 6c 74 3b 74 65 78 74  |rt_text &lt;text|
00000630  26 67 74 3b 0a 3c 6c 69  3e 53 65 74 20 41 6c 69  |&gt;.<li>Set Ali|
00000640  61 73 24 49 6e 73 65 72  74 5f 66 69 6c 65 20 26  |as$Insert_file &|
00000650  6c 74 3b 66 69 6c 65 20  70 61 74 68 26 67 74 3b  |lt;file path&gt;|
00000660  0a 3c 6c 69 3e 53 65 74  20 41 6c 69 61 73 24 49  |.<li>Set Alias$I|
00000670  6e 73 65 72 74 5f 63 6f  6e 74 65 6e 74 73 20 26  |nsert_contents &|
00000680  6c 74 3b 66 69 6c 65 20  70 61 74 68 26 67 74 3b  |lt;file path&gt;|
00000690  0a 3c 2f 75 6c 3e 0a 3c  70 3e 54 68 65 73 65 20  |.</ul>.<p>These |
000006a0  61 6c 6c 6f 77 20 79 6f  75 20 74 6f 20 69 6e 73  |allow you to ins|
000006b0  65 72 74 20 74 65 78 74  20 77 68 65 74 68 65 72  |ert text whether|
000006c0  20 74 68 65 20 63 61 72  65 74 20 69 73 20 63 75  | the caret is cu|
000006d0  72 72 65 6e 74 6c 79 20  70 6f 73 69 74 69 6f 6e  |rrently position|
000006e0  65 64 2e 20 49 66 20 74  68 65 72 65 20 69 73 20  |ed. If there is |
000006f0  6e 6f 20 63 75 72 72 65  6e 74 20 77 69 6e 64 6f  |no current windo|
00000700  77 20 77 69 74 68 20 74  68 65 20 69 6e 70 75 74  |w with the input|
00000710  20 66 6f 63 75 73 20 74  68 65 6e 20 61 6e 20 65  | focus then an e|
00000720  72 72 6f 72 20 69 73 20  72 65 70 6f 72 74 65 64  |rror is reported|
00000730  2e 3c 2f 70 3e 0a 0a 3c  61 20 6e 61 6d 65 3d 22  |.</p>..<a name="|
00000740  73 70 72 69 74 65 73 22  3e 3c 2f 61 3e 0a 3c 68  |sprites"></a>.<h|
00000750  33 3e 53 70 72 69 74 65  73 3c 2f 68 33 3e 0a 3c  |3>Sprites</h3>.<|
00000760  70 3e 54 68 65 20 53 70  72 69 74 65 73 20 75 74  |p>The Sprites ut|
00000770  69 6c 69 74 79 20 73 75  70 70 6c 69 65 73 20 74  |ility supplies t|
00000780  77 6f 20 65 78 74 72 61  20 73 74 61 72 20 63 6f  |wo extra star co|
00000790  6d 6d 61 6e 64 73 20 74  6f 20 6f 70 65 72 61 74  |mmands to operat|
000007a0  69 6e 67 20 73 79 73 74  65 6d 2e 3c 2f 70 3e 0a  |ing system.</p>.|
000007b0  3c 75 6c 3e 0a 3c 6c 69  3e 53 61 76 65 52 4f 4d  |<ul>.<li>SaveROM|
000007c0  53 70 72 69 74 65 73 20  26 6c 74 3b 66 69 6c 65  |Sprites &lt;file|
000007d0  20 70 61 74 68 26 67 74  3b 0a 3c 6c 69 3e 53 61  | path&gt;.<li>Sa|
000007e0  76 65 57 49 4d 50 53 70  72 69 74 65 73 20 26 6c  |veWIMPSprites &l|
000007f0  74 3b 66 69 6c 65 20 70  61 74 68 26 67 74 3b 0a  |t;file path&gt;.|
00000800  3c 2f 75 6c 3e 0a 3c 70  3e 54 68 65 73 65 20 65  |</ul>.<p>These e|
00000810  6e 61 62 6c 65 20 79 6f  75 20 74 6f 20 73 61 76  |nable you to sav|
00000820  65 20 74 68 65 20 73 74  61 6e 64 61 72 64 20 73  |e the standard s|
00000830  70 72 69 74 65 73 20 65  61 73 69 6c 79 2e 3c 2f  |prites easily.</|
00000840  70 3e 0a 0a 3c 61 20 6e  61 6d 65 3d 22 75 73 65  |p>..<a name="use|
00000850  72 6d 65 6e 75 22 3e 3c  2f 61 3e 0a 3c 68 33 3e  |rmenu"></a>.<h3>|
00000860  55 73 65 72 4d 65 6e 75  3c 2f 68 33 3e 0a 3c 70  |UserMenu</h3>.<p|
00000870  3e 54 68 65 20 55 73 65  72 4d 65 6e 75 20 75 74  |>The UserMenu ut|
00000880  69 6c 69 74 79 20 73 75  70 70 6c 69 65 73 20 61  |ility supplies a|
00000890  6e 20 65 78 74 72 61 20  73 74 61 72 20 63 6f 6d  |n extra star com|
000008a0  6d 61 6e 64 73 20 74 6f  20 6f 70 65 72 61 74 69  |mands to operati|
000008b0  6e 67 20 73 79 73 74 65  6d 2e 3c 2f 70 3e 0a 3c  |ng system.</p>.<|
000008c0  75 6c 3e 0a 3c 6c 69 3e  55 73 65 72 5f 4d 65 6e  |ul>.<li>User_Men|
000008d0  75 20 26 6c 74 3b 74 65  78 74 66 69 6c 65 20 70  |u &lt;textfile p|
000008e0  61 74 68 26 67 74 3b 0a  3c 2f 75 6c 3e 0a 3c 70  |ath&gt;.</ul>.<p|
000008f0  3e 54 68 65 20 66 69 72  73 74 20 6c 69 6e 65 20  |>The first line |
00000900  6f 66 20 74 68 65 20 74  65 78 74 20 66 69 6c 65  |of the text file|
00000910  20 73 68 6f 75 6c 64 20  74 68 65 20 6d 65 6e 75  | should the menu|
00000920  20 74 69 74 6c 65 2c 20  69 66 20 74 68 69 73 20  | title, if this |
00000930  6c 69 6e 65 20 69 73 20  62 6c 61 6e 6b 20 74 68  |line is blank th|
00000940  65 6e 20 74 68 65 20 6d  65 6e 75 20 77 69 6c 6c  |en the menu will|
00000950  20 6e 6f 74 20 68 61 76  65 20 61 20 74 69 74 6c  | not have a titl|
00000960  65 20 62 61 72 2e 20 41  6c 6c 20 6f 66 20 74 68  |e bar. All of th|
00000970  65 20 66 6f 6c 6c 6f 77  69 6e 67 20 6c 69 6e 65  |e following line|
00000980  73 20 73 68 6f 75 6c 64  20 62 65 20 69 6e 20 74  |s should be in t|
00000990  68 65 20 66 6f 72 6d 61  74 2e 3c 2f 70 3e 0a 3c  |he format.</p>.<|
000009a0  70 3e 3c 74 74 3e 4d 65  6e 75 20 74 65 78 74 26  |p><tt>Menu text&|
000009b0  6c 74 3b 74 61 62 20 63  68 61 72 61 63 74 65 72  |lt;tab character|
000009c0  26 67 74 3b 53 74 61 72  20 63 6f 6d 6d 61 6e 64  |&gt;Star command|
000009d0  3c 2f 74 74 3e 3c 2f 70  3e 0a 3c 70 3e 49 66 20  |</tt></p>.<p>If |
000009e0  79 6f 75 20 77 61 6e 74  20 74 6f 20 68 61 76 65  |you want to have|
000009f0  20 61 20 73 70 72 69 74  65 20 6f 6e 20 61 20 6c  | a sprite on a l|
00000a00  69 6e 65 20 74 68 65 6e  20 79 6f 75 20 73 68 6f  |ine then you sho|
00000a10  75 6c 64 20 61 64 64 20  74 68 65 20 73 70 72 69  |uld add the spri|
00000a20  74 65 20 6e 61 6d 65 20  62 65 66 6f 72 65 20 74  |te name before t|
00000a30  68 65 20 6d 65 6e 75 20  74 65 78 74 20 66 6f 6c  |he menu text fol|
00000a40  6c 6f 77 65 64 20 62 79  20 61 20 73 65 6d 69 2d  |lowed by a semi-|
00000a50  63 6f 6c 6f 6e 2e 3c 2f  70 3e 0a 3c 70 3e 3c 74  |colon.</p>.<p><t|
00000a60  74 3e 53 70 72 69 74 65  3b 4d 65 6e 75 20 74 65  |t>Sprite;Menu te|
00000a70  78 74 26 6c 74 3b 74 61  62 20 63 68 61 72 61 63  |xt&lt;tab charac|
00000a80  74 65 72 26 67 74 3b 53  74 61 72 20 63 6f 6d 6d  |ter&gt;Star comm|
00000a90  61 6e 64 3c 2f 74 74 3e  3c 2f 70 3e 0a 0a 3c 61  |and</tt></p>..<a|
00000aa0  20 6e 61 6d 65 3d 22 77  61 69 74 22 3e 3c 2f 61  | name="wait"></a|
00000ab0  3e 0a 3c 68 33 3e 57 61  69 74 3c 2f 68 33 3e 0a  |>.<h3>Wait</h3>.|
00000ac0  3c 70 3e 54 68 65 20 57  61 69 74 20 75 74 69 6c  |<p>The Wait util|
00000ad0  69 74 79 20 73 75 70 70  6c 69 65 73 20 61 6e 20  |ity supplies an |
00000ae0  65 78 74 72 61 20 73 74  61 72 20 63 6f 6d 6d 61  |extra star comma|
00000af0  6e 64 73 20 74 6f 20 6f  70 65 72 61 74 69 6e 67  |nds to operating|
00000b00  20 73 79 73 74 65 6d 2e  3c 2f 70 3e 0a 3c 75 6c  | system.</p>.<ul|
00000b10  3e 0a 3c 6c 69 3e 57 61  69 74 20 26 6c 74 3b 74  |>.<li>Wait &lt;t|
00000b20  69 6d 65 20 69 6e 20 63  65 6e 74 69 73 65 63 6f  |ime in centiseco|
00000b30  6e 64 73 26 67 74 3b 0a  3c 2f 75 6c 3e 0a 3c 70  |nds&gt;.</ul>.<p|
00000b40  3e 54 68 69 73 20 70 61  75 73 65 73 20 61 6e 20  |>This pauses an |
00000b50  4f 62 65 79 20 66 69 6c  65 20 66 72 6f 6d 20 62  |Obey file from b|
00000b60  65 69 6e 67 20 70 72 6f  63 65 73 73 65 64 20 66  |eing processed f|
00000b70  6f 72 20 78 20 63 65 6e  74 69 73 65 63 6f 6e 64  |or x centisecond|
00000b80  73 3c 2f 70 3e 0a 0a 3c  61 20 6e 61 6d 65 3d 22  |s</p>..<a name="|
00000b90  77 65 62 22 3e 3c 2f 61  3e 0a 3c 68 33 3e 57 65  |web"></a>.<h3>We|
00000ba0  62 3c 2f 68 33 3e 0a 3c  70 3e 54 68 65 20 49 6e  |b</h3>.<p>The In|
00000bb0  73 65 72 74 20 75 74 69  6c 69 74 79 20 73 75 70  |sert utility sup|
00000bc0  70 6c 69 65 73 20 61 6e  20 65 78 74 72 61 20 73  |plies an extra s|
00000bd0  74 61 72 20 63 6f 6d 6d  61 6e 64 73 20 74 6f 20  |tar commands to |
00000be0  6f 70 65 72 61 74 69 6e  67 20 73 79 73 74 65 6d  |operating system|
00000bf0  2e 20 55 6e 6c 69 6b 65  20 65 69 74 68 65 72 20  |. Unlike either |
00000c00  3c 69 3e 2a 55 52 4c 3c  2f 69 3e 20 6f 72 20 3c  |<i>*URL</i> or <|
00000c10  69 3e 2a 55 52 49 44 69  73 70 61 74 63 68 3c 2f  |i>*URIDispatch</|
00000c20  69 3e 20 74 68 69 73 20  63 6f 6d 6d 61 6e 64 20  |i> this command |
00000c30  73 75 70 70 6f 72 74 73  20 62 6f 74 68 20 74 68  |supports both th|
00000c40  65 20 41 4e 54 20 61 6e  64 20 41 63 6f 72 6e 20  |e ANT and Acorn |
00000c50  70 72 6f 74 6f 63 61 6c  73 2e 20 54 68 6f 75 67  |protocals. Thoug|
00000c60  68 20 69 74 20 67 69 76  65 73 20 41 63 6f 72 6e  |h it gives Acorn|
00000c70  73 20 70 72 69 6f 72 69  74 79 3c 2f 70 3e 0a 3c  |s priority</p>.<|
00000c80  75 6c 3e 0a 3c 6c 69 3e  57 65 62 20 26 6c 74 3b  |ul>.<li>Web &lt;|
00000c90  55 52 49 26 67 74 3b 0a  3c 2f 75 6c 3e 0a 3c 70  |URI&gt;.</ul>.<p|
00000ca0  3e 54 68 65 73 65 20 63  6f 75 6c 64 20 62 65 3b  |>These could be;|
00000cb0  3c 2f 70 3e 0a 3c 75 6c  3e 0a 3c 6c 69 3e 6d 61  |</p>.<ul>.<li>ma|
00000cc0  69 6c 74 6f 3a 0a 3c 6c  69 3e 68 74 74 70 3a 2f  |ilto:.<li>http:/|
00000cd0  2f 0a 3c 6c 69 3e 68 74  74 70 73 3a 2f 2f 0a 3c  |/.<li>https://.<|
00000ce0  6c 69 3e 66 74 70 3a 2f  2f 0a 3c 6c 69 3e 78 2d  |li>ftp://.<li>x-|
00000cf0  69 72 63 3a 2f 2f 0a 3c  2f 75 6c 3e 0a 3c 70 3e  |irc://.</ul>.<p>|
00000d00  3c 65 6d 3e 54 68 69 73  20 63 6f 6d 6d 61 6e 64  |<em>This command|
00000d10  20 69 73 20 61 75 74 6f  6d 61 74 69 63 61 6c 6c  | is automaticall|
00000d20  79 20 75 73 65 64 20 62  79 20 45 78 74 72 61 42  |y used by ExtraB|
00000d30  61 72 20 77 68 65 6e 20  79 6f 75 20 64 72 61 67  |ar when you drag|
00000d40  20 74 68 65 20 55 52 4c  20 66 72 6f 6d 20 74 68  | the URL from th|
00000d50  65 20 46 72 65 73 63 6f  20 74 6f 6f 6c 20 62 61  |e Fresco tool ba|
00000d60  72 20 6f 6e 20 74 6f 20  74 68 65 20 6d 61 69 6e  |r on to the main|
00000d70  20 45 78 74 72 61 42 61  72 20 77 69 6e 64 6f 77  | ExtraBar window|
00000d80  2e 3c 2f 65 6d 3e 3c 2f  70 3e 20 0a 0a 3c 61 20  |.</em></p> ..<a |
00000d90  6e 61 6d 65 3d 22 61 64  64 22 3e 3c 2f 61 3e 0a  |name="add"></a>.|
00000da0  3c 68 32 3e 41 64 64 69  74 69 6f 6e 73 3c 2f 68  |<h2>Additions</h|
00000db0  32 3e 0a 3c 70 3e 54 6f  20 61 64 64 20 69 74 65  |2>.<p>To add ite|
00000dc0  6d 73 20 74 6f 20 74 68  65 20 45 78 4c 69 62 72  |ms to the ExLibr|
00000dd0  61 72 79 20 64 69 72 65  63 74 6f 72 79 20 79 6f  |ary directory yo|
00000de0  75 20 77 69 6c 6c 20 6e  65 65 64 20 74 6f 20 63  |u will need to c|
00000df0  6f 70 79 20 74 68 65 6d  20 69 6e 20 74 6f 20 74  |opy them in to t|
00000e00  68 65 20 3c 74 74 3e 21  45 78 4c 69 62 72 61 72  |he <tt>!ExLibrar|
00000e10  79 2e 55 74 69 6c 73 3c  2f 74 74 3e 20 64 69 72  |y.Utils</tt> dir|
00000e20  65 63 74 6f 72 79 2e 20  49 66 20 74 68 65 79 20  |ectory. If they |
00000e30  61 72 65 20 61 70 70 6c  69 63 61 74 69 6f 6e 73  |are applications|
00000e40  20 74 68 65 6e 20 74 68  65 79 20 77 69 6c 6c 20  | then they will |
00000e50  62 65 20 62 6f 6f 74 65  64 20 61 74 20 74 68 65  |be booted at the|
00000e60  20 73 61 6d 65 20 74 69  6d 65 20 61 73 20 74 68  | same time as th|
00000e70  65 20 6d 61 69 6e 20 3c  74 74 3e 21 45 78 4c 69  |e main <tt>!ExLi|
00000e80  62 72 61 72 79 3c 2f 74  74 3e 20 61 70 70 6c 69  |brary</tt> appli|
00000e90  63 61 74 69 6f 6e 20 69  73 2e 3c 2f 70 3e 0a 0a  |cation is.</p>..|
00000ea0  3c 70 3e 54 68 69 73 20  64 69 72 65 63 74 6f 72  |<p>This director|
00000eb0  79 20 69 73 20 61 6c 73  6f 20 69 6e 63 6c 75 64  |y is also includ|
00000ec0  65 64 20 69 6e 20 74 6f  20 74 68 65 20 3c 74 74  |ed in to the <tt|
00000ed0  3e 52 75 6e 24 50 61 74  68 3c 2f 74 74 3e 20 73  |>Run$Path</tt> s|
00000ee0  6f 20 74 68 61 74 20 66  69 6c 65 73 20 63 61 6e  |o that files can|
00000ef0  20 62 65 20 72 75 6e 20  62 79 20 6a 75 73 74 20  | be run by just |
00000f00  75 73 69 6e 67 20 74 68  65 69 72 20 6c 65 61 66  |using their leaf|
00000f10  20 6e 61 6d 65 2e 3c 2f  70 3e 0a 0a 3c 68 72 20  | name.</p>..<hr |
00000f20  6e 6f 73 68 61 64 65 3e  0a 0a 3c 70 20 61 6c 69  |noshade>..<p ali|
00000f30  67 6e 3d 22 72 69 67 68  74 22 3e 49 66 20 79 6f  |gn="right">If yo|
00000f40  75 20 68 61 76 65 20 61  6e 79 20 70 72 6f 62 6c  |u have any probl|
00000f50  65 6d 73 20 6f 72 20 71  75 65 72 69 65 73 20 61  |ems or queries a|
00000f60  62 6f 75 74 20 45 78 74  72 61 42 61 72 20 31 2e  |bout ExtraBar 1.|
00000f70  78 78 20 74 68 65 6e 20  79 6f 75 20 63 61 6e 3c  |xx then you can<|
00000f80  62 72 3e 63 6f 6e 74 61  63 74 20 6d 65 20 61 74  |br>contact me at|
00000f90  20 3c 61 20 68 72 65 66  3d 22 6d 61 69 6c 74 6f  | <a href="mailto|
00000fa0  3a 64 61 76 65 6d 61 63  40 61 74 6c 61 6e 74 69  |:davemac@atlanti|
00000fb0  63 2e 6f 61 6b 74 72 65  65 2e 63 6f 2e 75 6b 22  |c.oaktree.co.uk"|
00000fc0  3e 64 61 76 65 6d 61 63  40 61 74 6c 61 6e 74 69  |>davemac@atlanti|
00000fd0  63 2e 6f 61 6b 74 72 65  65 2e 63 6f 2e 75 6b 3c  |c.oaktree.co.uk<|
00000fe0  2f 61 3e 2e 0a 0a 3c 2f  62 6f 64 79 3e 0a 3c 2f  |/a>...</body>.</|
00000ff0  68 74 6d 6c 3e                                    |html>|
00000ff5