home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / ham / gp152.zip / G.GPH < prev    next >
Text File  |  1993-06-22  |  9KB  |  235 lines

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