home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / SerMod / Docs / scripts.doc < prev    next >
Text File  |  1990-02-08  |  2KB  |  54 lines

  1. There are two telecomm scripts supplied in this package as examples.
  2. They are not overly sophisticated, and serve mainly as examples.
  3.  
  4.  
  5. terminal.rexx
  6.    a generic terminal program that you may customize
  7.    in many ways. It features autobaud if you have
  8.    verbose messages enabled on a Hayes compatible
  9.    modem. Autobaud is set for 1200 and 2400 only.
  10.    Fkey 10 will quit the program. Fkey 1 or 2 will
  11.    reset the modem if it is in command mode. Two
  12.    are provided for illustrative purposes only, to
  13.    show what happens with unquotes strings sent to
  14.    SerMod.
  15.    
  16. cis.rexx
  17.    This one is a little more complex, and shows one
  18.    way of writing a script for a particular purpose.
  19.    It will dial Compuserve, log on, and leave you at
  20.    your top menu. You will have to supply your own ID,
  21.    password, dialstring, and FKEY definitions.
  22.  
  23. chat.rexx
  24.    chat.rexx allows you to make a standard CLI or a shell
  25.    into a chat window. This is handy in real time
  26.    conferencing, where incoming and outgoing lines of test
  27.    otherwise interfere with one another. If you use it
  28.    in a conference on Compuserve, type '/noecho' on a
  29.    line by itself to prevent immediate echoing of the
  30.    outgoing lines, and use chat.rexx from a shell window.
  31.  
  32. sen.rexx
  33.    A private message may be sent in conference on Compuserve
  34.    by prepending '/sen nn' to your text. For example, if
  35.    I wanted to send a private message to job number 5, I
  36.    might type something like:
  37.  
  38.       /sen 5 Have you stopped beating your wife yet?
  39.  
  40.    With this script, you canopen a new CLI or shell, invoke
  41.    sen.rexx, and type '/' on a line by itself. sen.rexx
  42.    will ask for job number(s). Enter the job number (more
  43.    than one if you want, and hit <RETURN>. Then simply type
  44.    the text you wish to send. Each line you type will be sent
  45.    to the user job number you specified as a private message.
  46.  
  47.    You can have more than one sen.rexx active at a time, each
  48.    window sending to a different user in the conference.
  49.  
  50. killser.rexx - get rid of a running SerMod
  51.  
  52. killrobbs.rexx - get rid of all running ROBBS modules.
  53.  
  54.