home *** CD-ROM | disk | FTP | other *** search
- *************** Yam Command Summary 9-11-86
-
- apn = Ambiguous Path Name: [d:][dir\]file.ext;
- A directory expands to all files in the directory,
- An empty apn expands to all files in the current directory.
- upn = Unambiguous Path Name
-
- port 1 ;change port to COM1
- speed 1200 ;set speed to 1200
- F2 ; terminal function without capture to file --OR--
- t upn ; terminal function with capture to upn
- F1 ;Exit from term function --OR--
- F2 ;Review data from remote
- PgUp PgDn Home ;Scrolling in review
- F1 ;Exit from review -- OR --
- k ;Kill capture buffer, exit from review
- close ; Close capture file
- sx upn ;send upn using XMODEM protocol
- rx upn ;receive upn using XMODEM protocol
- rc upn ;receive upn with CRC-16 error checking
- sb apn ... ;send one or more files with YAM batch protocol
- rb ;receive file(s) with YAM batch protocol
- sz apn ... ;send one or more files with ZMODEM protocol
- kermit sb apn ...;send one or files with Kermit batch protocol
- kermit rb ;receive file(s) with Kermit protocol
- !dos command ;execute a DOS command
- b: ;change to a or b drive
- cd directory ;change to directory
- pwd ;print the working (current) directory
- type apn ... ;type files (one or more ambiguous file names)
- page apn ... ;page files (one screenful at a time)
- crc apn ... ;print 32 bit CRC of one or more files
- wc apn ... ;word count for files
- find STRING apn ;find occurrences of STRING in files
- dir apn ... ;alphabetized directory
- dirr apn ... ;long form directory with transmission time printout
- o ; Hang up
- off ; Hang up and exit to DOS
- x ; Exit to DOS withoutwithout hanging up
- ALT-N (NUKE) ; NUKE AbortAbort - exit to YAM command mode
-
-