home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / FLEXPAC4.ZIP / FLEXHELP.TXT < prev    next >
Text File  |  1993-12-04  |  7KB  |  257 lines

  1. @ALARM
  2. @AL
  3.    manually turns on or off the same alarm tone as used in the
  4.    connect alarm or talk monitor; the alarm is also turned off by
  5.    the next keystroke
  6.         @ALARM | ON  |
  7.         @AL    | OFF |
  8. :
  9. @AT
  10.    specifies an event to be run in the future at the hour (hh) and
  11.    minute (mm) you specify - the action can be any text,
  12.    definition, or command; @AT OFF turns off any pending event
  13.         @AT | hh:mm action |
  14.             | OFF          |
  15. :
  16. @AUTOHELP
  17. @AH
  18.    specifies whether automatic help should be displayed when you enter
  19.    the incorrect syntax for a command
  20.         | @AUTOHELP |  | ON  |
  21.         | @AH       |  | OFF |
  22. :
  23. @AUTOSPOT
  24. @AH
  25.    specifies whether an automatic DX spot should be generated as a result
  26.    of adding a lot entry to the log database
  27.         | @AUTOSPOT |  | ON  |
  28.         | @AS       |  | OFF |
  29. :
  30. @BELLS
  31.    allows or suppresses the Ctrl-G (bell sound) on incoming messages
  32.         @BELLS | ON  |
  33.                | OFF |
  34. :
  35. @BLIP
  36. @BL
  37.    send an automatic message every nnn seconds
  38.         | @BLIP | | nnn message |
  39.         | @BL   | | OFF         |
  40. :
  41. @CAPTURE
  42. @CAP
  43.    controls logging of all data written in a window to a disk file
  44.         | @CAPTURE | | TO  | filename | |
  45.         | @CAP     |       | PRINTER  |
  46.                            | P        |
  47.                    | OFF                |
  48. :
  49. @CLEARSCREEN
  50. @CLS
  51.    clears the current window
  52.         | @CLEARSCREEN |
  53.         | @CLS         |
  54. :
  55. @CLUSTERCALL
  56. @CLCALL
  57.    identifies the callsign of the PacketCluster node; if you DIGI
  58.    through another station, use that station's callsign, not the
  59.    cluster callsign
  60.         | @CLUSTERCALL  |  call-sign
  61.         | @CLCALL       |
  62. :
  63. @CMD
  64.    tell the TNC to enter CMD mode
  65.         @CMD
  66. :
  67. @COMSTAT
  68.    displays COM port statistics
  69.         @COMSTAT
  70. :
  71. @CONNECTALARM
  72. @CA
  73.    turns ON or OFF the Connect Alarm facility
  74.         | @CONNECTALARM |  | ON  |
  75.         | @CA           |  | OFF |
  76. :
  77. @CRWAIT
  78.    used when BBS systems do not put carriage returns after each
  79.    line; @CRWAIT specifies how long in seconds to wait for a
  80.    carriage return; if not found, the pending line is written to
  81.    the screen anyhow
  82.         @CRWAIT seconds
  83. :
  84. @DEF
  85.    allows you to define your own function key definitions
  86.         @DEF |      | Fxx key-definition
  87.              | CTRL |
  88.              | C    |
  89.              | ALT  |
  90.              | A    |
  91. :
  92. @DELAY
  93.    delay `tt' seconds during script execution
  94.         @DELAY tt
  95. :
  96. @DO
  97.    causes the run of the script labeled "name"; for more
  98.    information on the proper format, see section "Testing
  99.    and Controlling In The FLEXPAC.CTL File"
  100.         @DO script-name | up to 9 tokens |
  101. :
  102. @DOS
  103. @DOSNW
  104. @DOSNOWAIT
  105.    do a DOS command or enter DOS subset (DOS 3.0 or later
  106.    required);  the NW or NOWAIT form does not wait for a keypress
  107.    after the DOS command is executed; to enter DOS subset mode,
  108.    just say @DOS
  109.         | @DOS       |  <dos-command>
  110.         | @DOSNW     |
  111.         | @DOSNOWAIT |
  112. :
  113. @DX
  114.    controls routing of DX spot information to the screen and/or
  115.    printer, and also controls whether there is a DX window on the
  116.    screen
  117.         @DX | ON  |  | SCREEN or S  |
  118.             | OFF |  | PRINTER or P |
  119.                      | WINDOW or W  |
  120.             | IDENTIFY | | ON  |
  121.             | ID       | | ONF |
  122. :
  123. @ERROR
  124.    sends an error message to the current window - the message is in
  125.    the error color, and the alarm tone also sounds
  126.         @ERROR message
  127. :
  128. @EXIT
  129.    stops the program immediately; the SHUTDOWN script is NOT run
  130.         @EXIT
  131. :
  132. @GMT
  133.    adjusts the FlexPac clock for GMT time; set @GMT to the amount to be
  134.    added or subtracted from the computer clock time to equal GMT time.
  135.         @GMT + or - difference in hours
  136. :
  137. @HALT
  138.    stops TNC communication; also see @RESUME
  139.         @HALT
  140. :
  141. @HELP
  142.    give you help on the various FlexPac commands
  143.         @HELP which-command
  144. :
  145. @KEYS
  146.    specifies the text that appears on the bottom line of the display
  147.         @KEYS |      | bottom-line-text
  148.               | CTRL |
  149.               | C    |
  150.               | ALT  |
  151.               | A    |
  152. :
  153. @LATLONG
  154. @LL
  155.    specifies your QTH location latitude and longtide; the format must
  156.    be as shown; decimals should not be used; xx and yy are whole
  157.    degrees
  158.         | @LATLONG | | xxNyyE |
  159.         | @LL      | | xxSyyE |
  160.                      | xxNyyW |
  161.                      | xxSyyW |
  162. :
  163. @LOG
  164.    starts up the logging window and log function
  165.         @LOG <log-file>
  166. :
  167. @MENU
  168.    display the pull down menu run
  169.         @MENU
  170. :
  171. @MONITOR
  172. @MON
  173.    causes a short beep on each output line
  174.         @MONITOR | ON  |
  175.                  | OFF |
  176. :
  177. @MYCALL
  178. @MYC
  179.    identifies your callsign to the system
  180.         | @MYCALL | callsign
  181.         | @MYC    |
  182. :
  183. @MYNAME
  184. @MYN
  185.    identifies your name to the system; the name can be one or more
  186.    words, but I recommend using only your first name.
  187.         | @MYNAME | your-name
  188.         | @MYN    |
  189. :
  190. @NEED
  191.    allows you to specify prefixes you need; when a DX spot appears
  192.    with the any prefix of the country you specify, the alarm sounds
  193.         @NEED | PREFIX prefix |
  194.               | RESET         |
  195. :
  196. @RESUME
  197.    resumes TNC communication; also see @HALT
  198.         @RESUME
  199. :
  200. @SAY
  201.    send a line to the current window
  202.         @SAY message
  203. :
  204. @SEND
  205.    causes the characters in the specified file to be transmitted
  206.         @SEND filename
  207. :
  208. @SHUTDOWN
  209. @SHUTD
  210.    causes running of the SHUTDOWN script, which should end with
  211.    @EXIT
  212.         | @SHUTDOWN |
  213.         | @SHUTD    |
  214. :
  215. @TALKMONITOR
  216. @TM
  217.    turns ON or OFF the Talk Monitor facility
  218.         | @TALKMONITOR |  | ON  |
  219.         | @TM          |  | OFF |
  220. :
  221. @TRACE
  222.    when you enter a FlexPac command, it is normally written to the
  223.    output screen; when you are writing a script, you may want to
  224.    suppress these; @TRACE ON turns them on, @TRACE OFF turns them off
  225.         @TRACE | ON  |
  226.                | OFF |
  227. :
  228. @WAIT
  229.    suspends running of the script until the specified text appears
  230.    in the TNC output, at which time running will resume; pressing
  231.    Esc on the keyboard aborts the WAIT, and the script will then
  232.    continue; the text can appear anywhere within the received line
  233.    to be detected properly; see also @WAITNOTFOUND and @WAITTIME
  234.         @WAIT text-to-wait-for
  235. :
  236. @WAITNOTFOUND
  237. @WNF
  238.    identifies the script that should be run when an @WAIT fails
  239.    (i.e. the text is not found within the default time or the time
  240.    specified by @WAITTIME
  241.         | @WAITNOTFOUND | script-name
  242.         | @WNF          |
  243. :
  244. @WAITTIME
  245. @WT
  246.    overrides the default time (in seconds) of how long to wait for
  247.    the text in an @WAIT command to appear
  248.         | @WAITTIME | seconds
  249.         | @WT       |
  250. :
  251. @WORDWRAP
  252. @WW
  253.    enables or disables power typing and word wrap
  254.         | @WORDWRAP |  | ON  |
  255.         | @WW       |  | OFF |
  256. :
  257.