home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 110_01 / xyamhelp.t < prev    next >
Text File  |  1984-03-03  |  4KB  |  86 lines

  1.                     YAM (Yet Another Modem program)
  2.  
  3.                            by Chuck Forsberg
  4.  
  5.                          Manual Revised 8-29-81
  6.  
  7.  YAM  performs  a  number  of  "Super-Terminal"  functions.  It may be
  8.  regarded  as  a  (not  proper)  superset  of  MODEM7.   Commands  and
  9.  subcommands are listed below.
  10.  
  11.  XYAM is a version of yam which corresponds to XMODEM.
  12.  
  13.  
  14.  
  15.  a:               Change to a: disk (or b, etc.)
  16.  
  17.  a1:              Change to a: disk user 1
  18.  
  19.  bm               Set baudrate to m.  Example: "b19200"
  20.  
  21.  bye              Drop any call in progress and prepare to make/answer
  22.                   another.
  23.  
  24.  call name        Enable Data  Terminal  Ready (DTR), and set baudrate
  25.                   to the value (if present) corresponding to name.  If
  26.                   autodial is supported,  dial  the telephone number.
  27.                   If autodial is not  supported,  the telephone number
  28.                   and  preferred baudrate are displayed.   It  is  not
  29.                   necessary to type the entire  name  as it appears in
  30.                   the file.  Example: "call tcbbs" or "call tc"
  31.  
  32.  close            Dump cpature buffer if a recrive file is open, close
  33.                   files.
  34.  
  35.  dir [pattern ...] Display  pathnames  matching  pattern  alphabetized
  36.                   across the page.  The usual  ambiguous filenames are
  37.                   allowed under CP/M  provided  a  correct  version of
  38.                   setfcb() is used.   Since  dir or any other commands
  39.                   which  accept  a pattern use the circular buffer for
  40.                   filename  expansion,  be  sure  to  write  out   any
  41.                   captured data first!  Example: "dir" "dir  *.c" "dir
  42.                   *.c *.h"
  43.  
  44.  dirr [pattern ...]
  45.                   Displays the directory with the number of sectors in
  46.                   each file.  The  number  of files matched, number of
  47.                   blocks,  number  of kb allocated to those files, and
  48.                   estimated  transmission time at the current baudrate
  49.                   for  all  files  listed are displayed.  Transmission
  50.                   time estimate is  based on batch transmission from a
  51.                   Z89 with 700kb Tandon drives to a Cromenco 4mHz 4fdc
  52.                   system  with  Persci  277 drive.  Time includes file
  53.                   i/o but not error correction.
  54.  
  55.  d{mode}           Disable  mode,  where  mode is 1  or  more  of  the
  56.                   following.        (Modes       affecting        file
  57.                   transmission/reception affect term mode; the "s" and
  58.                   "r" commands always send data transparently.
  59.  
  60.                   e              Exit  from  term  mode  when  EOF  is
  61.                                encountered on transmitted file.
  62.  
  63.                   f            Full duplex.
  64.  
  65.                   h            Half Duplex.
  66.  
  67.                   g            Resumes (GO) sending  file once in term
  68.                                mode, equivalent to XON.
  69.  
  70.                   i            Image transparent  data  capture, all 8
  71.                                bits   of  all   characters   received,
  72.                                including NULLS. This  overrides  the t
  73.                                and/or z modes.
  74.  
  75.                   l             List  unit  (Printer)  on.   Since the
  76.                                printer   is  separately  buffered,  it
  77.                                needn't be as fast as the incoming data
  78.                                as   long  as  the  difference  doesn't
  79.                                exceed  the  buffer  size.   The rewind
  80.                                command may be used to get extra copies
  81.                                of the received data.
  82.  
  83.                   n               Send   NEWLINE   (lf)   only    when
  84.                                transmitting file (no CR).
  85.  
  86.