home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / zcm_scrp.zip / YAMHELP.T < prev   
Text File  |  1989-11-21  |  2KB  |  42 lines

  1. ***************   Yam Command Summary    9-11-86
  2.  
  3. apn = Ambiguous Path Name: [d:][dir\]file.ext;
  4.     A directory expands to all files in the directory,
  5.     An empty apn  expands to all files in the current directory.
  6. upn = Unambiguous Path Name
  7.  
  8. port 1        ;change port to COM1
  9. speed 1200    ;set speed to 1200
  10. F2              ; terminal function without capture to file --OR--
  11. t upn        ; terminal function with capture to upn
  12.   F1            ;Exit from term function --OR--
  13.   F2            ;Review data from remote
  14.     PgUp PgDn Home        ;Scrolling in review
  15.     F1                ;Exit from review  -- OR --
  16.     k                ;Kill capture buffer, exit from review
  17. close        ; Close capture file
  18. sx upn          ;send upn using XMODEM protocol
  19. rx upn          ;receive upn using XMODEM protocol
  20. rc upn          ;receive upn with CRC-16 error checking
  21. sb apn ...    ;send one or more files with YAM batch protocol
  22. rb        ;receive file(s) with YAM batch protocol
  23. sz apn ...    ;send one or more files with ZMODEM protocol
  24. kermit sb apn ...;send one or files with Kermit batch protocol
  25. kermit rb       ;receive file(s) with Kermit protocol
  26. !dos command    ;execute a DOS command
  27. b:              ;change to a or b drive
  28. cd directory    ;change to directory
  29. pwd        ;print the working (current) directory
  30. type apn ...    ;type files (one or more ambiguous file names)
  31. page apn ...    ;page files (one screenful at a time)
  32. crc apn ...     ;print 32 bit CRC of one or more files
  33. wc apn ...    ;word count for files
  34. find STRING apn    ;find occurrences of STRING in files
  35. dir apn ...     ;alphabetized directory
  36. dirr apn ...    ;long form directory with transmission time printout
  37. o        ; Hang up
  38. off        ; Hang up and exit to DOS
  39. x        ; Exit to DOS withoutwithout hanging up 
  40. ALT-N (NUKE)    ; NUKE AbortAbort - exit to YAM command mode
  41.  
  42.