Add changes to the installation manual for Windows users from K1XX
[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 v1.50: 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/spots [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/configuration</A>
783 </H2>
784
785 <P><CODE><B>show/configuration [&lt;node&gt;]</B> Show all visible nodes and their users</CODE>
786 <P>
787 <P>This command allows you to see all the users that can be seen
788 and the nodes to which they are connected.  With the optional <EM>node</EM>,
789 you can specify a particular node to look at.
790 <P>This command is normally abbreviated to: sh/c
791 <P>BE WARNED: the list that is returned can be VERY long
792 <P>
793 <H2><A NAME="ss12.44">12.44 show/configuration/node</A>
794 </H2>
795
796 <P><CODE><B>show/configuration/node</B> Show all the nodes connected</CODE>
797 <P>
798 <P>Show all the nodes connected locally and the nodes they have connected.
799 <P>
800 <P>
801 <H2><A NAME="ss12.45">12.45 show/date </A>
802 </H2>
803
804 <P><CODE><B>show/date [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
805 the local time</CODE>
806 <P>
807 <P>This is very nearly the same as SHOW/TIME, the only difference the format
808 of the date string if no arguments are given.
809 <P>If no prefixes or callsigns are given then this command returns the local
810 time and UTC as the computer has it right now. If you give some prefixes
811 then it will show UTC and UTC + the local offset (not including DST) at
812 the prefixes or callsigns that you specify.
813 <P>
814 <H2><A NAME="ss12.46">12.46 show/dx </A>
815 </H2>
816
817 <P><CODE><B>show/dx [options]</B> interrogate the spot database</CODE>
818 <P>
819 <P>If you just type SHOW/DX you will get the last so many spots
820 (sysop configurable, but usually 10).
821 <P>In addition you can add any number of these options in very nearly
822 any order to the basic SHOW/DX command, they are:-
823 <P>
824 <BLOCKQUOTE><CODE>
825 <PRE>
826    
827 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
828 on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
829    
830 &lt;number&gt;        - the number of spots you want
831 &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in 
832                   the selected list
833    
834 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
835 *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
836 *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
837    
838 day &lt;number&gt;    - starting &lt;number&gt; days ago
839 day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
840    
841 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
842    
843 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; 
844                         is the same).
845
846 qsl             - this automatically looks for any qsl info on the call
847                   held in the spot database.
848
849 iota [&lt;iota&gt;]   - If the iota island number is missing it will 
850                   look for the string iota and anything which looks like 
851                   an iota island number. If you specify then it will look 
852                   for that island.
853
854 qra [&lt;locator&gt;] - this will look for the specific locator if 
855                   you specify one or else anything that looks like a locator.
856 </PRE>
857 </CODE></BLOCKQUOTE>
858 <P>e.g. 
859 <P>
860 <BLOCKQUOTE><CODE>
861 <PRE>
862    
863    SH/DX 9m0
864    SH/DX on 20m info iota
865    SH/DX 9a on vhf day 30
866    SH/DX rf1p qsl
867    SH/DX iota 
868    SH/DX iota eu-064
869    SH/DX qra jn86
870 </PRE>
871 </CODE></BLOCKQUOTE>
872 <P>
873 <H2><A NAME="ss12.47">12.47 show/dxcc </A>
874 </H2>
875
876 <P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE>
877 <P>
878 <P>This command takes the &lt;prefix&gt; (which can be a full or partial 
879 callsign if desired), looks up which internal country number it is
880 and then displays all the spots as per SH/DX for that country.
881 <P>The options for SHOW/DX also apply to this command.   
882 e.g. 
883 <P>
884 <BLOCKQUOTE><CODE>
885 <PRE>
886    
887    SH/DXCC G
888    SH/DXCC W on 20m info iota
889 </PRE>
890 </CODE></BLOCKQUOTE>
891 <P>
892 <H2><A NAME="ss12.48">12.48 show/files </A>
893 </H2>
894
895 <P><CODE><B>show/files [&lt;filearea&gt; [&lt;string&gt;]]</B> List
896 the contents of a filearea</CODE>
897 <P>
898 <P>SHOW/FILES on its own will show you a list of the various fileareas
899 available on the system. To see the contents of a particular file
900 area type:-
901 <P>
902 <BLOCKQUOTE><CODE>
903 <PRE>
904    SH/FILES &lt;filearea&gt;
905 </PRE>
906 </CODE></BLOCKQUOTE>
907 <P>where &lt;filearea&gt; is the name of the filearea you want to see the 
908 contents of.
909 <P>You can also use shell globbing characters like '*' and '?' in a
910 string to see a selection of files in a filearea eg:-
911 <P>
912 <BLOCKQUOTE><CODE>
913 <PRE>
914    SH/FILES bulletins arld*
915 </PRE>
916 </CODE></BLOCKQUOTE>
917 <P>See also TYPE - to see the contents of a file.
918 <P>
919 <H2><A NAME="ss12.49">12.49 show/filter </A>
920 </H2>
921
922 <P><CODE><B>show/filter</B> Show the filters you have set</CODE>
923 <P>
924 <P>Show the contents of all the filters that are set by you. This command 
925 displays all the filters set - for all the various categories.
926 <P>
927 <H2><A NAME="ss12.50">12.50 show/moon </A>
928 </H2>
929
930 <P><CODE><B>show/moon [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show moon
931 rise and set times</CODE>
932 <P>
933 <P>Show the Moon rise and set times for a (list of) prefixes or callsigns, 
934 together with the azimuth and elevation of the sun currently at those
935 locations.
936 <P>If you don't specify any prefixes or callsigns, it will show the times for
937 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
938 together with the current azimuth and elevation.
939 <P>In addition, it will show the gain or loss dB relative to the nominal 
940 distance of 385,000Km due to the ellipsoidal nature of the orbit.
941 <P>If all else fails it will show the Moonrise and set times for the node
942 that you are connected to. 
943 <P>For example:-
944 <P>
945 <BLOCKQUOTE><CODE>
946 <PRE>
947   SH/MOON
948   SH/MOON G1TLH W5UN
949 </PRE>
950 </CODE></BLOCKQUOTE>
951 <P>
952 <H2><A NAME="ss12.51">12.51 show/muf </A>
953 </H2>
954
955 <P><CODE><B>show/muf &lt;prefix&gt; [&lt;hours&gt;][long]</B> Show
956 the likely propagation to &lt;prefix&gt;</CODE>
957 <P>
958 <P>This command allow you to estimate the likelihood of you contacting
959 a station with the prefix you have specified. The output assumes a modest
960 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
961 <P>The result predicts the most likely operating frequencies and signal
962 levels for high frequency (shortwave) radio propagation paths on
963 specified days of the year and hours of the day. It is most useful for
964 paths between 250 km and 6000 km, but can be used with reduced accuracy
965 for paths shorter or longer than this.
966 <P>The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
967 used to predict the MUF given the predicted flux, day of the year,
968 hour of the day and geographic coordinates of the transmitter and
969 receiver. This routine is reasonably accurate for the purposes here,
970 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
971 than the programs used by major shortwave broadcasting organizations,
972 such as the Voice of America.
973 <P>The command will display some header information detailing its
974 assumptions, together with the locations, latitude and longitudes and
975 bearings. It will then show UTC (UT), local time at the other end
976 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
977 (Zen) and the likely signal strengths. Then for each frequency for which
978 the system thinks there is a likelihood of a circuit it prints a value.
979 <P>The value is currently a likely S meter reading based on the conventional
980 6dB / S point scale. If the value has a '+' appended it means that it is
981 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
982 there is likely to be much fading and by an 's' that the signal is likely
983 to be noisy.  
984 <P>By default SHOW/MUF will show the next two hours worth of data. You
985 can specify anything up to 24 hours worth of data by appending the no of
986 hours required after the prefix. For example:-
987 <P>
988 <BLOCKQUOTE><CODE>
989 <PRE>
990   SH/MUF W
991 </PRE>
992 </CODE></BLOCKQUOTE>
993 <P>produces:
994 <P>
995 <BLOCKQUOTE><CODE>
996 <PRE>
997   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
998   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
999   Location                       Lat / Long           Azim
1000   East Dereham, Norfolk          52 41 N 0 57 E         47
1001   United-States-W                43 0 N 87 54 W        299
1002   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
1003   18 23 11.5 -35  mS0+ mS2   S3
1004   19  0 11.2 -41  mS0+ mS2   S3
1005 </PRE>
1006 </CODE></BLOCKQUOTE>
1007 <P>indicating that you will have weak, fading circuits on top band and 
1008 80m but usable signals on 40m (about S3).
1009 <P>inputing:-
1010 <P>
1011 <BLOCKQUOTE><CODE>
1012 <PRE>
1013   SH/MUF W 24
1014 </PRE>
1015 </CODE></BLOCKQUOTE>
1016 <P>will get you the above display, but with the next 24 hours worth of
1017 propagation data.
1018 <P>
1019 <BLOCKQUOTE><CODE>
1020 <PRE>
1021   SH/MUF W L 24
1022   SH/MUF W 24 Long
1023 </PRE>
1024 </CODE></BLOCKQUOTE>
1025 <P>Gives you an estimate of the long path propagation characterics. It
1026 should be noted that the figures will probably not be very useful, nor
1027 terrible accurate, but it is included for completeness.
1028 <P>
1029 <H2><A NAME="ss12.52">12.52 show/prefix </A>
1030 </H2>
1031
1032 <P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database</CODE>
1033 <P>
1034 <P>This command takes the &lt;callsign&gt; (which can be a full or partial 
1035 callsign or a prefix), looks up which internal country number 
1036 it is and then displays all the relevant prefixes for that country
1037 together with the internal country no, the CQ and ITU regions. 
1038 <P>See also SHOW/DXCC
1039 <P>
1040 <H2><A NAME="ss12.53">12.53 show/qra </A>
1041 </H2>
1042
1043 <P><CODE><B>show/qra &lt;locator&gt; [&lt;locator&gt;]</B> Show the distance
1044 between locators<BR>
1045 <B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert latitude and longitude to a locator</CODE>
1046 <P>
1047 <P>This is a multipurpose command that allows you either to calculate the
1048 distance and bearing between two locators or (if only one locator is
1049 given on the command line) the distance and beraing from your station
1050 to the locator. For example:-
1051 <P>
1052 <BLOCKQUOTE><CODE>
1053 <PRE>
1054 SH/QRA IO92QL 
1055 SH/QRA JN06 IN73
1056 </PRE>
1057 </CODE></BLOCKQUOTE>
1058 <P>The first example will show the distance and bearing to the locator from
1059 yourself, the second example will calculate the distance and bearing from
1060 the first locator to the second. You can use 4 or 6 character locators.
1061 <P>It is also possible to convert a latitude and longitude to a locator by 
1062 using this command with a latitude and longitude as an argument, for
1063 example:-
1064 <P>
1065 <BLOCKQUOTE><CODE>
1066 <PRE>
1067 SH/QRA 52 41 N 0 58 E
1068 </PRE>
1069 </CODE></BLOCKQUOTE>
1070 <P>
1071 <H2><A NAME="ss12.54">12.54 show/qrz</A>
1072 </H2>
1073
1074 <P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE>
1075 <P>
1076 <P>This command queries the QRZ callbook server on the internet
1077 and returns any information available for that callsign. This service
1078 is provided for users of this software by http://www.qrz.com 
1079 <P>
1080 <H2><A NAME="ss12.55">12.55 show/route </A>
1081 </H2>
1082
1083 <P><CODE><B>show/route &lt;callsign&gt;</B> Show the route to &lt;callsign&gt;</CODE>
1084 <P>
1085 <P>This command allows you to see to which node the callsigns specified are
1086 connected. It is a sort of inverse sh/config.
1087 <P>
1088 <BLOCKQUOTE><CODE>
1089 <PRE>
1090   sh/route n2tly
1091 </PRE>
1092 </CODE></BLOCKQUOTE>
1093 <P>
1094 <H2><A NAME="ss12.56">12.56 show/satellite </A>
1095 </H2>
1096
1097 <P><CODE><B>show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;]</B>
1098 Show satellite tracking data</CODE>
1099 <P>
1100 <P>Show the tracking data from your location to the satellite of your choice
1101 from now on for the next few hours.
1102 <P>If you use this command without a satellite name it will display a list
1103 of all the satellites known currently to the system. 
1104 <P>If you give a name then you can obtain tracking data of all the passes
1105 that start and finish 5 degrees below the horizon. As default it will
1106 give information for the next three hours for every five minute period.
1107 <P>You can alter the number of hours and the step size, within certain 
1108 limits. 
1109 <P>Each pass in a period is separated with a row of '-----' characters
1110 <P>So for example:-
1111 <P>
1112 <BLOCKQUOTE><CODE>
1113 <PRE>
1114 SH/SAT AO-10 
1115 SH/SAT FENGYUN1 12 2
1116 </PRE>
1117 </CODE></BLOCKQUOTE>
1118 <P>
1119 <H2><A NAME="ss12.57">12.57 show/sun </A>
1120 </H2>
1121
1122 <P><CODE><B>show/sun [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
1123 sun rise and set times</CODE>
1124 <P>
1125 <P>Show the sun rise and set times for a (list of) prefixes or callsigns, 
1126 together with the azimuth and elevation of the sun currently at those
1127 locations.
1128 <P>If you don't specify any prefixes or callsigns, it will show the times for
1129 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
1130 together with the current azimuth and elevation.
1131 <P>If all else fails it will show the sunrise and set times for the node
1132 that you are connected to. 
1133 <P>For example:-
1134 <P>
1135 <BLOCKQUOTE><CODE>
1136 <PRE>
1137   SH/SUN
1138   SH/SUN G1TLH K9CW ZS
1139 </PRE>
1140 </CODE></BLOCKQUOTE>
1141 <P>
1142 <H2><A NAME="ss12.58">12.58 show/time </A>
1143 </H2>
1144
1145 <P><CODE><B>show/time [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
1146 the local time</CODE>
1147 <P>
1148 <P>If no prefixes or callsigns are given then this command returns the local
1149 time and UTC as the computer has it right now. If you give some prefixes
1150 then it will show UTC and UTC + the local offset (not including DST) at
1151 the prefixes or callsigns that you specify.
1152 <P>
1153 <H2><A NAME="ss12.59">12.59 show/wcy </A>
1154 </H2>
1155
1156 <P><CODE><B>show/wcy</B> Show the last 10 WCY broadcasts<BR>
1157 <B>show/wcy &lt;n&gt;</B> Show the last &lt;n&gt; WCY broadcasts</CODE>
1158 <P>
1159 <P>Display the most recent WCY information that has been received by the system
1160 <P>
1161 <H2><A NAME="ss12.60">12.60 show/wwv</A>
1162 </H2>
1163
1164 <P><CODE><B>show/wwv</B> Show the last 10 WWV broadcasts<BR>
1165 <B>show/wwv &lt;n&gt;</B> Show the last &lt;n&gt; WWV broadcasts</CODE>
1166 <P>
1167 <P>Display the most recent WWV information that has been received by the system
1168 <P>
1169 <H2><A NAME="ss12.61">12.61 sysop </A>
1170 </H2>
1171
1172 <P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE>
1173 <P>
1174 <P>The system automatically reduces your privilege level to that of a
1175 normal user if you login in remotely. This command allows you to
1176 regain your normal privilege level. It uses the normal system: five
1177 numbers are returned that are indexes into the character array that is
1178 your assigned password (see SET/PASSWORD). The indexes start from
1179 zero.
1180 <P>You are expected to return a string which contains the characters
1181 required in the correct order. You may intersperse those characters
1182 with others to obscure your reply for any watchers. For example (and
1183 these values are for explanation :-):
1184 <P>
1185 <BLOCKQUOTE><CODE>
1186 <PRE>
1187   password = 012345678901234567890123456789
1188   > sysop
1189   22 10 15 17 3
1190 </PRE>
1191 </CODE></BLOCKQUOTE>
1192 <P>you type:-
1193 <P>
1194 <BLOCKQUOTE><CODE>
1195 <PRE>
1196  aa2bbbb0ccc5ddd7xxx3n
1197  or 2 0 5 7 3
1198  or 20573
1199 </PRE>
1200 </CODE></BLOCKQUOTE>
1201 <P>They will all match. If there is no password you will still be offered
1202 numbers but nothing will happen when you input a string. Any match is
1203 case sensitive.
1204 <P>
1205 <H2><A NAME="ss12.62">12.62 talk </A>
1206 </H2>
1207
1208 <P><CODE><B>talk &lt;callsign&gt;</B> Enter talk mode with &lt;callsign&gt;<BR>
1209 <B>talk &lt;callsign&gt; &lt;text&gt;</B> Send a text message to &lt;callsign&gt;<BR>
1210 <B>talk &lt;callsign&gt; &gt; &lt;node_call&gt; [&lt;text&gt;]</B>
1211 Send a text message to &lt;callsign&gt; via &lt;node_call&gt;</CODE>
1212 <P>
1213 <P>Send a short message to any other station that is visible on the cluster
1214 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
1215 command, they don't have to be connected locally.
1216 <P>The second form of TALK is used when other cluster nodes are connected
1217 with restricted information. This usually means that they don't send 
1218 the user information usually associated with logging on and off the cluster.
1219 <P>If you know that G3JNB is likely to be present on GB7TLH, but you can only
1220 see GB7TLH in the SH/C list but with no users, then you would use the
1221 second form of the talk message.
1222 <P>If you want to have a ragchew with someone you can leave the text message
1223 out and the system will go into 'Talk' mode. What this means is that a
1224 short message is sent to the recipient telling them that you are in a 'Talking' 
1225 frame of mind and then you just type - everything you send will go to the 
1226 station that you asked for. 
1227 <P>All the usual announcements, spots and so on will still come out on your
1228 terminal.
1229 <P>If you want to do something (such as send a spot) you precede the normal 
1230 command with a '/' character, eg:-
1231 <P>
1232 <BLOCKQUOTE><CODE>
1233 <PRE>
1234    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
1235    /HELP talk
1236 </PRE>
1237 </CODE></BLOCKQUOTE>
1238 <P>To leave talk mode type:
1239 <P>
1240 <BLOCKQUOTE><CODE>
1241 <PRE>
1242    /EX
1243 </PRE>
1244 </CODE></BLOCKQUOTE>
1245 <P>
1246 <H2><A NAME="ss12.63">12.63 type </A>
1247 </H2>
1248
1249 <P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at a file in one of the fileareas</CODE>
1250 <P>
1251 <P>Type out the contents of a file in a filearea. So, for example, in 
1252 filearea 'bulletins' you want to look at file 'arld051' you would 
1253 enter:-
1254 <P>
1255 <BLOCKQUOTE><CODE>
1256 <PRE>
1257    TYPE bulletins/arld051
1258 </PRE>
1259 </CODE></BLOCKQUOTE>
1260 <P>See also SHOW/FILES to see what fileareas are available and a 
1261 list of content.
1262 <P>
1263 <H2><A NAME="ss12.64">12.64 who </A>
1264 </H2>
1265
1266 <P><CODE><B>who</B> Show who is physically connected locally</CODE>
1267 <P>
1268 <P>This is a quick listing that shows which callsigns are connected and
1269 what sort of connection they have
1270 <P>
1271 <H2><A NAME="ss12.65">12.65 wx </A>
1272 </H2>
1273
1274 <P><CODE><B>wx &lt;text&gt;</B> Send a weather message to local users<BR>
1275 <B>wx full &lt;text&gt; </B> Send a weather message to all cluster users</CODE>
1276 <P>
1277 <P>Weather messages can sometimes be useful if you are experiencing an extreme
1278 that may indicate enhanced conditions
1279 <P>
1280 <HR>
1281 Next
1282 <A HREF="usermanual-11.html">Previous</A>
1283 <A HREF="usermanual.html#toc12">Contents</A>
1284 </BODY>
1285 </HTML>