text
stringlengths
0
4.23k
/d
Disables execution of AutoRun commands.
/a
Formats internal command output to a pipe or a file as American National Standards Institute (ANSI).
/u
Formats internal command output to a pipe or a file as Unicode.
/t:{<b><f> | <f>}
Sets the background (b) and foreground (f) colors.
/e:on
Enables command extensions.
/e:off
Disables commands extensions.
/f:on
Enables file and directory name completion.
/f:off
Disables file and directory name completion.
/v:on
Enables delayed environment variable expansion.
/v:off
Disables delayed environment variable expansion.
<string>
Specifies the command you want to carry out.
/?
Displays help at the command prompt.
<b><f>
<f>
<string>
The following table lists valid hexadecimal digits that you can use as the values for <b> and <f>:
<b>
<f>
Value
Color
0
Black
1
Blue
2
Green
3
Aqua
4
Red
5
Purple
6
Yellow
7
White
8
Gray
9
Light blue