A SERVICE OF

logo

Multiple-Option Blocks 5-23
2325A137REFGD Revision B 2325 Reference Guide
is not followed by a space. Therefore, XFER would try to send the file
myfile, not receive it. The second example is wrong because the R and
O6 parameters would be included as part of the modem command A.
Be careful when specifying the COM port in a multiple-option block.
For example, the following command:
C:\> xfer /zo2 myfile
sets the overwrite option to 2 (overwrite if CRCs don’t match) but
doesn’t cause XFER to use COM port 2. The following commands could
be used to do this:
C:\> xfer /z2o myfile
C:\> xfer /z2o2 myfile
C:\> xfer /zo22 myfile
In the last example, the first 2 is treated as the setting for the O, and the
second 2 is parsed as the COM port to use for the transfer.