Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
135
MISCELLANEOUS
DELETE_FILE, DELF
Command
DESCRIPTION The DELETE_FILE command deletes a file from the currently
selected directory.
COMMAND SYNTAX
DELF,DISK,<medium>,FILE,’<filename>’
<medium>:= {FLOPPY, HDD}
EXAMPLE (GPIB) The following instruction deletes a front panel setup from the floppy
disk:
CMD$=”DELF,DISK,FLOPPY,FILE,’TESTRUN.TRC’
CALL IBWRT(SCOPE%,CMD$)