Tektronix TDS644B Caulking Gun User Manual


 
Command Descriptions
TDS Family Oscilloscope Programmer Manual
2–137
FILESystem:COPy (No query form)
File System Only
Copies a named file or files to a new file. The new file may be in a totally
separate directory than the old file. Also, you can use wild card characters (*.*)
to copy multiple files with one command.
File system
FILESystem:COPy { <source file path>,<destination file path> |
<source directory path>,<destination file path> | <source
directory path>,<destination directory path> }
<destination
file path>
<source file
path>
<destination
file path>
<source
directory path>
<destination
directory path>
<source
directory path>
:
COPy
FILESystem
<Space>
,,
,
,
<file path> is a quoted string that defines the file name and path. Input the file
path using the form <drive>/<dir>/<filename>. <drive> and one or more
<dir>s are optional. If you do not specify them, the TDS will copy the file in the
current directory. <filename> stands for a filename of up to 8 characters and can
be followed by a period (“.”) and a 3-character extension. You can also use the
inclusive filename *.* in the source file path to copy all files.
<directory path> is a quoted string that defines the directory. Input the
directory using the form <drive>/<dir>/<directory name>. <drive> and one
or more <dir>s are optional. If you do not specify them, the TDS will copy the
directory in the current directory. <directory name> stands for a directory name
of up to 8 characters and can be followed by a period (“.”) and a 3-character
extension.
The current directory refers to the name of a directory as returned by the
FILESystem:CWD query.
FILESYSTEM:COPY TEK00001.SET",fd0:/TEK00001.SET"
copies the file named TEK00001.SET on the current drive to a file named
TEK00001.SET on the drive fd0: in the root directory.
Group
Syntax
Arguments
Examples