Add the first draft of the usermanual and minor changes to adminmanual
[spider.git] / html / usermanual-12.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The DXSpider User Manual : The DXSpider command reference</TITLE>
6  <LINK HREF="usermanual-11.html" REL=previous>
7  <LINK HREF="usermanual.html#toc12" REL=contents>
8 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
9 </HEAD>
10 <BODY>
11 Next
12 <A HREF="usermanual-11.html">Previous</A>
13 <A HREF="usermanual.html#toc12">Contents</A>
14 <HR>
15 <H2><A NAME="s12">12. The DXSpider command reference</A></H2>
16
17 <P>Below is a complete list of commands available from the cluster prompt.
18 These are listed below in alphabetical order. 
19 <P>
20 <H2><A NAME="ss12.1">12.1 accept/announce</A>
21 </H2>
22
23 <P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an accept filter
24 line for announce</CODE>
25 <P>
26 <P>Create an 'accept this announce' line for a filter. 
27 <P>An accept filter line means that if the announce matches this filter it is
28 passed onto the user. See HELP FILTERS for more info. Please read this
29 to understand how filters work - it will save a lot of grief later on.
30 <P>You can use any of the following things in this line:-
31 <P>
32 <BLOCKQUOTE><CODE>
33 <PRE>
34   info &lt;string>            eg: iota or qsl
35   by &lt;prefixes>            eg: G,M,2         
36   origin &lt;prefixes>
37   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
38   origin_itu &lt;numbers>
39   origin_zone &lt;numbers>
40   by_dxcc &lt;numbers>
41   by_itu &lt;numbers>
42   by_zone &lt;numbers>
43   channel &lt;prefixes>
44   wx 1                     filter WX announces
45   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
46 </PRE>
47 </CODE></BLOCKQUOTE>
48 <P>some examples:-
49 <P>
50 <BLOCKQUOTE><CODE>
51 <PRE>
52   acc/ann dest 6MUK
53   acc/ann 2 by_zone 14,15,16
54   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
55 </PRE>
56 </CODE></BLOCKQUOTE>
57 <P>or
58 <P>
59 <BLOCKQUOTE><CODE>
60 <PRE>
61   acc/ann by G,M,2 
62 </PRE>
63 </CODE></BLOCKQUOTE>
64 <P>This filter would only allow announces that were posted buy UK stations.  
65 You can use the tag 'all' to accept everything eg:
66 <P>
67 <BLOCKQUOTE><CODE>
68 <PRE>
69   acc/ann all
70 </PRE>
71 </CODE></BLOCKQUOTE>
72 <P>but this probably for advanced users...
73 <P>
74 <H2><A NAME="ss12.2">12.2 accept/spots </A>
75 </H2>
76
77 <P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an accept filter line for spots</CODE>
78 <P>
79 <P>Create an 'accept this spot' line for a filter.
80 <P>
81 <P>An accept filter line means that if the spot matches this filter it is
82 passed onto the user. See HELP FILTERS for more info. Please read this
83 to understand how filters work - it will save a lot of grief later on.
84 <P>You can use any of the following things in this line:-
85 <P>
86 <BLOCKQUOTE><CODE>
87 <PRE>
88   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
89   on &lt;range>             same as 'freq'
90   call &lt;prefixes>        eg: G,PA,HB9
91   info &lt;string>          eg: iota or qsl
92   by &lt;prefixes>            
93   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
94   call_itu &lt;numbers>
95   call_zone &lt;numbers>
96   by_dxcc &lt;numbers>
97   by_itu &lt;numbers>
98   by_zone &lt;numbers>
99   origin &lt;prefixes>
100   channel &lt;prefixes>
101 </PRE>
102 </CODE></BLOCKQUOTE>
103 <P>
104 <P>For frequencies, you can use any of the band names defined in
105 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
106 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
107 this is more efficient than saying simply: freq HF (but don't get
108 too hung up about that)
109 <P>some examples:-
110 <P>
111 <BLOCKQUOTE><CODE>
112 <PRE>
113   acc/spot 1 on hf/cw
114   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
115 </PRE>
116 </CODE></BLOCKQUOTE>
117 <P>You can use the tag 'all' to accept everything, eg:
118 <P>
119 <BLOCKQUOTE><CODE>
120 <PRE>
121   acc/spot 3 all
122 </PRE>
123 </CODE></BLOCKQUOTE>
124 <P>but this probably for advanced users...
125 <P>
126 <H2><A NAME="ss12.3">12.3 accept/wcy </A>
127 </H2>
128
129 <P><CODE><B>accept/wcy [0-9] &lt;pattern&gt;</B> set an accept WCY filter</CODE>
130 <P>
131 <P>It is unlikely that you will want to do this, but if you do then you can
132 filter on the following fields:-
133 <P>
134 <BLOCKQUOTE><CODE>
135 <PRE>
136   by &lt;prefixes>            eg: G,M,2         
137   origin &lt;prefixes>
138   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
139   origin_itu &lt;numbers>
140   origin_zone &lt;numbers>
141   by_dxcc &lt;numbers>
142   by_itu &lt;numbers>
143   by_zone &lt;numbers>
144   channel &lt;prefixes>
145 </PRE>
146 </CODE></BLOCKQUOTE>
147 <P>
148 <P>There are no examples because WCY Broadcasts only come from one place and
149 you either want them or not (see UNSET/WCY if you don't want them).
150 <P>This command is really provided for future use.
151 <P>See HELP FILTER for information.
152 <P>
153 <H2><A NAME="ss12.4">12.4 accept/wwv </A>
154 </H2>
155
156 <P><CODE><B>accept/wwv [0-9] &lt;pattern&gt;</B> Set an accept WWV filter</CODE>
157 <P>
158 <P>It is unlikely that you will want to do this, but if you do then you can
159 filter on the following fields:-
160 <P>
161 <BLOCKQUOTE><CODE>
162 <PRE>
163   by &lt;prefixes>            eg: G,M,2         
164   origin &lt;prefixes>
165   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
166   origin_itu &lt;numbers>
167   origin_zone &lt;numbers>
168   by_dxcc &lt;numbers>
169   by_itu &lt;numbers>
170   by_zone &lt;numbers>
171   channel &lt;prefixes>
172 </PRE>
173 </CODE></BLOCKQUOTE>
174 <P>for example 
175 <P>
176 <BLOCKQUOTE><CODE>
177 <PRE>
178   accept/wwv by_zone 4
179 </PRE>
180 </CODE></BLOCKQUOTE>
181 <P>is probably the only useful thing to do (which will only show WWV broadcasts
182 by stations in the US).
183 <P>See HELP FILTER for information.
184 <P>
185 <H2><A NAME="ss12.5">12.5 announce </A>
186 </H2>
187
188 <P><CODE><B>announce &lt;text&gt;</B> Send an announcement to local users</CODE>
189 <P>
190 <P>Send an announcement to LOCAL users only, where &lt;text&gt; is the text 
191 of the announcement you wish to broadcast
192 <P>
193 <H2><A NAME="ss12.6">12.6 announce full </A>
194 </H2>
195
196 <P><CODE><B>announce full &lt;text&gt;</B> Send an announcement cluster wide</CODE>
197 <P>
198 <P>This command will send your announcement across the whole cluster
199 network.
200 <P>
201 <H2><A NAME="ss12.7">12.7 apropos </A>
202 </H2>
203
204 <P><CODE><B>apropos &lt;string&gt;</B> Search the help database</CODE>
205 <P>
206 <P>Search the help database for &lt;string&gt; (it isn't case sensitive), 
207 and print the names of all the commands that may be relevant.
208 <P>
209 <H2><A NAME="ss12.8">12.8 bye </A>
210 </H2>
211
212 <P><CODE><B>bye</B> Exit from the cluster</CODE>
213 <P>
214 <P>This will disconnect you from the cluster
215 <P>
216 <H2><A NAME="ss12.9">12.9 clear/spots </A>
217 </H2>
218
219 <P><CODE><B>clear/spots [1|all]</B> Clear a spot filter line</CODE>
220 <P>
221 <P>This command allows you to clear (remove) a line in a spot filter or to 
222 remove the whole filter.
223 <P>If you have a filter:-
224 <P>
225 <BLOCKQUOTE><CODE>
226 <PRE>
227   acc/spot 1 on hf/cw
228   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
229 </PRE>
230 </CODE></BLOCKQUOTE>
231 <P>and you say:-
232 <P>
233 <BLOCKQUOTE><CODE>
234 <PRE>
235   clear/spot 1
236 </PRE>
237 </CODE></BLOCKQUOTE>
238 <P>you will be left with:-
239 <P>
240 <BLOCKQUOTE><CODE>
241 <PRE>
242   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
243 </PRE>
244 </CODE></BLOCKQUOTE>
245 <P>If you do:
246 <P>
247 <BLOCKQUOTE><CODE>
248 <PRE>
249   clear/spot all
250 </PRE>
251 </CODE></BLOCKQUOTE>
252 <P>the filter will be completely removed.
253 <P>
254 <H2><A NAME="ss12.10">12.10 dbavail </A>
255 </H2>
256
257 <P><CODE><B>dbavail</B> Show a list of all the databases in the system</CODE>
258 <P>
259 <P>The title says it all really, this command lists all the databases defined
260 in the system. It is also aliased to SHOW/COMMAND.
261 <P>
262 <H2><A NAME="ss12.11">12.11 dbshow </A>
263 </H2>
264
265 <P><CODE><B>dbshow &lt;dbname&gt; &lt;key&gt;</B> Display an entry, if it exists, in a database</CODE>
266 <P>
267 <P>This is the generic user interface to the database to the database system.
268 It is expected that the sysop will add an entry to the local Aliases file
269 so that users can use the more familiar AK1A style of enquiry such as:
270 <P>
271 <BLOCKQUOTE><CODE>
272 <PRE>
273   SH/BUCK G1TLH
274 </PRE>
275 </CODE></BLOCKQUOTE>
276 <P>but if he hasn't and the database really does exist (use DBAVAIL or
277 SHOW/COMMAND to find out) you can do the same thing with:
278 <P>
279 <BLOCKQUOTE><CODE>
280 <PRE>
281   DBSHOW buck G1TLH
282 </PRE>
283 </CODE></BLOCKQUOTE>
284 <P>
285 <H2><A NAME="ss12.12">12.12 directory </A>
286 </H2>
287
288 <P><CODE><B>directory</B> List messages<BR> <B>directory all</B> List all messages<BR>
289 <B>directory own</B> List your own messages<BR>
290 <B>directory new</B> List all new messages<BR>
291 <B>directory to &lt;call&gt;</B> List all messages to &lt;call&gt;<BR>
292 <B>directory from &lt;call&gt;</B> List all messages from &lt;call&gt;<BR>
293 <B>directory subject &lt;string&gt;</B> List all messages with &lt;string&gt; in subject<BR>
294 <B>directory &lt;nn&gt;</B> List last &lt;nn&gt; messages<BR>
295 <B>directory &lt;from&gt;-&lt;to&gt;</B> List messages &lt;from&gt; message &lt;to&gt; message <BR></CODE>
296 <P>
297 <P>List the messages in the messages directory.
298 <P>If there is a 'p' one space after the message number then it is a 
299 personal message. If there is a '-' between the message number and the
300 'p' then this indicates that the message has been read.
301 <P>You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
302 fields.
303 <P>You can combine some of the various directory commands together eg:-
304 <P>
305 <BLOCKQUOTE><CODE>
306 <PRE>
307    DIR TO G1TLH 5
308 or 
309    DIR SUBJECT IOTA 200-250
310 </PRE>
311 </CODE></BLOCKQUOTE>
312 <P>You can abbreviate all the commands to one letter and use ak1a syntax:-
313 <P>
314 <BLOCKQUOTE><CODE>
315 <PRE>
316    DIR/T G1* 10
317    DIR/S QSL 10-100 5
318 </PRE>
319 </CODE></BLOCKQUOTE>
320 <P>
321 <H2><A NAME="ss12.13">12.13 dx </A>
322 </H2>
323
324 <P><CODE><B>dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</B> Send a DX spot</CODE>
325 <P>
326 <P>This is how you send a DX Spot to other users. You can, in fact, now
327 enter the &lt;freq&gt; and the &lt;call&gt; either way round. 
328 <P>
329 <BLOCKQUOTE><CODE>
330 <PRE>
331    DX FR0G 144.600
332    DX 144.600 FR0G
333    DX 144600 FR0G 
334 </PRE>
335 </CODE></BLOCKQUOTE>
336 <P>will all give the same result. You can add some remarks to the end
337 of the command and they will be added to the spot.
338 <P>
339 <BLOCKQUOTE><CODE>
340 <PRE>
341    DX FR0G 144600 this is a test
342 </PRE>
343 </CODE></BLOCKQUOTE>
344 <P>You can credit someone else by saying:-
345 <P>
346 <BLOCKQUOTE><CODE>
347 <PRE>
348    DX by G1TLH FR0G 144.600 he isn't on the cluster
349 </PRE>
350 </CODE></BLOCKQUOTE>
351 <P>The &lt;freq&gt; is compared against the available bands set up in the 
352 cluster.  See SHOW/BANDS for more information.
353 <P>
354 <H2><A NAME="ss12.14">12.14 help </A>
355 </H2>
356
357 <P><CODE><B>help &lt;cmd&gt;</B> Get help on a command</CODE>
358 <P>
359 <P>All commands can be abbreviated, so SHOW/DX can be abbreviated
360 to SH/DX, ANNOUNCE can be shortened to AN and so on.
361 <P>Look at the APROPOS &lt;string&gt; command which will search the help database
362 for the &lt;string&gt; you specify and give you a list of likely commands
363 to look at with HELP.
364 <P>
365 <H2><A NAME="ss12.15">12.15 kill </A>
366 </H2>
367
368 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ..]</B> Delete a message from the local system</CODE>
369 <P>
370 <P>Delete a message from the local system. You will only be able to
371 delete messages that you have originated or been sent (unless you are
372 the sysop).
373 <P>
374 <H2><A NAME="ss12.16">12.16 links </A>
375 </H2>
376
377 <P><CODE><B>links</B> Show which nodes are physically connected</CODE>
378 <P>
379 <P>This is a quick listing that shows which links are connected and
380 some information about them. See WHO for a list of all connections.
381 <P>
382 <H2><A NAME="ss12.17">12.17 read </A>
383 </H2>
384
385 <P><CODE><B>read</B> Read the next unread personal message addressed to you<BR>
386 <B>read &lt;msgno&gt;</B> Read the specified message<BR></CODE>
387 <P>
388 <P>You can read any messages that are sent as 'non-personal' and also any
389 message either sent by or sent to your callsign.
390 <P>
391 <H2><A NAME="ss12.18">12.18 reject/announce</A>
392 </H2>
393
394 <P><CODE><B>reject/announce [0-9] &lt;pattern&gt;</B> Set a reject filter
395 for announce</CODE>
396 <P>
397 <P>Create an 'reject this announce' line for a filter. 
398 <P>An reject filter line means that if the announce matches this filter it is
399 passed onto the user. See HELP FILTERS for more info. Please read this
400 to understand how filters work - it will save a lot of grief later on.
401 <P>You can use any of the following things in this line:-
402 <P>
403 <BLOCKQUOTE><CODE>
404 <PRE>
405   info &lt;string>            eg: iota or qsl
406   by &lt;prefixes>            eg: G,M,2         
407   origin &lt;prefixes>
408   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
409   origin_itu &lt;numbers>
410   origin_zone &lt;numbers>
411   by_dxcc &lt;numbers>
412   by_itu &lt;numbers>
413   by_zone &lt;numbers>
414   channel &lt;prefixes>
415   wx 1                     filter WX announces
416   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
417 </PRE>
418 </CODE></BLOCKQUOTE>
419 <P>some examples:-
420 <P>
421 <BLOCKQUOTE><CODE>
422 <PRE>
423   rej/ann by_zone 14,15,16 and not by G,M,2
424 </PRE>
425 </CODE></BLOCKQUOTE>
426 <P>You can use the tag 'all' to reject everything eg:
427 <P>
428 <BLOCKQUOTE><CODE>
429 <PRE>
430   rej/ann all
431 </PRE>
432 </CODE></BLOCKQUOTE>
433 <P>but this probably for advanced users...
434 <P>
435 <H2><A NAME="ss12.19">12.19 reject/spots </A>
436 </H2>
437
438 <P><CODE><B>reject/spots [0-9] &lt;pattern&gt;</B> Set a reject filter line for spots</CODE>
439 <P>
440 <P>Create a 'reject this spot' line for a filter. 
441 <P>A reject filter line means that if the spot matches this filter it is
442 dumped (not passed on). See HELP FILTERS for more info. Please read this
443 to understand how filters work - it will save a lot of grief later on.
444 <P>You can use any of the following things in this line:-
445 <P>
446 <BLOCKQUOTE><CODE>
447 <PRE>
448   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
449   on &lt;range>             same as 'freq'
450   call &lt;prefixes>        eg: G,PA,HB9
451   info &lt;string>          eg: iota or qsl
452   by &lt;prefixes>            
453   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
454   call_itu &lt;numbers>
455   call_zone &lt;numbers>
456   by_dxcc &lt;numbers>
457   by_itu &lt;numbers>
458   by_zone &lt;numbers>
459   origin &lt;prefixes>
460   channel &lt;prefixes>
461 </PRE>
462 </CODE></BLOCKQUOTE>
463 <P>For frequencies, you can use any of the band names defined in
464 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
465 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
466 this is more efficient than saying simply: on HF (but don't get
467 too hung up about that)
468 <P>some examples:-
469 <P>
470 <BLOCKQUOTE><CODE>
471 <PRE>
472   rej/spot 1 on hf
473   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
474 </PRE>
475 </CODE></BLOCKQUOTE>
476 <P>You can use the tag 'all' to reject everything eg:
477 <P>
478 <BLOCKQUOTE><CODE>
479 <PRE>
480   rej/spot 3 all
481 </PRE>
482 </CODE></BLOCKQUOTE>
483 <P>but this probably for advanced users...
484 <P>
485 <H2><A NAME="ss12.20">12.20 reject/wcy </A>
486 </H2>
487
488 <P><CODE><B>reject/wcy [0-9] &lt;pattern&gt;</B> Set a reject WCY filter</CODE>
489 <P>
490 <P>It is unlikely that you will want to do this, but if you do then you can
491 filter on the following fields:-
492 <P>
493 <BLOCKQUOTE><CODE>
494 <PRE>
495   by &lt;prefixes>            eg: G,M,2         
496   origin &lt;prefixes>
497   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
498   origin_itu &lt;numbers>
499   origin_zone &lt;numbers>
500   by_dxcc &lt;numbers>
501   by_itu &lt;numbers>
502   by_zone &lt;numbers>
503   channel &lt;prefixes>
504 </PRE>
505 </CODE></BLOCKQUOTE>
506 <P>There are no examples because WCY Broadcasts only come from one place and
507 you either want them or not (see UNSET/WCY if you don't want them).
508 <P>This command is really provided for future use.
509 <P>See HELP FILTER for information.
510 <P>
511 <H2><A NAME="ss12.21">12.21 reject/wwv </A>
512 </H2>
513
514 <P><CODE><B>reject/wwv [0-9] &lt;pattern&gt;</B> Set a reject WWV filter</CODE>
515 <P>
516 <P>It is unlikely that you will want to do this, but if you do then you can
517 filter on the following fields:-
518 <P>
519 <BLOCKQUOTE><CODE>
520 <PRE>
521   by &lt;prefixes>            eg: G,M,2         
522   origin &lt;prefixes>
523   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
524   origin_itu &lt;numbers>
525   origin_zone &lt;numbers>
526   by_dxcc &lt;numbers>
527   by_itu &lt;numbers>
528   by_zone &lt;numbers>
529   channel &lt;prefixes>
530 </PRE>
531 </CODE></BLOCKQUOTE>
532 <P>for example 
533 <P>
534 <BLOCKQUOTE><CODE>
535 <PRE>
536   reject/wwv by_zone 14,15,16
537 </PRE>
538 </CODE></BLOCKQUOTE>
539 <P>is probably the only useful thing to do (which will only show WWV broadcasts
540 by stations in the US).
541 <P>See HELP FILTER for information.
542 <P>
543 <H2><A NAME="ss12.22">12.22 reply </A>
544 </H2>
545
546 <P><CODE><B>reply</B> Reply (privately) to the last message that you have read<BR>
547 <B>reply &lt;msgno&gt;</B> Reply (privately) to the specified message<BR>
548 <B>reply B &lt;msgno&gt;</B> Reply as a Bulletin to the specified message<BR>
549 <B>reply NOPrivate &lt;msgno&gt;</B> Reply as a Bulletin to the specified
550 message<BR>
551 <B>reply RR &lt;msgno&gt;</B> Reply to the specified message with read receipt<BR></CODE>
552 <P>
553 <P>You can reply to a message and the subject will automatically have
554 "Re:" inserted in front of it, if it isn't already present.
555 <P>You can also use all the extra qualifiers such as RR, PRIVATE, 
556 NOPRIVATE, B that you can use with the SEND command (see SEND
557 for further details)
558 <P>
559 <H2><A NAME="ss12.23">12.23 send </A>
560 </H2>
561
562 <P><CODE><B>send &lt;call&gt; [&lt;call&gt; ...]</B> Send a message to one or more callsigns<BR>
563 <B>send RR &lt;call&gt;</B> Send a message and ask for a read receipt<BR>
564 <B>send COPY &lt;msgno&gt; &lt;call&gt;</B> Send a copy of a  message to someone<BR>
565 <B>send PRIVATE &lt;call&gt;</B> Send a personal message<BR>
566 <B>send NOPRIVATE &lt;call&gt;</B> Send a message to all stations<BR></CODE>
567 <P>
568 <P>All the SEND commands will create a message which will be sent either to
569 an individual callsign or to one of the 'bulletin' addresses. 
570 <P>SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
571 it will mark the message as personal and send it to the cluster node that
572 that callsign is connected to.
573 <P>You can have more than one callsign in all of the SEND commands.
574 <P>You can have multiple qualifiers so that you can have for example:-
575 <P>
576 <BLOCKQUOTE><CODE>
577 <PRE>
578   SEND RR COPY 123 PRIVATE G1TLH G0RDI
579 </PRE>
580 </CODE></BLOCKQUOTE>
581 <P>which should send a copy of message 123 to G1TLH and G0RDI and you will
582 receive a read receipt when they have read the message.
583 <P>SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
584 SP is an alias for SEND PRIVATE
585 <P>
586 <H2><A NAME="ss12.24">12.24 set/address </A>
587 </H2>
588
589 <P><CODE><B>set/address &lt;your_address&gt;</B> Record your postal address</CODE>
590 <P>
591 <P>Literally, record your address details on the cluster.
592 <P>
593 <H2><A NAME="ss12.25">12.25 set/announce </A>
594 </H2>
595
596 <P><CODE><B>set/announce</B> Allow announce messages</CODE>
597 <P>
598 <P>Allow announce messages to arrive at your terminal.
599 <P>
600 <H2><A NAME="ss12.26">12.26 set/beep </A>
601 </H2>
602
603 <P><CODE><B>set/beep</B> Add beeps to terminal messages</CODE>
604 <P>
605 <P>Add a beep to DX and other terminal messages.
606 <P>
607 <H2><A NAME="ss12.27">12.27 set/dx </A>
608 </H2>
609
610 <P><CODE><B>set/dx</B>Allow DX messages to arrive at your terminal</CODE>
611 <P>
612 <P>You can stop DX messages with the <EM>unset/dx</EM> command
613 <P>
614 <H2><A NAME="ss12.28">12.28 set/dxgrid</A>
615 </H2>
616
617 <P><CODE><B>set/dxgrid</B>Allow grid squares on the end of DX messages</CODE>
618 <P>
619 <P>Some logging programs do not like the additional information at
620 the end of a DX spot.  If this is the case, use the <EM>unset/dxgrid</EM>
621 command to remove the grid squares.
622 <P>
623 <H2><A NAME="ss12.29">12.29 set/echo </A>
624 </H2>
625
626 <P><CODE><B>set/echo</B> Make the cluster echo your input</CODE>
627 <P>
628 <P>If you are connected via a telnet session, different implimentations
629 of telnet handle echo differently depending on whether you are 
630 connected via port 23 or some other port. You can use this command
631 to change the setting appropriately. 
632 <P>You can remove the echo with the <EM>unset/echo</EM> command
633 <P>The setting is stored in your user profile.
634 <P>YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.
635 <P>
636 <H2><A NAME="ss12.30">12.30 set/here</A>
637 </H2>
638
639 <P><CODE><B>set/here</B> Set the here flag</CODE>
640 <P>
641 <P>Let others on the cluster know you are here by only displaying your
642 callsign.  If you are away from your terminal you can use the <EM>unset/here</EM>
643 command to let people know you are away.  This simply puts brackets
644 around your callsign to indicate you are not available.
645 <P>
646 <H2><A NAME="ss12.31">12.31 set/homenode </A>
647 </H2>
648
649 <P><CODE><B>set/homenode &lt;node_call&gt;</B> Set your home cluster</CODE>
650 <P>
651 <P>Tell the cluster system where you normally connect to. Any Messages sent
652 to you will normally find their way there should you not be connected.
653 eg:-
654 <P>
655 <BLOCKQUOTE><CODE>
656 <PRE>
657   SET/HOMENODE gb7djk
658 </PRE>
659 </CODE></BLOCKQUOTE>
660 <P>
661 <H2><A NAME="ss12.32">12.32 set/language </A>
662 </H2>
663
664 <P><CODE><B>set/language &lt;language&gt;</B> Set the language you wish to use</CODE>
665 <P>
666 <P>You can select the language that you want the cluster to use. Currently
667 the languages available are <EM>en</EM> (English) <EM>sp</EM> (Spanish) 
668 and <EM>nl</EM> (Dutch).
669 <P>
670 <H2><A NAME="ss12.33">12.33 set/location </A>
671 </H2>
672
673 <P><CODE><B>set/location &lt;lat and long&gt;</B> Set your latitude and longitude</CODE>
674 <P>
675 <P>You can set your latitude and longitude manually or alternatively use the
676 <EM>set/qra</EM> command which will do the conversion for you.
677 <P>
678 <BLOCKQUOTE><CODE>
679 <PRE>
680   set/location 54 04 N 2 02 E
681 </PRE>
682 </CODE></BLOCKQUOTE>
683 <P>
684 <H2><A NAME="ss12.34">12.34 set/logininfo </A>
685 </H2>
686
687 <P><CODE><B>set/logininfo</B> Show logins and logouts of nodes and users</CODE>
688 <P>
689 <P>Show users and nodes when they log in and out of the local cluster.  You
690 can stop these messages by using the <EM>unset/logininfo</EM> command.
691 <P>
692 <H2><A NAME="ss12.35">12.35 set/name </A>
693 </H2>
694
695 <P><CODE><B>set/name &lt;your_name&gt;</B> Set your name</CODE>
696 <P>
697 <P>Tell the cluster what your name is, eg:-
698 <P>
699 <BLOCKQUOTE><CODE>
700 <PRE>
701   set/name Dirk
702 </PRE>
703 </CODE></BLOCKQUOTE>
704 <P>
705 <H2><A NAME="ss12.36">12.36 set/page </A>
706 </H2>
707
708 <P><CODE><B>set/page &lt;n&gt;</B> Set the number of lines per page</CODE>
709 <P>
710 <P>Tell the system how many lines you wish on a page when the number of lines
711 of output from a command is more than this. The default is 20. Setting it
712 explicitly to 0 will disable paging. 
713 <P>
714 <BLOCKQUOTE><CODE>
715 <PRE>
716   SET/PAGE 30
717   SET/PAGE 0
718 </PRE>
719 </CODE></BLOCKQUOTE>
720 <P>The setting is stored in your user profile.
721 <P>
722 <H2><A NAME="ss12.37">12.37 set/qra </A>
723 </H2>
724
725 <P><CODE><B>set/qra &lt;locator&gt;</B> Set your QRA locator</CODE>
726 <P>
727 <P>Tell the system what your QRA (or Maidenhead) locator is. If you have not
728 done a SET/LOCATION then your latitude and longitude will be set roughly
729 correctly (assuming your locator is correct ;-). For example:-
730 <P>
731 <BLOCKQUOTE><CODE>
732 <PRE>
733   SET/QRA JO02LQ
734 </PRE>
735 </CODE></BLOCKQUOTE>
736 <P>
737 <H2><A NAME="ss12.38">12.38 set/qth</A>
738 </H2>
739
740 <P><CODE><B>set/qth &lt;your QTH&gt;</B> Set your QTH</CODE>
741 <P>
742 <P>Tell the system where your are.  For example:-
743 <P>
744 <BLOCKQUOTE><CODE>
745 <PRE>
746   set/qth East Dereham, Norfolk
747 </PRE>
748 </CODE></BLOCKQUOTE>
749 <P>
750 <H2><A NAME="ss12.39">12.39 set/talk</A>
751 </H2>
752
753 <P><CODE><B>set/talk</B> Allow talk messages to be seen at your console</CODE>
754 <P>
755 <P>Allow talk messages to arrive at your console.  You can switch off
756 talks with the <EM>unset/talk</EM> command.
757 <P>
758 <H2><A NAME="ss12.40">12.40 set/wcy</A>
759 </H2>
760
761 <P><CODE><B>set/wcy</B> Allow WCY messages to be seen at your console</CODE>
762 <P>
763 <P>Allow WCY information to be seen at your console.  You can switch off
764 WCY messages with the <EM>unset/wcy</EM> command.
765 <P>
766 <H2><A NAME="ss12.41">12.41 set/wwv</A>
767 </H2>
768
769 <P><CODE><B>set/wwv</B> Allow WWV messages to be seen at your console</CODE>
770 <P>
771 <P>Allow WWV information to be seen at your console.  You can switch off
772 WWV messages with the <EM>unset/wwv</EM> command.
773 <P>
774 <H2><A NAME="ss12.42">12.42 set/wx </A>
775 </H2>
776
777 <P><CODE><B>set/wx</B> Allow WX messages to be seen at your console</CODE>
778 <P>
779 <P>Allow WX information to be seen at your console.  You can switch off
780 WX messages with the <EM>unset/wx</EM> command.
781 <P>
782 <H2><A NAME="ss12.43">12.43 show/date </A>
783 </H2>
784
785 <P><CODE><B>show/date [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
786 the local time</CODE>
787 <P>
788 <P>This is very nearly the same as SHOW/TIME, the only difference the format
789 of the date string if no arguments are given.
790 <P>If no prefixes or callsigns are given then this command returns the local
791 time and UTC as the computer has it right now. If you give some prefixes
792 then it will show UTC and UTC + the local offset (not including DST) at
793 the prefixes or callsigns that you specify.
794 <P>
795 <H2><A NAME="ss12.44">12.44 show/dx </A>
796 </H2>
797
798 <P><CODE><B>show/dx [options]</B> interrogate the spot database</CODE>
799 <P>
800 <P>If you just type SHOW/DX you will get the last so many spots
801 (sysop configurable, but usually 10).
802 <P>In addition you can add any number of these options in very nearly
803 any order to the basic SHOW/DX command, they are:-
804 <P>
805 <BLOCKQUOTE><CODE>
806 <PRE>
807    
808 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
809 on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
810    
811 &lt;number&gt;        - the number of spots you want
812 &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in 
813                   the selected list
814    
815 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
816 *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
817 *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
818    
819 day &lt;number&gt;    - starting &lt;number&gt; days ago
820 day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
821    
822 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
823    
824 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; 
825                         is the same).
826
827 qsl             - this automatically looks for any qsl info on the call
828                   held in the spot database.
829
830 iota [&lt;iota&gt;]   - If the iota island number is missing it will 
831                   look for the string iota and anything which looks like 
832                   an iota island number. If you specify then it will look 
833                   for that island.
834
835 qra [&lt;locator&gt;] - this will look for the specific locator if 
836                   you specify one or else anything that looks like a locator.
837 </PRE>
838 </CODE></BLOCKQUOTE>
839 <P>e.g. 
840 <P>
841 <BLOCKQUOTE><CODE>
842 <PRE>
843    
844    SH/DX 9m0
845    SH/DX on 20m info iota
846    SH/DX 9a on vhf day 30
847    SH/DX rf1p qsl
848    SH/DX iota 
849    SH/DX iota eu-064
850    SH/DX qra jn86
851 </PRE>
852 </CODE></BLOCKQUOTE>
853 <P>
854 <H2><A NAME="ss12.45">12.45 show/dxcc </A>
855 </H2>
856
857 <P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE>
858 <P>
859 <P>This command takes the &lt;prefix&gt; (which can be a full or partial 
860 callsign if desired), looks up which internal country number it is
861 and then displays all the spots as per SH/DX for that country.
862 <P>The options for SHOW/DX also apply to this command.   
863 e.g. 
864 <P>
865 <BLOCKQUOTE><CODE>
866 <PRE>
867    
868    SH/DXCC G
869    SH/DXCC W on 20m info iota
870 </PRE>
871 </CODE></BLOCKQUOTE>
872 <P>
873 <H2><A NAME="ss12.46">12.46 show/files </A>
874 </H2>
875
876 <P><CODE><B>show/files [&lt;filearea&gt; [&lt;string&gt;]]</B> List
877 the contents of a filearea</CODE>
878 <P>
879 <P>SHOW/FILES on its own will show you a list of the various fileareas
880 available on the system. To see the contents of a particular file
881 area type:-
882 <P>
883 <BLOCKQUOTE><CODE>
884 <PRE>
885    SH/FILES &lt;filearea&gt;
886 </PRE>
887 </CODE></BLOCKQUOTE>
888 <P>where &lt;filearea&gt; is the name of the filearea you want to see the 
889 contents of.
890 <P>You can also use shell globbing characters like '*' and '?' in a
891 string to see a selection of files in a filearea eg:-
892 <P>
893 <BLOCKQUOTE><CODE>
894 <PRE>
895    SH/FILES bulletins arld*
896 </PRE>
897 </CODE></BLOCKQUOTE>
898 <P>See also TYPE - to see the contents of a file.
899 <P>
900 <H2><A NAME="ss12.47">12.47 show/filter </A>
901 </H2>
902
903 <P><CODE><B>show/filter</B> Show the filters you have set</CODE>
904 <P>
905 <P>Show the contents of all the filters that are set by you. This command 
906 displays all the filters set - for all the various categories.
907 <P>
908 <H2><A NAME="ss12.48">12.48 show/moon </A>
909 </H2>
910
911 <P><CODE><B>show/moon [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show moon
912 rise and set times</CODE>
913 <P>
914 <P>Show the Moon rise and set times for a (list of) prefixes or callsigns, 
915 together with the azimuth and elevation of the sun currently at those
916 locations.
917 <P>If you don't specify any prefixes or callsigns, it will show the times for
918 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
919 together with the current azimuth and elevation.
920 <P>In addition, it will show the gain or loss dB relative to the nominal 
921 distance of 385,000Km due to the ellipsoidal nature of the orbit.
922 <P>If all else fails it will show the Moonrise and set times for the node
923 that you are connected to. 
924 <P>For example:-
925 <P>
926 <BLOCKQUOTE><CODE>
927 <PRE>
928   SH/MOON
929   SH/MOON G1TLH W5UN
930 </PRE>
931 </CODE></BLOCKQUOTE>
932 <P>
933 <H2><A NAME="ss12.49">12.49 show/muf </A>
934 </H2>
935
936 <P><CODE><B>show/muf &lt;prefix&gt; [&lt;hours&gt;][long]</B> Show
937 the likely propagation to &lt;prefix&gt;</CODE>
938 <P>
939 <P>This command allow you to estimate the likelihood of you contacting
940 a station with the prefix you have specified. The output assumes a modest
941 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
942 <P>The result predicts the most likely operating frequencies and signal
943 levels for high frequency (shortwave) radio propagation paths on
944 specified days of the year and hours of the day. It is most useful for
945 paths between 250 km and 6000 km, but can be used with reduced accuracy
946 for paths shorter or longer than this.
947 <P>The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
948 used to predict the MUF given the predicted flux, day of the year,
949 hour of the day and geographic coordinates of the transmitter and
950 receiver. This routine is reasonably accurate for the purposes here,
951 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
952 than the programs used by major shortwave broadcasting organizations,
953 such as the Voice of America.
954 <P>The command will display some header information detailing its
955 assumptions, together with the locations, latitude and longitudes and
956 bearings. It will then show UTC (UT), local time at the other end
957 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
958 (Zen) and the likely signal strengths. Then for each frequency for which
959 the system thinks there is a likelihood of a circuit it prints a value.
960 <P>The value is currently a likely S meter reading based on the conventional
961 6dB / S point scale. If the value has a '+' appended it means that it is
962 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
963 there is likely to be much fading and by an 's' that the signal is likely
964 to be noisy.  
965 <P>By default SHOW/MUF will show the next two hours worth of data. You
966 can specify anything up to 24 hours worth of data by appending the no of
967 hours required after the prefix. For example:-
968 <P>
969 <BLOCKQUOTE><CODE>
970 <PRE>
971   SH/MUF W
972 </PRE>
973 </CODE></BLOCKQUOTE>
974 <P>produces:
975 <P>
976 <BLOCKQUOTE><CODE>
977 <PRE>
978   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
979   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
980   Location                       Lat / Long           Azim
981   East Dereham, Norfolk          52 41 N 0 57 E         47
982   United-States-W                43 0 N 87 54 W        299
983   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
984   18 23 11.5 -35  mS0+ mS2   S3
985   19  0 11.2 -41  mS0+ mS2   S3
986 </PRE>
987 </CODE></BLOCKQUOTE>
988 <P>indicating that you will have weak, fading circuits on top band and 
989 80m but usable signals on 40m (about S3).
990 <P>inputing:-
991 <P>
992 <BLOCKQUOTE><CODE>
993 <PRE>
994   SH/MUF W 24
995 </PRE>
996 </CODE></BLOCKQUOTE>
997 <P>will get you the above display, but with the next 24 hours worth of
998 propagation data.
999 <P>
1000 <BLOCKQUOTE><CODE>
1001 <PRE>
1002   SH/MUF W L 24
1003   SH/MUF W 24 Long
1004 </PRE>
1005 </CODE></BLOCKQUOTE>
1006 <P>Gives you an estimate of the long path propagation characterics. It
1007 should be noted that the figures will probably not be very useful, nor
1008 terrible accurate, but it is included for completeness.
1009 <P>
1010 <H2><A NAME="ss12.50">12.50 show/prefix </A>
1011 </H2>
1012
1013 <P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database</CODE>
1014 <P>
1015 <P>This command takes the &lt;callsign&gt; (which can be a full or partial 
1016 callsign or a prefix), looks up which internal country number 
1017 it is and then displays all the relevant prefixes for that country
1018 together with the internal country no, the CQ and ITU regions. 
1019 <P>See also SHOW/DXCC
1020 <P>
1021 <H2><A NAME="ss12.51">12.51 show/qra </A>
1022 </H2>
1023
1024 <P><CODE><B>show/qra &lt;locator&gt; [&lt;locator&gt;]</B> Show the distance
1025 between locators<BR>
1026 <B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert latitude and longitude to a locator</CODE>
1027 <P>
1028 <P>This is a multipurpose command that allows you either to calculate the
1029 distance and bearing between two locators or (if only one locator is
1030 given on the command line) the distance and beraing from your station
1031 to the locator. For example:-
1032 <P>
1033 <BLOCKQUOTE><CODE>
1034 <PRE>
1035 SH/QRA IO92QL 
1036 SH/QRA JN06 IN73
1037 </PRE>
1038 </CODE></BLOCKQUOTE>
1039 <P>The first example will show the distance and bearing to the locator from
1040 yourself, the second example will calculate the distance and bearing from
1041 the first locator to the second. You can use 4 or 6 character locators.
1042 <P>It is also possible to convert a latitude and longitude to a locator by 
1043 using this command with a latitude and longitude as an argument, for
1044 example:-
1045 <P>
1046 <BLOCKQUOTE><CODE>
1047 <PRE>
1048 SH/QRA 52 41 N 0 58 E
1049 </PRE>
1050 </CODE></BLOCKQUOTE>
1051 <P>
1052 <H2><A NAME="ss12.52">12.52 show/qrz</A>
1053 </H2>
1054
1055 <P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE>
1056 <P>
1057 <P>This command queries the QRZ callbook server on the internet
1058 and returns any information available for that callsign. This service
1059 is provided for users of this software by http://www.qrz.com 
1060 <P>
1061 <H2><A NAME="ss12.53">12.53 show/route </A>
1062 </H2>
1063
1064 <P><CODE><B>show/route &lt;callsign&gt;</B> Show the route to &lt;callsign&gt;</CODE>
1065 <P>
1066 <P>This command allows you to see to which node the callsigns specified are
1067 connected. It is a sort of inverse sh/config.
1068 <P>
1069 <BLOCKQUOTE><CODE>
1070 <PRE>
1071   sh/route n2tly
1072 </PRE>
1073 </CODE></BLOCKQUOTE>
1074 <P>
1075 <H2><A NAME="ss12.54">12.54 show/satellite </A>
1076 </H2>
1077
1078 <P><CODE><B>show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;]</B>
1079 Show satellite tracking data</CODE>
1080 <P>
1081 <P>Show the tracking data from your location to the satellite of your choice
1082 from now on for the next few hours.
1083 <P>If you use this command without a satellite name it will display a list
1084 of all the satellites known currently to the system. 
1085 <P>If you give a name then you can obtain tracking data of all the passes
1086 that start and finish 5 degrees below the horizon. As default it will
1087 give information for the next three hours for every five minute period.
1088 <P>You can alter the number of hours and the step size, within certain 
1089 limits. 
1090 <P>Each pass in a period is separated with a row of '-----' characters
1091 <P>So for example:-
1092 <P>
1093 <BLOCKQUOTE><CODE>
1094 <PRE>
1095 SH/SAT AO-10 
1096 SH/SAT FENGYUN1 12 2
1097 </PRE>
1098 </CODE></BLOCKQUOTE>
1099 <P>
1100 <H2><A NAME="ss12.55">12.55 show/sun </A>
1101 </H2>
1102
1103 <P><CODE><B>show/sun [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
1104 sun rise and set times</CODE>
1105 <P>
1106 <P>Show the sun rise and set times for a (list of) prefixes or callsigns, 
1107 together with the azimuth and elevation of the sun currently at those
1108 locations.
1109 <P>If you don't specify any prefixes or callsigns, it will show the times for
1110 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
1111 together with the current azimuth and elevation.
1112 <P>If all else fails it will show the sunrise and set times for the node
1113 that you are connected to. 
1114 <P>For example:-
1115 <P>
1116 <BLOCKQUOTE><CODE>
1117 <PRE>
1118   SH/SUN
1119   SH/SUN G1TLH K9CW ZS
1120 </PRE>
1121 </CODE></BLOCKQUOTE>
1122 <P>
1123 <H2><A NAME="ss12.56">12.56 show/time </A>
1124 </H2>
1125
1126 <P><CODE><B>show/time [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
1127 the local time</CODE>
1128 <P>
1129 <P>If no prefixes or callsigns are given then this command returns the local
1130 time and UTC as the computer has it right now. If you give some prefixes
1131 then it will show UTC and UTC + the local offset (not including DST) at
1132 the prefixes or callsigns that you specify.
1133 <P>
1134 <H2><A NAME="ss12.57">12.57 show/wcy </A>
1135 </H2>
1136
1137 <P><CODE><B>show/wcy</B> Show the last 10 WCY broadcasts<BR>
1138 <B>show/wcy &lt;n&gt;</B> Show the last &lt;n&gt; WCY broadcasts</CODE>
1139 <P>
1140 <P>Display the most recent WCY information that has been received by the system
1141 <P>
1142 <H2><A NAME="ss12.58">12.58 show/wwv</A>
1143 </H2>
1144
1145 <P><CODE><B>show/wwv</B> Show the last 10 WWV broadcasts<BR>
1146 <B>show/wwv &lt;n&gt;</B> Show the last &lt;n&gt; WWV broadcasts</CODE>
1147 <P>
1148 <P>Display the most recent WWV information that has been received by the system
1149 <P>
1150 <H2><A NAME="ss12.59">12.59 sysop </A>
1151 </H2>
1152
1153 <P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE>
1154 <P>
1155 <P>The system automatically reduces your privilege level to that of a
1156 normal user if you login in remotely. This command allows you to
1157 regain your normal privilege level. It uses the normal system: five
1158 numbers are returned that are indexes into the character array that is
1159 your assigned password (see SET/PASSWORD). The indexes start from
1160 zero.
1161 <P>You are expected to return a string which contains the characters
1162 required in the correct order. You may intersperse those characters
1163 with others to obscure your reply for any watchers. For example (and
1164 these values are for explanation :-):
1165 <P>
1166 <BLOCKQUOTE><CODE>
1167 <PRE>
1168   password = 012345678901234567890123456789
1169   > sysop
1170   22 10 15 17 3
1171 </PRE>
1172 </CODE></BLOCKQUOTE>
1173 <P>you type:-
1174 <P>
1175 <BLOCKQUOTE><CODE>
1176 <PRE>
1177  aa2bbbb0ccc5ddd7xxx3n
1178  or 2 0 5 7 3
1179  or 20573
1180 </PRE>
1181 </CODE></BLOCKQUOTE>
1182 <P>They will all match. If there is no password you will still be offered
1183 numbers but nothing will happen when you input a string. Any match is
1184 case sensitive.
1185 <P>
1186 <H2><A NAME="ss12.60">12.60 talk </A>
1187 </H2>
1188
1189 <P><CODE><B>talk &lt;callsign&gt;</B> Enter talk mode with &lt;callsign&gt;<BR>
1190 <B>talk &lt;callsign&gt; &lt;text&gt;</B> Send a text message to &lt;callsign&gt;<BR>
1191 <B>talk &lt;callsign&gt; &gt; &lt;node_call&gt; [&lt;text&gt;]</B>
1192 Send a text message to &lt;callsign&gt; via &lt;node_call&gt;</CODE>
1193 <P>
1194 <P>Send a short message to any other station that is visible on the cluster
1195 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
1196 command, they don't have to be connected locally.
1197 <P>The second form of TALK is used when other cluster nodes are connected
1198 with restricted information. This usually means that they don't send 
1199 the user information usually associated with logging on and off the cluster.
1200 <P>If you know that G3JNB is likely to be present on GB7TLH, but you can only
1201 see GB7TLH in the SH/C list but with no users, then you would use the
1202 second form of the talk message.
1203 <P>If you want to have a ragchew with someone you can leave the text message
1204 out and the system will go into 'Talk' mode. What this means is that a
1205 short message is sent to the recipient telling them that you are in a 'Talking' 
1206 frame of mind and then you just type - everything you send will go to the 
1207 station that you asked for. 
1208 <P>All the usual announcements, spots and so on will still come out on your
1209 terminal.
1210 <P>If you want to do something (such as send a spot) you precede the normal 
1211 command with a '/' character, eg:-
1212 <P>
1213 <BLOCKQUOTE><CODE>
1214 <PRE>
1215    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
1216    /HELP talk
1217 </PRE>
1218 </CODE></BLOCKQUOTE>
1219 <P>To leave talk mode type:
1220 <P>
1221 <BLOCKQUOTE><CODE>
1222 <PRE>
1223    /EX
1224 </PRE>
1225 </CODE></BLOCKQUOTE>
1226 <P>
1227 <H2><A NAME="ss12.61">12.61 type </A>
1228 </H2>
1229
1230 <P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at a file in one of the fileareas</CODE>
1231 <P>
1232 <P>Type out the contents of a file in a filearea. So, for example, in 
1233 filearea 'bulletins' you want to look at file 'arld051' you would 
1234 enter:-
1235 <P>
1236 <BLOCKQUOTE><CODE>
1237 <PRE>
1238    TYPE bulletins/arld051
1239 </PRE>
1240 </CODE></BLOCKQUOTE>
1241 <P>See also SHOW/FILES to see what fileareas are available and a 
1242 list of content.
1243 <P>
1244 <H2><A NAME="ss12.62">12.62 who </A>
1245 </H2>
1246
1247 <P><CODE><B>who</B> Show who is physically connected locally</CODE>
1248 <P>
1249 <P>This is a quick listing that shows which callsigns are connected and
1250 what sort of connection they have
1251 <P>
1252 <H2><A NAME="ss12.63">12.63 wx </A>
1253 </H2>
1254
1255 <P><CODE><B>wx &lt;text&gt;</B> Send a weather message to local users<BR>
1256 <B>wx full &lt;text&gt; </B> Send a weather message to all cluster users</CODE>
1257 <P>
1258 <P>Weather messages can sometimes be useful if you are experiencing an extreme
1259 that may indicate enhanced conditions
1260 <P>
1261 <HR>
1262 Next
1263 <A HREF="usermanual-11.html">Previous</A>
1264 <A HREF="usermanual.html#toc12">Contents</A>
1265 </BODY>
1266 </HTML>