home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / c.lbr / COMMENT.HZP / COMMENT.HLP
Encoding:
Text File  |  1991-11-18  |  2.3 KB  |  51 lines

  1. ;
  2.                                  COMMENT.COM                                  
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. COMMENT.3OM    1k (5)    AAF7  2.1        Bruce Morgen 4/91        Z3COM3
  6. COMMENT.4OM    1k (8)    35E0  2.1        Bruce Morgen 4/91        Z3COM3
  7. COMMENT.COM    1k (5)    EFE3  2.1        Bruce Morgen 4/91        Z3COM3
  8.  
  9.   1- Syntax  2- Notes  3- Examples of Use                                     
  10.  
  11.    COMMENT is designed to facilitate  communication  between two users who see
  12. the same console via redirectable I/O.   It allows the user to  type  as  many
  13. lines as he wishes without them being processed  by  ZCPR3.   It echoes lines,
  14. with simple character  editing,  to  the  user's  console  so that he can chat
  15. freely.
  16.  
  17.    COMMENT is also useful for outputing text to a printer while not having the
  18. computer attempt to act on it,  and in  LANs.   Vs 1.0 (4/18/83)  and  Vs. 2.0
  19. (5/18/84) by Richard Conn.
  20. :1
  21.     Syntax   COMMENT
  22.  
  23.    A special "COMMENT>" prompt is provided.
  24.  
  25.    COMMENT has no arguments.  If a user strikes a Ctrl-P, all subsequent lines
  26. he types will be sent to printer.  COMMENT is  aborted by  striking  Ctrl-C as
  27. the first character of a line.   Backspace and delete both echo  as backspace,
  28. space, backspace, and Ctrl-X and Ctrl-U both erase the current line.
  29. :2
  30.  COMMENT Notes 
  31.  
  32.    a. Version 2.1 updates (4/15/91, Bruce Morgen):
  33.       - Type 3 format w/safety header implemented.
  34.       - Wheel byte is checked before allowing printer to be toggled on.
  35.       - Improved line-wrap code with screen width obtained from ENV.
  36.       - Type 4 executable included in LBR.
  37.       - Code tightened and relinked with latest/greatest Z3LIB/SYSLIB.  
  38.       - Added wheel byte check to  help  messages so  user  won't  think we'll
  39.         print when we won't.
  40. :3
  41.  Examples of Use 
  42.  
  43.    a. COMMENT>Hi, Charlie, how's it going? o
  44.       COMMENT>Hi, Rick, fine... and you? o
  45.       COMMENT>Fine, Charlie
  46.       COMMENT>Here is how I use XDIR -- let me do the typing
  47.       COMMENT>from now on; just watch, and I'll reenter COMMENT
  48.       COMMENT>when done ... here goes o+o 
  49.  
  50.       //o=over, o+o=over and out//
  51.