home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / sercli.shr / sercli / example / example.README < prev    next >
Encoding:
Text File  |  1993-06-16  |  2.1 KB  |  48 lines

  1. It's been a long time since I played with this.
  2.  
  3. As I recall, you should do an:
  4.     execute sercli-run
  5.  
  6. ...from a dir where there is a desirable `sercli_config' file, and from
  7. which the sercli binary can be found as a command (i.e., either put sercli
  8. on your path, or in the same dir).
  9.  
  10. Provided you have sercli in your command path, this directory will do quite
  11. well.  The sercli_config in this directory assumes a 9600bps serial data
  12. rate; if you don't have a high-speed modem or data compression in your
  13. modem, you probably cannot talk to your modem at that speed.
  14.  
  15. BEFORE you do that, make sure you know what's going to happen (e.g., read
  16. this text file and/or look at the scripts that will run).
  17.  
  18.  
  19. Basically, what sercli-run does is this:
  20.     a RemCLI is Run; it will attach itself to a FIFO:rkr/#? stream.
  21.  
  22.     There will be a short delay (I don't remember why, but there is a 1
  23.     second Wait in the sercli-run script).
  24.  
  25.     sercli will then be run; it will look for a sercli_config.    You should
  26.     therefore either copy an existing sercli_config here, write a new one,
  27.     or `execute sercli-run' from some other dir.
  28.  
  29.     After another pause, a shell is `quietly' created with rlaunch (see
  30.     doc/sercli.doc for more info).  It will `execute sercli-startup' script
  31.     through FIFO:rkr/rwkecs, so Execute must be on your path and
  32.     sercli-startup must be where Execute can find it.
  33.  
  34. sercli-startup then does this:
  35.     Calls ARexx to `do_mail'.  The name, `do_mail' implies a LOT more than
  36.     do_mail.rexx really does; it was a toy I started for picking up mail
  37.     from BBSses (withOUT doing network-style links) -- i.e., a scripted
  38.     terminal with few terminal features but tremendous script POTENTIAL.
  39.     See do_mail.rexx for more info.
  40.  
  41.     Wait 5 seconds (not sure why again)
  42.  
  43.     EndCLI.  This is IMPORTANT; if this is not done, then when the script
  44.     ends, you will have a wayward CLI prompt going out through FIFO.  This
  45.     is launched very much as if you had used a NewShell or NewCLI command
  46.     through FIFO:, so you must close down the new Shell/CLI process when
  47.     you are done.  See rlaunch description in doc/sercli.doc for more info.
  48.