home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG033.ARC / YAMMB64.DOC < prev   
Text File  |  1979-12-31  |  2KB  |  49 lines

  1.                *** The Yam for Microbee users ***
  2.  
  3.  
  4.  
  5. ***************   YAM Online Command Summary ******************************
  6. b:              ;Change drive
  7. type afn ...    ;Type files (one or more ambiguous file names) with USQ
  8. crck afn ...    ;Print crck checksum of one or more files
  9. s ufn           ;Send (`ala MODEM) file
  10. r ufn           ;Receive (`ala MODEM) file
  11. rc ufn          ;Receive file with CRC error checking
  12. dir afn ...     ;Sorted directory
  13. dirr afn ...    ;Sorted directory with transmission time printout
  14. chat            ;Opens a link to the console.
  15. t               ;Terminal mode
  16. ^C, quit or go  ;Exit to CP/M
  17. exit            ;Exit to CP/M, close any open files and drops DTR
  18. b300            ;Set baud rate
  19. s               ;Get YAM status
  20. initialise      ;Reset everything
  21. ******************************************************************************
  22.  
  23.  
  24.  VERSION " Rev 3.12 : 02-Jun-83"    
  25.   yam    -Yet Another Modem program
  26.          Chuck Forsberg 10-18-81
  27.  
  28.      Design goals: A general program performing the functions
  29.      of MODEM and XMODEM, easily portable to non-timesharing
  30.      computer systems.
  31.  
  32.      Coding style is/was aimed at portability and clarity.
  33.      File transfer routines are written without timing assumptions
  34.         allowing error free high speed operation even if view selected
  35.  
  36.      Comments to me at:
  37.      Chuck Forsberg
  38.          Computer Development Inc
  39.          6700 S.W. 105th
  40.          Beaverton OR 97005 503/646-1599
  41.          Home 503/621-3406 Voice
  42.          RBBS RCP/M 503/621-3193    (latest source code)
  43.            At 300, 450, or 1200 bps(212modem)    Random hours
  44.          CBBS NW 503/284-5260
  45.          Source TCE022
  46.          RTTY Autostart 3627.5 "ZCZC WRU WA7KGX CR/LF msg... NNNN"
  47.  
  48.  
  49.