home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / LOGICHAT.ZIP / CHAT.DOC next >
Text File  |  1989-07-30  |  2KB  |  51 lines

  1. Vaild command line arguments for CHAT.EXE:
  2.  
  3.            "prompt"  causes beeps to be issued at the console and dots
  4.                      at the remote until the console answers with any
  5.                      keystroke.  If it's and ESCape, we abort.
  6.            "noecho"  sets a flag so that incoming chars from the
  7.                      remote will NOT be echoed back
  8.            "local"   sets flags so that remote chars are not echoed,
  9.                      the activation message is NOT printed at the
  10.                      remote, and incoming ANSI escape sequences are
  11.                      filtered out.
  12.            "logfile" followed by a valid OS/2 filename will open that
  13.                      file for append and write input and output to it
  14.  
  15.  Note that invalid arguments are simply ignored.  Arguments are not case
  16. sensitive and cannot be abbreviated.
  17.  
  18.  Examples:
  19.  
  20.      chat local logfile session.log
  21.      chat prompt
  22.  
  23.  
  24. LogiComm Script Files:
  25.   A sample script file CHAT.SCR is enclosed with this package, it is the
  26. one I use to envoke chat during a GEnie RT discussion or similar
  27. situation.  It simply envokes CHAT.EXE nothing further, if you need
  28. session logging, there is more work to do.
  29.  
  30. Host Mode:
  31.   I use CHAT.EXE in conjuction with LogiComm's host mode using the "prompt"
  32. parameter.  Note that "prompt" will sound the system beeper at the console
  33. until it's answered with a keystroke, aborted with an ESCape, or it
  34. times out (about 10 beeps (seconds)).
  35.  
  36. Disclaimer:
  37.   This software is provided AS IS, free of charge.  There is no guarentee,
  38. either express or implied, that the software is error free or suitable
  39. for any purpose whatsoever.  The user uses this program at his/her own
  40. risk, the author is not responsible for any damage or loss of revenue or
  41. any other misfortune that may befall the user while executing this program.
  42.  
  43. Let me know:
  44.   If you like this program or have any problems with it, I'd be pleased to
  45. hear about it.  Please leave me a message in one of the following places:
  46.  
  47.     GEnie, address B.FLOWERS
  48.     MAGNUM BBS, 1-805-582-9306, User Name: Brady R Flowers, User ID: /82
  49.     Epitaph BBS, 1-507-243-3318, User Name: Brady Flowers, User ID: 8
  50.  
  51.