233
S:\HP8924C\USRGUIDE\BOOK\chapters\memcard.fb
Chapter 5, Memory Cards/Mass Storage
Copying Files Using IBASIC Commands
Copying Files Using IBASIC Commands
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.
• LOAD or GET
1
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.
• STORE or SAVE
1
the file to the destination memory card.
1. See "Storing Code Files" on page 224 for information about the LOAD, GET,
STORE, and SAVE commands.