fix console.pl max scroll depth
[spider.git] / html / user_en.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3   <head>
4     <title>User Command Reference</title>
5         <meta name="Keywords" content="DX Cluster, DXSpider, Spider, Packet Cluster, DXCluster, Pavillion Software, AK1A, AX25, AX.25, WWV, Packet Radio, Amateur Radio, Propagation, DX, DXing, G1TLH, GB7TLH, Dirk Koopman, Mailing list, Linux, RedHat, PERL">
6         <meta name="Description" content="Software and systems for realtime digital communications between amateur radio stations for the provision of information on propagation conditions and stations operating">
7         <meta name="Author" content="Dirk Koopman G1TLH">
8   </head>
9   <body TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#FFFFFF">
10         <FONT COLOR="#606060"> 
11           <hr>
12           <h2>User Command Reference</h2>
13           <hr>
14         </font>
15         
16         
17         <address><a href="mailto:djk@tobit.co.uk">Dirk Koopman G1TLH</a></address>
18         <p>
19           <!-- Created: Sun Dec 13 20:25:14 GMT 1998 -->
20           <!-- hhmts start -->
21 Last modified: Wed Nov 17 21:03:25 GMT 1999
22 <!-- hhmts end -->
23         <h4>Introduction</h4>
24
25         <p>This is the list of user commands currently available within the DX Spider DX Cluster system.</p>
26         <p>It is automatically generated from the system help files.</p>
27
28     <h4>The Commands</h4>
29
30         <ul>
31 <li><a name="L1"><b>ANNOUNCE &lt;text&gt;</b></a> Send an announcement to LOCAL users only
32 <br><br>
33 &lt;text&gt; is the text of the announcement you wish to broadcast 
34  
35  <br><br>
36 <li><a name="L2"><b>ANNOUNCE FULL &lt;text&gt;</b></a> Send an announcement cluster wide
37 <br><br>
38 This will send your announcement cluster wide
39  
40  <br><br>
41 <li><a name="L3"><b>APROPOS &lt;string&gt;</b></a> Search help database for &lt;string&gt;
42 <br><br>
43 Search the help database for &lt;string&gt; (it isn't case sensitive), and print
44  the names of all the commands that may be relevant.
45  
46  <br><br>
47 <li><a name="L4"><b>BYE</b></a> Exit from the cluster
48 <br><br>
49 This will disconnect you from the cluster
50  
51  <br><br>
52 <li><a name="L5"><b>DBAVAIL</b></a> Show a list of all the Databases in the system
53 <br><br>
54 Title says it all really, this command lists all the databases defined
55  in the system. It is also aliased to SHOW/COMMAND.
56  
57  <br><br>
58 <li><a name="L6"><b>DBSHOW &lt;dbname&gt; &lt;key&gt;</b></a> Display an entry, if it exists, in a database
59 <br><br>
60 This is the generic user interface to the database to the database system.
61  It is expected that the sysop will add an entry to the local Aliases file
62  so that users can use the more familiar AK1A style of enquiry such as:
63  
64  <br><br>
65 <pre>
66   SH/BUCK G1TLH
67  </pre>
68
69  <br><br>
70 but if he hasn't and the database really does exist (use DBAVAIL or
71  SHOW/COMMAND to find out) you can do the same thing with:
72  
73  <br><br>
74 <pre>
75   DBSHOW buck G1TLH
76  </pre>
77
78  <br><br>
79 <li><a name="L7"><b>DIRECTORY</b></a> List messages 
80 <br><br>
81 List the messages in the messages directory.
82  
83  <br><br>
84 If there is a 'p' one space after the message number then it is a 
85  personal message. If there is a '-' between the message number and the
86  'p' then this indicates that the message has been read.
87  
88  <br><br>
89 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
90  fields.
91  
92  <br><br>
93 You can combine some of the various directory commands together eg:-
94  
95  <br><br>
96 <pre>
97    DIR TO G1TLH 5
98  </pre>
99 or 
100  <pre>
101    DIR SUBJECT IOTA 200-250
102  </pre>
103
104  <br><br>
105 You can abbreviate all the commands to one letter and use ak1a syntax:-
106  
107  <br><br>
108 <pre>
109    DIR/T G1* 10
110     DIR/S QSL 10-100 5
111  </pre>
112
113  <br><br>
114 <li><a name="L8"><b>DIRECTORY &lt;from&gt;-&lt;to&gt;</b></a> List messages &lt;from&gt; message &lt;to&gt; message 
115 <br><br>
116 List the messages in the messages directory.
117  
118  <br><br>
119 If there is a 'p' one space after the message number then it is a 
120  personal message. If there is a '-' between the message number and the
121  'p' then this indicates that the message has been read.
122  
123  <br><br>
124 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
125  fields.
126  
127  <br><br>
128 You can combine some of the various directory commands together eg:-
129  
130  <br><br>
131 <pre>
132    DIR TO G1TLH 5
133  </pre>
134 or 
135  <pre>
136    DIR SUBJECT IOTA 200-250
137  </pre>
138
139  <br><br>
140 You can abbreviate all the commands to one letter and use ak1a syntax:-
141  
142  <br><br>
143 <pre>
144    DIR/T G1* 10
145     DIR/S QSL 10-100 5
146  </pre>
147
148  <br><br>
149 <li><a name="L9"><b>DIRECTORY &lt;nn&gt;</b></a> List last &lt;nn&gt; messages
150 <br><br>
151 List the messages in the messages directory.
152  
153  <br><br>
154 If there is a 'p' one space after the message number then it is a 
155  personal message. If there is a '-' between the message number and the
156  'p' then this indicates that the message has been read.
157  
158  <br><br>
159 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
160  fields.
161  
162  <br><br>
163 You can combine some of the various directory commands together eg:-
164  
165  <br><br>
166 <pre>
167    DIR TO G1TLH 5
168  </pre>
169 or 
170  <pre>
171    DIR SUBJECT IOTA 200-250
172  </pre>
173
174  <br><br>
175 You can abbreviate all the commands to one letter and use ak1a syntax:-
176  
177  <br><br>
178 <pre>
179    DIR/T G1* 10
180     DIR/S QSL 10-100 5
181  </pre>
182
183  <br><br>
184 <li><a name="L10"><b>DIRECTORY ALL</b></a> List all messages
185 <br><br>
186 List the messages in the messages directory.
187  
188  <br><br>
189 If there is a 'p' one space after the message number then it is a 
190  personal message. If there is a '-' between the message number and the
191  'p' then this indicates that the message has been read.
192  
193  <br><br>
194 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
195  fields.
196  
197  <br><br>
198 You can combine some of the various directory commands together eg:-
199  
200  <br><br>
201 <pre>
202    DIR TO G1TLH 5
203  </pre>
204 or 
205  <pre>
206    DIR SUBJECT IOTA 200-250
207  </pre>
208
209  <br><br>
210 You can abbreviate all the commands to one letter and use ak1a syntax:-
211  
212  <br><br>
213 <pre>
214    DIR/T G1* 10
215     DIR/S QSL 10-100 5
216  </pre>
217
218  <br><br>
219 <li><a name="L11"><b>DIRECTORY FROM &lt;call&gt;</b></a> List all messages from &lt;call&gt;
220 <br><br>
221 List the messages in the messages directory.
222  
223  <br><br>
224 If there is a 'p' one space after the message number then it is a 
225  personal message. If there is a '-' between the message number and the
226  'p' then this indicates that the message has been read.
227  
228  <br><br>
229 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
230  fields.
231  
232  <br><br>
233 You can combine some of the various directory commands together eg:-
234  
235  <br><br>
236 <pre>
237    DIR TO G1TLH 5
238  </pre>
239 or 
240  <pre>
241    DIR SUBJECT IOTA 200-250
242  </pre>
243
244  <br><br>
245 You can abbreviate all the commands to one letter and use ak1a syntax:-
246  
247  <br><br>
248 <pre>
249    DIR/T G1* 10
250     DIR/S QSL 10-100 5
251  </pre>
252
253  <br><br>
254 <li><a name="L12"><b>DIRECTORY NEW</b></a> List all new messages
255 <br><br>
256 List the messages in the messages directory.
257  
258  <br><br>
259 If there is a 'p' one space after the message number then it is a 
260  personal message. If there is a '-' between the message number and the
261  'p' then this indicates that the message has been read.
262  
263  <br><br>
264 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
265  fields.
266  
267  <br><br>
268 You can combine some of the various directory commands together eg:-
269  
270  <br><br>
271 <pre>
272    DIR TO G1TLH 5
273  </pre>
274 or 
275  <pre>
276    DIR SUBJECT IOTA 200-250
277  </pre>
278
279  <br><br>
280 You can abbreviate all the commands to one letter and use ak1a syntax:-
281  
282  <br><br>
283 <pre>
284    DIR/T G1* 10
285     DIR/S QSL 10-100 5
286  </pre>
287
288  <br><br>
289 <li><a name="L13"><b>DIRECTORY OWN</b></a> List your own messages
290 <br><br>
291 List the messages in the messages directory.
292  
293  <br><br>
294 If there is a 'p' one space after the message number then it is a 
295  personal message. If there is a '-' between the message number and the
296  'p' then this indicates that the message has been read.
297  
298  <br><br>
299 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
300  fields.
301  
302  <br><br>
303 You can combine some of the various directory commands together eg:-
304  
305  <br><br>
306 <pre>
307    DIR TO G1TLH 5
308  </pre>
309 or 
310  <pre>
311    DIR SUBJECT IOTA 200-250
312  </pre>
313
314  <br><br>
315 You can abbreviate all the commands to one letter and use ak1a syntax:-
316  
317  <br><br>
318 <pre>
319    DIR/T G1* 10
320     DIR/S QSL 10-100 5
321  </pre>
322
323  <br><br>
324 <li><a name="L14"><b>DIRECTORY SUBJECT &lt;string&gt;</b></a> List all messages with &lt;string&gt; in subject
325 <br><br>
326 List the messages in the messages directory.
327  
328  <br><br>
329 If there is a 'p' one space after the message number then it is a 
330  personal message. If there is a '-' between the message number and the
331  'p' then this indicates that the message has been read.
332  
333  <br><br>
334 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
335  fields.
336  
337  <br><br>
338 You can combine some of the various directory commands together eg:-
339  
340  <br><br>
341 <pre>
342    DIR TO G1TLH 5
343  </pre>
344 or 
345  <pre>
346    DIR SUBJECT IOTA 200-250
347  </pre>
348
349  <br><br>
350 You can abbreviate all the commands to one letter and use ak1a syntax:-
351  
352  <br><br>
353 <pre>
354    DIR/T G1* 10
355     DIR/S QSL 10-100 5
356  </pre>
357
358  <br><br>
359 <li><a name="L15"><b>DIRECTORY TO &lt;call&gt;</b></a> List all messages to &lt;call&gt;
360 <br><br>
361 List the messages in the messages directory.
362  
363  <br><br>
364 If there is a 'p' one space after the message number then it is a 
365  personal message. If there is a '-' between the message number and the
366  'p' then this indicates that the message has been read.
367  
368  <br><br>
369 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
370  fields.
371  
372  <br><br>
373 You can combine some of the various directory commands together eg:-
374  
375  <br><br>
376 <pre>
377    DIR TO G1TLH 5
378  </pre>
379 or 
380  <pre>
381    DIR SUBJECT IOTA 200-250
382  </pre>
383
384  <br><br>
385 You can abbreviate all the commands to one letter and use ak1a syntax:-
386  
387  <br><br>
388 <pre>
389    DIR/T G1* 10
390     DIR/S QSL 10-100 5
391  </pre>
392
393  <br><br>
394 <li><a name="L16"><b>DX [BY &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</b></a> Send a DX spot
395 <br><br>
396 This is how you send a DX Spot to other users. You can, in fact, now
397  enter the &lt;freq&gt; and the &lt;call&gt; either way round. 
398  
399  <br><br>
400 <pre>
401    DX FR0G 144.600
402     DX 144.600 FR0G
403     DX 144600 FR0G 
404  </pre>
405
406  <br><br>
407 will all give the same result. You can add some remarks to the end
408  of the command and they will be added to the spot.
409  
410  <br><br>
411 <pre>
412    DX FR0G 144600 this is a test
413  </pre>
414
415  <br><br>
416 You can credit someone else by saying:-
417  
418  <br><br>
419 <pre>
420    DX by G1TLH FR0G 144.600 he isn't on the cluster
421  </pre>
422
423  <br><br>
424 The &lt;freq&gt; is compared against the available bands set up in the 
425  cluster.  See SHOW/BANDS for more information.
426  
427  <br><br>
428 <li><a name="L17"><b>HELP</b></a> The HELP Command
429 <br><br>
430 HELP is available for a number of commands. The syntax is:-
431  
432  <br><br>
433 <pre>
434   HELP &lt;cmd&gt;
435  </pre>
436   
437  <br><br>
438 Where &lt;cmd&gt; is the name of the command you want help on.
439  
440  <br><br>
441 All commands can be abbreviated, so SHOW/DX can be abbreviated
442  to SH/DX, ANNOUNCE can be shortened to AN and so on.
443  
444  <br><br>
445 Look at the APROPOS &lt;string&gt; command which will search the help database
446  for the &lt;string&gt; you specify and give you a list of likely commands
447  to look at with HELP.
448  
449  <br><br>
450 <li><a name="L18"><b>KILL &lt;msgno&gt; [&lt;msgno&gt; ...]</b></a> Remove or erase a message from the system
451 <br><br>
452 You can get rid of any message to or originating from your callsign using 
453  this command. You can remove more than one message at a time.
454  
455  <br><br>
456 <li><a name="L19"><b>KILL &lt;msgno&gt; [&lt;msgno..]</b></a> Delete a message from the local system
457 <br><br>
458 Delete a message from the local system. You will only be able to delete messages
459  that you have originated or been sent (unless you are the sysop).
460  
461  <br><br>
462 <li><a name="L20"><b>READ</b></a> Read the next unread personal message addressed to you
463 <br><br>
464 You can read any messages that are sent as 'non-personal' and also any
465  message either sent by or sent to your callsign.
466  
467  <br><br>
468 <li><a name="L21"><b>READ &lt;msgno&gt;</b></a> Read the specified message
469 <br><br>
470 You can read any messages that are sent as 'non-personal' and also any
471  message either sent by or sent to your callsign.
472  
473  <br><br>
474 <li><a name="L22"><b>REPLY</b></a> Reply (privately) to the last message that you have read
475 <br><br>
476 You can reply to a message and the subject will automatically have
477  "Re:" inserted in front of it, if it isn't already present.
478  
479  <br><br>
480 You can also use all the extra qualifiers such as RR, PRIVATE, 
481  NOPRIVATE, B that you can use with the SEND command (see SEND
482  for further details)
483  
484  <br><br>
485 <li><a name="L23"><b>REPLY &lt;msgno&gt;</b></a> Reply (privately) to the specified message
486 <br><br>
487 You can reply to a message and the subject will automatically have
488  "Re:" inserted in front of it, if it isn't already present.
489  
490  <br><br>
491 You can also use all the extra qualifiers such as RR, PRIVATE, 
492  NOPRIVATE, B that you can use with the SEND command (see SEND
493  for further details)
494  
495  <br><br>
496 <li><a name="L24"><b>REPLY B &lt;msgno&gt;</b></a> Reply as a Bulletin to the specified message
497 <br><br>
498 You can reply to a message and the subject will automatically have
499  "Re:" inserted in front of it, if it isn't already present.
500  
501  <br><br>
502 You can also use all the extra qualifiers such as RR, PRIVATE, 
503  NOPRIVATE, B that you can use with the SEND command (see SEND
504  for further details)
505  
506  <br><br>
507 <li><a name="L25"><b>REPLY NOPrivate &lt;msgno&gt;</b></a> Reply as a Bulletin to the specified message
508 <br><br>
509 You can reply to a message and the subject will automatically have
510  "Re:" inserted in front of it, if it isn't already present.
511  
512  <br><br>
513 You can also use all the extra qualifiers such as RR, PRIVATE, 
514  NOPRIVATE, B that you can use with the SEND command (see SEND
515  for further details)
516  
517  <br><br>
518 <li><a name="L26"><b>REPLY RR &lt;msgno&gt;</b></a> Reply to the specified message with read receipt
519 <br><br>
520 You can reply to a message and the subject will automatically have
521  "Re:" inserted in front of it, if it isn't already present.
522  
523  <br><br>
524 You can also use all the extra qualifiers such as RR, PRIVATE, 
525  NOPRIVATE, B that you can use with the SEND command (see SEND
526  for further details)
527  
528  <br><br>
529 <li><a name="L27"><b>SEND &lt;call&gt; [&lt;call&gt; ...]</b></a> Send a message to one or more callsigns
530 <br><br>
531 All the SEND commands will create a message which will be sent either to
532  an individual callsign or to one of the 'bulletin' addresses. 
533  
534  <br><br>
535 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
536  it will mark the message as personal and send it to the cluster node that
537  that callsign is connected to.
538  
539  <br><br>
540 You can have more than one callsign in all of the SEND commands.
541  
542  <br><br>
543 You can have multiple qualifiers so that you can have for example:-
544  
545  <br><br>
546 <pre>
547   SEND RR COPY 123 PRIVATE G1TLH G0RDI
548  </pre>
549
550  <br><br>
551 which should send a copy of message 123 to G1TLH and G0RDI and you will
552  receive a read receipt when they have read the message.
553  
554  <br><br>
555 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
556  SP is an alias for SEND PRIVATE
557  
558  <br><br>
559 <li><a name="L28"><b>SEND COPY &lt;msgno&gt; &lt;call&gt;</b></a> Send a copy of a  message to someone
560 <br><br>
561 All the SEND commands will create a message which will be sent either to
562  an individual callsign or to one of the 'bulletin' addresses. 
563  
564  <br><br>
565 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
566  it will mark the message as personal and send it to the cluster node that
567  that callsign is connected to.
568  
569  <br><br>
570 You can have more than one callsign in all of the SEND commands.
571  
572  <br><br>
573 You can have multiple qualifiers so that you can have for example:-
574  
575  <br><br>
576 <pre>
577   SEND RR COPY 123 PRIVATE G1TLH G0RDI
578  </pre>
579
580  <br><br>
581 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  
584  <br><br>
585 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
586  SP is an alias for SEND PRIVATE
587  
588  <br><br>
589 <li><a name="L29"><b>SEND NOPRIVATE &lt;call&gt;</b></a> Send a message to all stations
590 <br><br>
591 All the SEND commands will create a message which will be sent either to
592  an individual callsign or to one of the 'bulletin' addresses. 
593  
594  <br><br>
595 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
596  it will mark the message as personal and send it to the cluster node that
597  that callsign is connected to.
598  
599  <br><br>
600 You can have more than one callsign in all of the SEND commands.
601  
602  <br><br>
603 You can have multiple qualifiers so that you can have for example:-
604  
605  <br><br>
606 <pre>
607   SEND RR COPY 123 PRIVATE G1TLH G0RDI
608  </pre>
609
610  <br><br>
611 which should send a copy of message 123 to G1TLH and G0RDI and you will
612  receive a read receipt when they have read the message.
613  
614  <br><br>
615 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
616  SP is an alias for SEND PRIVATE
617  
618  <br><br>
619 <li><a name="L30"><b>SEND PRIVATE &lt;call&gt;</b></a> Send a personal message
620 <br><br>
621 All the SEND commands will create a message which will be sent either to
622  an individual callsign or to one of the 'bulletin' addresses. 
623  
624  <br><br>
625 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
626  it will mark the message as personal and send it to the cluster node that
627  that callsign is connected to.
628  
629  <br><br>
630 You can have more than one callsign in all of the SEND commands.
631  
632  <br><br>
633 You can have multiple qualifiers so that you can have for example:-
634  
635  <br><br>
636 <pre>
637   SEND RR COPY 123 PRIVATE G1TLH G0RDI
638  </pre>
639
640  <br><br>
641 which should send a copy of message 123 to G1TLH and G0RDI and you will
642  receive a read receipt when they have read the message.
643  
644  <br><br>
645 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
646  SP is an alias for SEND PRIVATE
647  
648  <br><br>
649 <li><a name="L31"><b>SEND RR &lt;call&gt;</b></a> Send a message and ask for a read receipt
650 <br><br>
651 All the SEND commands will create a message which will be sent either to
652  an individual callsign or to one of the 'bulletin' addresses. 
653  
654  <br><br>
655 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
656  it will mark the message as personal and send it to the cluster node that
657  that callsign is connected to.
658  
659  <br><br>
660 You can have more than one callsign in all of the SEND commands.
661  
662  <br><br>
663 You can have multiple qualifiers so that you can have for example:-
664  
665  <br><br>
666 <pre>
667   SEND RR COPY 123 PRIVATE G1TLH G0RDI
668  </pre>
669
670  <br><br>
671 which should send a copy of message 123 to G1TLH and G0RDI and you will
672  receive a read receipt when they have read the message.
673  
674  <br><br>
675 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
676  SP is an alias for SEND PRIVATE
677  
678  <br><br>
679 <li><a name="L32"><b>SET/ADDRESS &lt;your address&gt;</b></a> Record your postal address
680 <br><br>
681
682  <br>
683 <li><a name="L33"><b>SET/ANNOUNCE</b></a> Allow announce messages to come out on your terminal
684 <br><br>
685
686  <br>
687 <li><a name="L34"><b>SET/BEEP</b></a> Add a beep to DX and other messages on your terminal
688 <br><br>
689
690  <br>
691 <li><a name="L35"><b>SET/DX</b></a> Allow DX messages to come out on your terminal
692 <br><br>
693
694  <br>
695 <li><a name="L36"><b>SET/HERE</b></a> Tell the system you are present at your terminal
696 <br><br>
697
698  <br>
699 <li><a name="L37"><b>SET/HOMENODE &lt;node&gt; </b></a> Set your normal cluster callsign
700 <br><br>
701 Tell the cluster system where you normally connect to. Any Messages sent
702  to you will normally find their way there should you not be connected.
703  eg:-
704  <pre>
705   SET/HOMENODE gb7djk
706  </pre>
707
708  <br><br>
709 <li><a name="L38"><b>SET/LANGUAGE &lt;lang&gt;</b></a> Set the language you want to use
710 <br><br>
711 You can select the language that you want the cluster to use. Currently
712  the languages available are en (english) and nl (dutch).
713  
714  <br><br>
715 <li><a name="L39"><b>SET/LOCATION &lt;lat & long&gt;</b></a> Set your latitude and longitude
716 <br><br>
717 In order to get accurate headings and such like you must tell the system
718  what your latitude and longitude is. If you have not yet done a SET/QRA
719  then this command will set your QRA locator for you. For example:-
720  <pre>
721   SET/LOCATION 52 22 N 0 57 E
722  </pre>
723
724  <br><br>
725 <li><a name="L40"><b>SET/NAME &lt;your name&gt;</b></a> Set your name
726 <br><br>
727 Tell the system what your name is eg:-
728  <pre>
729   SET/NAME Dirk
730  </pre>
731
732  <br><br>
733 <li><a name="L41"><b>SET/PAGE &lt;lines per page&gt;</b></a> Set the lines per page
734 <br><br>
735 Tell the system how many lines you wish on a page when the number of line
736  of output from a command is more than this. The default is 20. Setting it
737  explicitly to 0 will disable paging. 
738  <pre>
739   SET/PAGE 30
740    SET/PAGE 0
741  </pre>
742  
743  <br><br>
744 <li><a name="L42"><b>SET/QRA &lt;locator&gt;</b></a> Set your QRA locator
745 <br><br>
746 Tell the system what your QRA (or Maidenhead) locator is. If you have not
747  done a SET/LOCATION then your latitude and longitude will be set roughly
748  correctly (assuming your locator is correct ;-). For example:-
749  <pre>
750   SET/QRA JO02LQ
751  </pre>
752
753  <br><br>
754 <li><a name="L43"><b>SET/QTH &lt;your qth&gt;</b></a> Set your QTH
755 <br><br>
756 Tell the system where you are. For example:-
757  <pre>
758   SET/QTH East Dereham, Norfolk
759  </pre>
760
761  <br><br>
762 <li><a name="L44"><b>SET/TALK</b></a> Allow TALK messages to come out on your terminal
763 <br><br>
764
765  <br>
766 <li><a name="L45"><b>SET/WWV</b></a> Allow WWV messages to come out on your terminal
767 <br><br>
768
769  <br>
770 <li><a name="L46"><b>SET/WX</b></a> Allow WX messages to come out on your terminal
771 <br><br>
772
773  <br>
774 <li><a name="L47"><b>SHOW/DX</b></a> Interrogate the spot database
775 <br><br>
776 If you just type SHOW/DX you will get the last so many spots
777  (sysop configurable, but usually 10).
778     
779  <br><br>
780 In addition you can add any number of these commands in very nearly
781  any order to the basic SHOW/DX command, they are:-
782     
783  <br><br>
784 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
785  on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
786     
787  <br><br>
788 &lt;number&gt;        - the number of spots you want
789  &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in the selected list
790     
791  <br><br>
792 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
793  *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
794  *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
795     
796  <br><br>
797 day &lt;number&gt;    - starting &lt;number&gt; days ago
798  day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
799     
800  <br><br>
801 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
802     
803  <br><br>
804 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; is the 
805  <pre>
806                   same).
807  </pre>
808
809  <br><br>
810 qsl             - this automatically looks for any qsl info on the call
811  <pre>
812                   held in the spot database.
813  </pre>
814
815  <br><br>
816 iota [&lt;iota&gt;]   - If the iota island number is missing it will look for
817  <pre>
818                   the string iota and anything which looks like an iota
819                    island number. If you specify then it will look for  
820                    that island.
821  </pre>
822
823  <br><br>
824 qra [&lt;locator&gt;] - this will look for the specific locator if you specify
825  <pre>
826                   one or else anything that looks like a locator.
827  </pre>
828    
829  <br><br>
830 e.g. 
831     
832  <br><br>
833 <pre>
834    SH/DX 9m0
835     SH/DX on 20m info iota
836     SH/DX 9a on vhf day 30
837     SH/DX rf1p qsl
838     SH/DX iota 
839     SH/DX iota eu-064
840     SH/DX qra jn86
841  </pre>
842   
843  <br><br>
844 <li><a name="L48"><b>SHOW/DXCC &lt;prefix&gt;</b></a> Interrogate the spot database by country
845 <br><br>
846 This command takes the &lt;prefix&gt; (which can be a full or partial 
847  callsign if desired), looks up which internal country number it is
848  and then displays all the spots as per SH/DX for that country.
849     
850  <br><br>
851 The options for SHOW/DX also apply to this command.   
852  e.g. 
853     
854  <br><br>
855 <pre>
856    SH/DXCC G
857     SH/DXCC W on 20m info iota
858  </pre>
859
860  <br><br>
861 <li><a name="L49"><b>SHOW/FILES [&lt;filearea&gt; [&lt;string&gt;]]</b></a> List the contents of a filearea
862 <br><br>
863 SHOW/FILES on its own will show you a list of the various fileareas
864  available on the system. To see the contents of a particular file
865  area type:-
866  <pre>
867    SH/FILES &lt;filearea&gt;
868  </pre>
869 where &lt;filearea&gt; is the name of the filearea you want to see the 
870  contents of.
871  
872  <br><br>
873 You can also use shell globbing characters like '*' and '?' in a
874  string to see a selection of files in a filearea eg:-
875  <pre>
876    SH/FILES bulletins arld*
877  </pre>
878
879  <br><br>
880 See also TYPE - to see the contents of a file.
881  
882  <br><br>
883 <li><a name="L50"><b>SHOW/MUF &lt;prefix&gt; [&lt;hours&gt;][long]</b></a> Show the likely propagation to a prefix
884 <br><br>
885 This command allow you to estimate the likelihood of you contacting
886  a station with the prefix you have specified. The output assumes a modest
887  power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
888  
889  <br><br>
890 The result predicts the most likely operating frequencies and signal
891  levels for high frequency (shortwave) radio propagation paths on
892  specified days of the year and hours of the day. It is most useful for
893  paths between 250 km and 6000 km, but can be used with reduced accuracy
894  for paths shorter or longer than this.
895  
896  <br><br>
897 The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
898  used to predict the MUF given the predicted flux, day of the year,
899  hour of the day and geographic coordinates of the transmitter and
900  receiver. This routine is reasonably accurate for the purposes here,
901  with a claimed RMS error of 3.8 MHz, but much smaller and less complex
902  than the programs used by major shortwave broadcasting organizations,
903  such as the Voice of America.
904  
905  <br><br>
906 The command will display some header information detailing its
907  assumptions, together with the locations, latitude and longitudes and
908  bearings. It will then show UTC (UT), local time at the other end
909  (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
910  (Zen) and the likely signal strengths. Then for each frequency for which
911  the system thinks there is a likelihood of a circuit it prints a value.
912  
913  <br><br>
914 The value is currently a likely S meter reading based on the conventional
915  6dB / S point scale. If the value has a '+' appended it means that it is
916  1/2 an S point stronger. If the value is preceeded by an 'm' it means that
917  there is likely to be much fading and by an 's' that the signal is likely
918  to be noisy.  
919  
920  <br><br>
921 By default SHOW/MUF will show the next two hours worth of data. You
922  can specify anything up to 24 hours worth of data by appending the no of
923  hours required after the prefix. For example:-
924  
925  <br><br>
926 <pre>
927   SH/MUF W
928  </pre>
929
930  <br><br>
931 produces:
932  
933  <br><br>
934 <pre>
935   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
936    Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
937    Location                       Lat / Long           Azim
938    East Dereham, Norfolk          52 41 N 0 57 E         47
939    United-States-W                43 0 N 87 54 W        299
940    UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
941    18 23 11.5 -35  mS0+ mS2   S3
942    19  0 11.2 -41  mS0+ mS2   S3
943  </pre>
944
945  <br><br>
946 indicating that you will have weak, fading circuits on top band and 
947  80m but usable signals on 40m (about S3).
948  
949  <br><br>
950 inputing:-
951  
952  <br><br>
953 <pre>
954   SH/MUF W 24
955  </pre>
956
957  <br><br>
958 will get you the above display, but with the next 24 hours worth of
959  propagation data.
960  
961  <br><br>
962 <pre>
963   SH/MUF W L 24
964    SH/MUF W 24 Long
965  </pre>
966
967  <br><br>
968 Gives you an estimate of the long path propagation characterics. It
969  should be noted that the figures will probably not be very useful, nor
970  terrible accurate, but it is included for completeness.
971  
972  <br><br>
973 <li><a name="L51"><b>SHOW/PREFIX &lt;callsign&gt;</b></a> Interrogate the prefix database 
974 <br><br>
975 This command takes the &lt;callsign&gt; (which can be a full or partial 
976  callsign or a prefix), looks up which internal country number 
977  it is and then displays all the relevant prefixes for that country
978  together with the internal country no, the CQ and ITU regions. 
979  
980  <br><br>
981 See also SHOW/DXCC
982  
983  <br><br>
984 <li><a name="L52"><b>SHOW/SUN [&lt;callsign&gt;|&lt;prefix&gt;]</b></a> Display sunrise and sunset times
985 <br><br>
986 Show the sunrise and sunset times for a callsign (if it is known to the
987  cluster), a prefix or, if nothing is specified, at your QTH (if you have
988  remembered to set your location using SET/LOCATION or SET/QRA). If all else
989  fails it will show the sunrise and set times for the node that you are 
990  connected to.
991  
992  <br><br>
993 You can enter more than one prefix or callsign:-
994  
995  <br><br>
996 <pre>
997   SH/SUN G1TLH G8TIC W9
998  </pre>
999
1000  <br><br>
1001 <li><a name="L53"><b>SHOW/WWV</b></a> Show last 10 WWV broadcasts
1002 <br><br>
1003 Display the most recent WWV information that has been received by the system
1004  
1005  <br><br>
1006 <li><a name="L54"><b>SHOW/WWV &lt;n&gt;</b></a> Show last &lt;n&gt; WWV broadcasts
1007 <br><br>
1008 Display the most recent WWV information that has been received by the system
1009  
1010  <br><br>
1011 <li><a name="L55"><b>SYSOP</b></a> Regain your privileges if you login remotely
1012 <br><br>
1013 The system automatically reduces your privilege level to that of a
1014  normal user if you login in remotely. This command allows you to
1015  regain your normal privilege level. It uses the normal system: five
1016  numbers are returned that are indexes into the character array that is
1017  your assigned password (see SET/PASSWORD). The indexes start from
1018  zero.
1019  
1020  <br><br>
1021 You are expected to return a string which contains the characters
1022  required in the correct order. You may intersperse those characters
1023  with others to obscure your reply for any watchers. For example (and
1024  these values are for explanation :-):
1025  
1026  <br><br>
1027 <pre>
1028   password = 012345678901234567890123456789
1029    &gt; sysop
1030    22 10 15 17 3
1031  </pre>
1032 you type:-
1033  <pre>
1034  aa2bbbb0ccc5ddd7xxx3n
1035   or 2 0 5 7 3
1036   or 20573
1037  </pre>
1038
1039  <br><br>
1040 They will all match. If there is no password you will still be offered
1041  numbers but nothing will happen when you input a string. Any match is
1042  case sensitive.
1043  
1044  <br><br>
1045 <li><a name="L56"><b>TALK &lt;call&gt; &gt; &lt;node&gt; &lt;text&gt;</b></a> Send a text message to another station via a node
1046 <br><br>
1047 Send a short message to any other station that is visible on the cluster
1048  system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
1049  command, they don't have to be connected locally.
1050  
1051  <br><br>
1052 The second form of TALK is used when other cluster nodes are connected
1053  with restricted information. This usually means that they don't send 
1054  the user information usually associated with logging on and off the cluster.
1055  
1056  <br><br>
1057 If you know that G3JNB is likely to be present on GB7TLH, but you can only
1058  see GB7TLH in the SH/C list but with no users, then you would use the
1059  second form of the talk message.
1060  
1061  <br><br>
1062 <li><a name="L57"><b>TALK &lt;call&gt; &lt;text&gt;</b></a> Send a text message to another station
1063 <br><br>
1064 Send a short message to any other station that is visible on the cluster
1065  system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
1066  command, they don't have to be connected locally.
1067  
1068  <br><br>
1069 The second form of TALK is used when other cluster nodes are connected
1070  with restricted information. This usually means that they don't send 
1071  the user information usually associated with logging on and off the cluster.
1072  
1073  <br><br>
1074 If you know that G3JNB is likely to be present on GB7TLH, but you can only
1075  see GB7TLH in the SH/C list but with no users, then you would use the
1076  second form of the talk message.
1077  
1078  <br><br>
1079 <li><a name="L58"><b>TYPE &lt;filearea&gt;/&lt;name&gt;</b></a> Look at the contents of a file in one of the fileareas
1080 <br><br>
1081 Type out the contents of a file in a filearea. So, for example, in 
1082  filearea 'bulletins' you want to look at file 'arld051' you would 
1083  enter:-
1084  <pre>
1085    TYPE bulletins/arld051
1086  </pre>
1087
1088  <br><br>
1089 See also SHOW/FILES to see what fileareas are available and a 
1090  list of content.
1091  
1092  <br><br>
1093 <li><a name="L59"><b>UNSET/ANNOUNCE</b></a> Stop announce messages coming out on your terminal
1094 <br><br>
1095
1096  <br>
1097 <li><a name="L60"><b>UNSET/BEEP</b></a> Stop beeps for DX and other messages on your terminal
1098 <br><br>
1099
1100  <br>
1101 <li><a name="L61"><b>UNSET/DX</b></a> Stop DX messages coming out on your terminal
1102 <br><br>
1103
1104  <br>
1105 <li><a name="L62"><b>UNSET/HERE</b></a> Tell the system you are absent from your terminal
1106 <br><br>
1107
1108  <br>
1109 <li><a name="L63"><b>UNSET/TALK</b></a> Stop TALK messages coming out on your terminal
1110 <br><br>
1111
1112  <br>
1113 <li><a name="L64"><b>UNSET/WWV</b></a> Stop WWV messages coming out on your terminal
1114 <br><br>
1115
1116  <br>
1117 <li><a name="L65"><b>UNSET/WX</b></a> Stop WX messages coming out on your terminal
1118 <br><br>
1119
1120  <br>
1121 <li><a name="L66"><b>WHO</b></a> Show who is physically connected
1122 <br><br>
1123 This is a quick listing that shows which callsigns are connected and
1124  what sort of connection they have
1125  
1126  <br><br>
1127 <li><a name="L67"><b>WX &lt;text&gt;</b></a> Send a weather message to local users
1128 <br><br>
1129 Weather messages can sometimes be useful if you are experiencing an extreme
1130  that may indicate enhanced conditions
1131  
1132  <br><br>
1133 <li><a name="L68"><b>WX FULL &lt;text&gt;</b></a> Send a weather message to all cluster users
1134 <br><br>
1135 Weather messages can sometimes be useful if you are experiencing an extreme
1136  that may indicate enhanced conditions
1137  
1138  <br><br>
1139     </ul>
1140 <!-- Standard Footer!! -->
1141         <p>&nbsp;</p>
1142         <p>
1143           <FONT COLOR="#606060"><hr></font>
1144         <font color="#FF0000" size=-2>
1145           Copyright &copy; 1998 by Dirk Koopman G1TLH. All Rights Reserved<br>
1146         </font>
1147         <font color="#000000" size=-2>$Id$</font>
1148   </body>
1149 </html>