home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / comlink / !ComLink / !Help / Help < prev    next >
Text File  |  1993-11-22  |  6KB  |  177 lines

  1.                 !ComLink - general operational tips
  2.                 ===================================
  3.  
  4.  
  5.                             Mouse buttons
  6.                             ~~~~~~~~~~~~~
  7.  
  8. The actions of the mouse buttons are:-
  9.  
  10.    On the !ComLink icon on the bar:
  11.    --------------------------------
  12.          'Select' pops up the terminal window at the front.
  13.          'Menu'   pops up the main menu.
  14.          'Adjust' pops up the WimpKey window at the front.
  15.  
  16.    In the RX area of the terminal window:
  17.    --------------------------------------
  18.           'Select' double click puts word/callsign/number in green WimpKey.
  19.                    Click and hold grabs a line & puts it in the tx window.
  20.           'Menu'   pops up the 'Spool control panel'.
  21.           'Adjust' shifts the rx/tx areas.
  22.  
  23.           'Menu' with the keyboard shift held down pops up the main menu.
  24.  
  25.    In TX area of terminal window:
  26.    ------------------------------
  27.           'Select' places the caret.
  28.           'Menu'   pops up the 'Spool control panel'.
  29.           'Adjust' shifts the rx/tx areas.
  30.  
  31.           'Menu' with the keyboard shift held down pops up the main menu.
  32.  
  33.    In the WimpKey window:
  34.    ----------------------
  35.           'Select' activates a yellow WimpKey
  36.                    or 'Selects' a white WimpKey.
  37.           'Menu'   pops up the WimpKey edit panel.
  38.           'Adjust' over a white key allows label text to be editted.
  39.  
  40.  
  41.  
  42.                                  Keyboard
  43.                                  ~~~~~~~~
  44.    Return key:
  45.    -----------
  46.           Send the line of text to the TNC. If the caret is on the bottom
  47.           line the tx are will scroll up and a blank (cleared) line will
  48.           appear.
  49.  
  50.    Shift+Return together:
  51.    ----------------------
  52.           Send the line of text to the TNC. If the caret is on the bottom
  53.           line, the tx area will scroll up BUT THE NEXT LINE FROM THE TX
  54.           BUFFER WILL **NOT** be cleared if it contains text. Thus the whole
  55.           of the tx buffer can easily be re-sent without loosing lines.
  56.  
  57.    Cursor up/down/left/right keys:
  58.    -------------------------------
  59.           Allow movement in the tx window and scrolling of the tx buffer (50
  60.           lines).
  61.  
  62.    'Page Up/Down' keys:
  63.    --------------------
  64.           Scroll the rx buffer a window full at a time.
  65.  
  66.    Function keys:
  67.    --------------
  68.           Can send user defined text strings.
  69.  
  70.    'Scroll lock' key:
  71.    ------------------
  72.           Halts data input from the TNC. (Beware! Don't leave it on
  73.           accidentally!!)
  74.  
  75.    'Shift+Ctrl' keys together:
  76.    ---------------------------
  77.           Halts data input from the TNC while they are held down.
  78.  
  79.  
  80.  
  81.                               General points
  82.                               ~~~~~~~~~~~~~~
  83.  
  84. The contents of the rx area can be saved directly to !Edit (or any other
  85. text processor) by dragging the file icon in the "Spool Control Panel" to
  86. the !Edit icon.
  87.  
  88.  
  89.  
  90.                                Menu options
  91.                                ~~~~~~~~~~~~
  92.  
  93. Info
  94. ----
  95.    Following the Info arrow will pop up the usual "About this program"
  96.    window. The only useful information here is the version number!
  97.  
  98.  
  99. WimpKeys
  100. --------
  101.    Wimpkeys are sort of "on screen" function keys.
  102.  
  103.    Following the arrow to the submenu gives two options:
  104.  
  105.         Display - pops up the WimpKey window.
  106.         Edit    - pops up the WimpKey edit window
  107.  
  108.  
  109. Fn Keys
  110. -------
  111.    The submenu of this item allows the function key definitions to be seen
  112.    and editted.  Use the mouse to position the cursor in the window to edit
  113.    the chosen key.
  114.  
  115.  
  116. Script
  117. ------
  118.  
  119.    A submenu provides:
  120.  
  121.    Status - this option pops up a status window as part of the script
  122.             facility. This is described in "Script_Man" the script
  123.             programming manual.
  124.  
  125.    Run    - this option runs the default script called "SCRIPT" saved within
  126.             the !ComLink application.
  127.  
  128.    Stop   - selecting this option, aborts any script that is currently being
  129.             run and closes any open files. This menu option is described in
  130.             "Script_Man", the script programming manual.
  131.  
  132. Config
  133. ------
  134.    Select this option to setup and save the program configuration, the
  135.    serial parameters must be setup to suit your system.
  136.  
  137. Quit
  138. ----
  139.    Quit the program!
  140.  
  141.  
  142.  
  143.            ComLink Script Command summary  (Alphabetical order)
  144.            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145.  
  146. APPEND:<text>      Adds text to the end of each upload file.
  147. BREAK:<comment>    Sends a "Break" to TNC, gets it out of transparent mode.
  148. CHAIN:<script>     Runs another script.
  149. DAYTIME:<10/12>    Sets TNC clock.
  150. DELAY:<number>     Sets the delay to timeout in seconds.
  151. DIRDOWN:<path>     Sets the "download" directory.
  152. DIRUP:<path>       Sets the "upload" directory.
  153. FILESCAN:<filepath>Scan a file for marked messages to be read/killed.
  154. FINISHED:<comment> Stops the script.
  155. FLUSH:<ON/OFF>     Switches on/off input buffer flushing.
  156. ICON:<colour>      Changes the background colour of the ComLink icon.
  157. IGNORE:<text>|<num>Makes SCANLIST: ignore lines with <text> at position <num>
  158. KILL:<text>        Sends message kill commands to PMS/BBS.
  159. LOOPIF:<text1>     Loop start point. Loop from UNTIL: if <text1> is seen.
  160. MONITOR:<text>     Allows incoming text to be seen in the status window.
  161. MORE:<text>        Generates automatic "Y" to BBS requests for "More Y/N"
  162. MYPROMPT:<text>    Your prompt, optional wildcards and prompt length.
  163. ONERROR:<comment>  Where execution continues after a timeout.
  164. OSCLI:<text>       Executes * commands.
  165. READ:<text>        Reads messages from FILESCAN/SCANLIST, text is optional.
  166. REPORT:<ON/OFF>    Pops up or closes the ComLink status window.
  167. SAVELIST:<filename>Ensures that ComLink saves the message list to <filename>
  168. SCANLIST:<text1:..:text9> Extracts message numbers when text1 etc is seen.
  169. START:<time>       Continues script execution at the specified time eg 23:30
  170. TRYAFTER:<number>  Sets the retry time in a loop.
  171. TYPE:<text>        Sends the text to the serial port.
  172. UNTIL:<text2>      Continues if <text2> seen, loops back if <text1> is seen.
  173. UPLOAD:<comment>   Sends files to the serial port.
  174. WAITFOR:<text>     Takes characters from serial port until <text> is seen.
  175. WKEY:n:<text>      Programs WimpKey 'n' to text.
  176.  
  177. Double click scripts to run them or use the wimpkeys.