B-20
Falcon
®
DOS Portable Terminals
Syntax
SWITCHES=[/k][/n][/f]
Remarks
The
/k
argument makes an enhanced keyboard behave like a conventional-
style keyboard.
The
/n
argument prevents the use of the
<F5>
and
<F8>
function keys to
bypass the startup commands.
The
/f
argument instructs ROM-DOS to skip the delay after displaying the
Starting ROM-DOS...
message at boot time. The delay allows the user
time to use the F5 and F8 options to alter the processing of the startup files.
Examples
The following example prevents the user from using the
<F5>
and
<F8>
keys
at boot time.
switches = /n
TREE
Type
External
Purpose
The
TREE
command displays each subdirectory and optionally the files within
them for a specified drive.
Syntax
TREE [
drive:
] [
/F
]
Remarks
The
TREE
command displays the full path of each subdirectory on a specified
disk.
The
d:
specifies the drive that
TREE
will display the subdirectories from. This
argument must be specified.
Options
The
/F
switch causes
TREE
to display the files in each subdirectory.
Examples
This command will display all subdirectories on drive
C
.
C:\DATA> TREE C:
This command will display all subdirectories on drive
A
along with the files
within each sub directory.
C:\DATA> TREE A: /F
advuser.book Page 20 Friday, September 27, 2002 4:22 PM