MMEMory Subsystem

DOWNload

Example

To copy the contents of "FILE1" to "FILE2":

 

OUTPUT XXX;":MMEMORY:COPY ’FILE1’,’FILE2’"

 

To copy the contents of "FILE1" on the hard disk to "FILE2" on the flexible

 

disk:

 

OUTPUT XXX;":MMEMORY:COPY ’FILE1’,INTERNAL0,’FILE2’,INTERNAL1"

 

To copy the contents of a LIF flexible disk to the hard disk:

 

OUTPUT XXX;":MMEM:COPY ’*’,INT1,’\’,INT0"

 

 

DOWNload

Command:MMEMory:DOWNload <name>[,<msus>],<description>, <type>,<block_data>

The DOWNload command downloads data to a file on the mass storage device. The <block_data> parameter contains the data; the <name> parameter is the name of the file being created.

<name> A string of up to 10 alphanumeric characters for LIF in the following form:

NNNNNNNNNN

or

A string of up to 64 alphanumeric characters for DOS in one of the following forms:

NNNNNNNN.NNNwhen the file resides in the current directory or \NAME_DIR\FILENAME when it does not reside in the current directory

<msus> Mass Storage Unit specifier. INTernal0 for the hard disk drive and INTernal1 for the flexible disk drive.

<description> A string of up to 32 alphanumeric characters

<type> An integer (see table 12-2)

<block_data> Contents of file in block data format

12–11

Page 183
Image 183
HP Sander 16500C manual DOWNload Example, To copy the contents of FILE1 to FILE2, Disk