home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / gp123.zip / #GP123.EXE / G.GPH < prev    next >
Text File  |  1992-07-13  |  8KB  |  216 lines

  1. @@
  2.  
  3.   //<n> <Text>           : Sends a text to channel <n>
  4.   //Bell                 : Calls Sysop by ringing a bell
  5.   //CATalog [wildcard]   : Shows a list of all readable files
  6.   //CUT                  : Aborts a file transfer
  7.   //DELete               : Delets a file, which is generated by //Write
  8.   //DIRectory [wildcard] : like //CATalog
  9.   //DISConnect           : Fast Disconnect (without dismissal)
  10.   //Echo <text>          : Sends back <text>
  11.   //END                  : Ends text saving, which was started by //Write
  12.   //Help [command]       : This message or more details on "command"
  13.   //Info                 : Sends an info about this station
  14.   //Language <language>  : Changes the language of the messages
  15.   //MHeard [number]      : Shows a list of heard stations
  16.   //Name <name>          : Stores your name if not yet known
  17.   //NEws                 : Shows news (if there exist any)
  18.   //PRompt <ON/OFF>      : Switches on/off the Remote Prompt
  19.   //Quit                 : Quits the contact
  20.   //Read <filename>      : Sends the file "filename"
  21.   //RPrg <filename>      : Sends the file "filename" in the AutoBin mode
  22.   //RTt <portnr>         : Shows the round trip time
  23.   //RUN <program>        : Runs an external program
  24.   //Usage [call]         : Chanel state or a short info about "call"
  25.   //VERsion              : Shows the version number of this software
  26.   //Write <filename>     : Stores the following text into the file "filename"
  27.   //WPrg <filename>      : Stores a file in the AutoBin mode
  28.  
  29.   All commands must begin in the first row and must be completed with a CR.
  30.   Type "//h h" for more details.
  31.  
  32. @WPRG,2
  33.  
  34.   //WPrg <filename>
  35.       This command starts the storage of a file in AutoBin mode.
  36.       The AutoBin mode is a simple transfer protocol which contains a CRC
  37.       check. Unfortunately it doesnt't correct errors.
  38.       This AutoBin mode is compatible to THP and SP.
  39.  
  40. @WRITE,1
  41.  
  42.   //Write <filename>
  43.       This command starts the storage of a text. All text after this command
  44.       will be stored into the file "filename" until you send a Ctrl-Z or
  45.       the command //END.
  46.  
  47. @VERSION,3
  48.  
  49.   //VERsion
  50.       Shows the version number of this software.
  51.  
  52. @USAGE,1
  53.  
  54.   //Usage [call]
  55.       The command without further parameters shows the actual channel state
  56.       of this station.
  57.       If you add a call to the command, you will get a short information
  58.       about the call, if it's stored in path file of GP.
  59.  
  60. @RUN,3
  61.  
  62.   //RUN <program>
  63.       This function runs an external program and sends the output to the TNC.
  64.       All external programs must use the DOS standard output handle or it
  65.       won't work with GP.
  66.       The parameter "?" will send back a list of all available programs.
  67.  
  68.       The call of external programs consists of five steps:
  69.            1.: Open a temporary file on disk.
  70.            2.: Redirect the DOS device CON into this file.
  71.            3.: Run the program. The screen output will now be written into
  72.                the file.
  73.            4.: Read the temporary file ans send it to the TNC.
  74.            5.: Delete the temporary file.
  75.       External programs may be programmed of any user of GP in any program
  76.       language. The only thing you must consider is to use the DOS Handle 1
  77.       (standard output device) for your screen outputs.
  78.  
  79. @RPRG,2
  80.  
  81.   //RPrg <filename>
  82.       This function sends a file in AutoBin mode. You must first set your
  83.       own program ready to recieve the file in AutoBin mode before sending
  84.       the remote command. 
  85.       The AutoBin mode is compatible to THP and SP.
  86.  
  87. @READ,1
  88.  
  89.   //Read <filename>
  90.       This command sends you a text file. You can get a list of all readable
  91.       files by sending the command "//CATalog".
  92.  
  93. @QUIT,1
  94.  
  95.   //Quit
  96.       This command can be used to terminate the QSO instead of a simple
  97.       hard disconnect. If you use this command, you will get a dismissal text
  98.       before the QSO is disconnected.
  99.  
  100. @PROMPT,2
  101.  
  102.   //PRompt <ON/OFF>
  103.       This command turns on/off the remote prompt. If it's on, the prompt
  104.       will appear, when a remote command is completed to show you the system
  105.       is ready to get the next command.
  106.  
  107. @NEWS,2
  108.  
  109.   //NEws
  110.       This command will show you some news if there exist any.
  111.  
  112. @NAME,1
  113.  
  114.   //Name <name>
  115.       If your name istn't yet stored in the path file of GP, you can use
  116.       this command to add your name to the file. You must use a <SPACE> to
  117.       seperate the name from the command. The name itself can consist of any
  118.       character, including <SPACE>.
  119.  
  120. @MHEARD,2
  121.  
  122.   //MHeard [number]
  123.       This command shows you a list of heard stations. If you append a
  124.       number to the command (seperated by a single <SPACE>), GP will send
  125.       you this number of finally heard stations. The single command without
  126.       a number will show you the last 20 stations.
  127.  
  128. @INFO,1
  129.  
  130.   //Info
  131.       Shows an information text about this station.
  132.  
  133. @HELP,1
  134.  
  135.   //Help
  136.       General information:
  137.       All commands must begin in the first row and be completed with a <CR>.
  138.       You must begin each command with "//" or nothing will happen.
  139.       All commands may be abbreviated. If you add a parameter to the command,
  140.       you must sperate it with a single <SPACE> from the command. If a
  141.       command needs more than one parameter, all parameters must be seperated
  142.       by a single <SPACE>, too.
  143.       A command inclusive parameters must not exceed the length of 80
  144.       characters.
  145.  
  146. @END,3
  147.  
  148.   //END
  149.       Aborts the file transfer, which was started by //Write. This command
  150.       can't be used to abort an AutoBin transfer.
  151.  
  152. @ECHO,1
  153.  
  154.   //Echo <text>
  155.       This command is a simple echo and sends back the following text.
  156.       Seperate the Text from the command with a <SPACE>.
  157.  
  158. @DISCONNECT,4
  159.  
  160.   //DISConnect
  161.       This command terminates the QSO immediately without any dismissal text.
  162.  
  163. @DIRECTORY,3
  164.  
  165.   //DIRectory [wildcard]
  166.       This function returns the volume of the user directory. All files
  167.       can be read with //Read or //RPrg. Also //Write or //WPrg write the
  168.       files into this directory.
  169.       You can use wildcards with this command, e.g. "//DIR *.txt". You
  170.       even can use several wildcards seperated by a semicolon.
  171.       e.g. "//DIR *.txt;*.doc"
  172.  
  173. @DELETE,3
  174.  
  175.   //DELete <filename>
  176.       This command allows you to delete a file from the user directory.
  177.       You only can delete files, which you have generated by yourself with
  178.       //Write. Other files can only be deleted by the sysop of this station.
  179.  
  180. @CUT,3
  181.  
  182.   //CUT
  183.       If you have started a file transfer with //Read, you are able to
  184.       abort it with this command.
  185.  
  186. @CATALOG,3
  187.  
  188.   //CATalog [wildcard]
  189.       This function returns the volume of the user directory. All files
  190.       can be read with //Read or //RPrg. Also //Write or //WPrg write the
  191.       files into this directory.
  192.       You can use wildcards with this command, e.g. "//CAT *.txt". You
  193.       even can use several wildcards seperated by a semicolon.
  194.       e.g. "//CAT *.txt;*.doc"
  195.  
  196. @BELL,1
  197.  
  198.   //Bell
  199.       This command activates a bell to wake up the operator. :-)
  200.  
  201. @LANGUAGE,1
  202.  
  203.   //Language <language>
  204.       With this command you can change the language of the remote messages.
  205.       A call without parameters returns a list of all supported languages.
  206.  
  207. @RTT,2
  208.  
  209.   //RTt <portnr>
  210.       This command calculates the round trip time between our stations.
  211.       Your program must be able to execute the remote command "//Echo",
  212.       otherwise this command will not work. If you use BayCom or Digicom,
  213.       add the number of the actual port to the command, e.g. "//RT 1".
  214.  
  215. @@[EOF]
  216.