Copying Files Using Ibasic Commands - HP 8920B Programmer's Manual

Rf communications test set
Hide thumbs Also See for 8920B:
Table of Contents

Advertisement

Chapter 6, Memory Cards/Mass Storage

Copying Files Using IBASIC Commands

Copying Files Using IBASIC Commands
Copying an Entire Volume
372
Files can be copied from one mass storage device to another using the IBASIC
COPY command. For example, to copy a file from a memory card to the left drive
of an external dual-disk drive with a mass storage volume specifier of ":,702,0",
execute the following IBASIC command from the TESTS (IBASIC Controller)
command line:
COPY "FM_TEST:INTERNAL,4" TO "FM_TEST:,704,0"
"Stored" or "saved" files on one memory card can be copied to another memory
card as follows:
Insert the memory card containing the file to be copied.
1
LOAD or GET
the desired file from the memory card into the Test Set .
Remove the original memory card.
Insert the destination memory card in the Test Set.
1
STORE or SAVE
the file to the destination memory card.
An entire volume can be copied from one mass storage device to the same type of
mass storage device using the volume copy form of the COPY command. The
destination volume must be as large as, or larger than, the source volume. The
directory and any files on the destination volume are destroyed. The directory size
on the destination volume becomes the same size as the source media. Disc-to-
disc copy time is dependent on the mass storage device type. The volume copy
form of the COPY command was designed to copy like-media to like-media and
like-file-systems to like-file-systems. For example, to copy the entire contents of
one internal RAM disk to another internal RAM disk, execute the following
IBASIC command from the TESTS (IBASIC Controller) command line:
COPY ":MEMORY,0,0" TO ":MEMORY,0,1"
1.
See
"Storing Code Files" on page 362
STORE, and SAVE commands.
for information about the LOAD, GET,

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents