📄 td_utils.txt
字号:
speed).
-rpN Sets the remote serial link port.
The -rp option specifies which port to use for the remote serial link.
N can be either 1 or 2, where 1 stands for COM1 and 2 stands for COM2.
-w Writes options to the TDRF executable program file.
You can make the TDRF command-line options permanent by writing them
back into the TDRF executable program image on disk. Do this by
specifying the -w command-line option along with the other options you
wish to make permanent. You will then be prompted for the name of the
executable program.
If you're running on DOS 3.0 or later, the prompt will indicate the
path and file name that you executed TDRF from. You can accept this
name by pressing Enter, or you can enter a new executable file name.
The new name must already exist and must be a copy of the TDRF program
that you've already made.
If you're running on DOS 2.x, you'll have to supply the full path
and file name of the executable program.
If you enter the name of an executable file that doesn't exist (a new
filename), TDRF will create a new executable file.
TDRF commands
-------------
Following are the command names you can use with the TDRF utility. You
can use the wildcards * and ? with the COPY, COPYFROM, DEL, and DIR
commands.
COPY
Copies files from the local system to the remote system. You can also
type COPYTO instead of COPY. The single letter abbreviation for this
command is T.
If you supply a single file name after the COPY command, that file
name will be copied to the current directory on the remote system. If
you supply a second file name after the name of the file on the local
system, the local file will be copied to that destination on the
remote system. You can specify either a new file name, a directory
name, or a drive name on the remote system. For example,
TDRF COPY TEST1 \MYDIR
copies file TEST1 from the local system to file MYDIR\TEST1 on the
remote system.
COPYFROM
Copies files from the remote system to the local system. The single
letter abbreviation for this command is F.
If you supply a single file name after the COPYFROM command, that file
name will be copied from the current directory on the remote system to
the current directory on the local system. If you supply a second file
name after the name of the file on the remote system, the remote file
will be copied to that destination on the local system. You can
specify either a new file name, a directory name, or a drive name on
the local system. For example,
TDRF COPYFROM MYFILE ..
copies file MYFILE from the remote system to the parent directory of
the current directory on the local system.
TDRF F TC*.* A:\TCDEMO
copies all files beginning with TC on the current directory of the
remote system to the TCDEMO directory on the local system's drive A.
DEL
Erases a single file from the remote system. The single letter
abbreviation for this command is E.
If you just give a file name with no directory or drive, the file is
deleted from the current directory on the remote system. For example,
TDRF DEL XYZ
removes file XYZ from the current directory of the remote system.
DIR
Displays a listing of the files in a directory on the remote system.
The single letter abbreviation for this command is D.
This command behaves similarly to the equivalent DOS command. If
you don't specify a wildcard mask, it shows all the files in the
directory; if you do specify a mask, only those files will be listed.
You can interrupt the directory display at any time by pressing
Ctrl-Break.
The directory listing is displayed in a format similar to that
used by the DOS DIR command. For example,
TDRF DIR \SYS\*.SYS
results in a display like the following:
Directory of C:\SYS
ANSI SYS 4833 8-23-91 6:00a
VDISK SYS 5190 8-23-91 6:00a
REN
Renames a single file on the remote system. The single letter
abbreviation for this command is R.
You must supply two file names with this command: the original file
name and the new file name. The new name can specify a different
directory as part of the name, but not a different drive. For example,
TDRF REN TEST1 \TEST2
renames file TEST1 in the current directory in the remote to TEST2 in
the root directory. This effectively "moves" the file from one
directory to another. You can also use this command to simply rename a
file within a directory, without moving it to another directory.
MD
Makes a new directory on the remote system. The single letter
abbreviation for this command is M.
You must supply the name of the directory to be created. If you don't
supply a directory path as part of the new directory name, the new
directory will be created in the current directory on the remote
system. For example,
TDRF MD TEST
creates a directory named TEST in the current directory on the remote
system.
RD
Removes an existing directory on the remote system. The single letter
abbreviation for this command is K.
You must supply the name of the directory to be removed. If you don't
supply a directory path as part of the new directory name, the
directory will be removed from the current directory on the remote
system. For example,
TDRF RD MYDIR
removes a directory named MYDIR from the current directory on the
remote system.
CD
Changes to a new directory on the remote system. The single letter
abbreviation for this command is C.
You must supply the name of the directory to change to. You can also
supply a new drive to switch to, or even supply a new drive and
directory all at once. For example,
TDRF CD A:ABC
makes drive A the current drive on the remote system, and switches to
directory ABC as well.
TDRF messages
-------------
Following is a list of the messages you might encounter when working with
TDRF:
"Can't create file on local system: ___"
You were copying a file from the remote system using the COPYFROM
command, but the file could not be created on the local system.
Either the disk is full on the local system, or the file name on the
remote system is the same as a directory name on the local system.
"Can't modify exe file"
The file name you specified to modify is not a valid copy of the TDRF
utility. You can only modify a copy of the TDRF utility with the -w
option.
"Can't open exe file to modify"
The file name you specified to be modified can't be opened. You've
probably entered an invalid or nonexistent file name.
"Error opening file: ___"
The file you wanted to transfer to the remote system could not be
opened. You probably specified a nonexistent or invalid file name.
"Error writing file: ___"
An error occurred while writing to a file on the local system,
probably because the local disk is full. Try deleting enough
files to make room for the file you want to copy from the
remote system.
"Error writing file ___ on remote system"
An error occurred while writing a file to the disk on the remote
system, probably because the remote disk is full. Try deleting
enough files to make room for the file you want to transfer.
"File name is a directory on remote"
You've tried to copy a file from the local to the remote system, but
the local file name exists as a directory on the remote system. You'll
have to rename the file by giving a second argument to the COPY
command.
"Interrupted"
You've pressed Ctrl-Break while waiting for communications to be
established with the remote system.
"Invalid command: ___"
You've entered a command that TDRF doesn't recognize. For each
command, you can use the DOS-style command word or the single-letter
abbreviation.
"Invalid command line option: ___"
You've given an invalid command-line option when starting TDRF from
the DOS command line.
"Invalid destination disk drive"
You've specified a nonexistent disk drive letter in your command.
Remember that the remote system might have a different number of disk
drives than the local system.
"No matching files on remote"
You've done a DIR command, but either there are no files in the
directory on the remote system, or no files match the wildcard
specification that you gave as an argument to the DIR command.
"No remote command specified"
You haven't specified any command on the DOS command line; TDRF has
nothing to do.
"Too few arguments"
You haven't supplied enough arguments for the command you
requested. Some commands require an argument, like DEL, MD,
CD, RD, and so on.
"Too many arguments"
You've specified too many arguments for the command you requested.
No command requires more than two arguments, and some require only one.
"Wrong version of remote driver"
You're using incompatible versions of TDRF and TDREMOTE. Make sure
you're using the latest version of each utility.
\**************************** END OF FILE ********************************\
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -