text
stringlengths
0
4.23k
/?
Displays help at the command prompt.
<serviceprofilefilename>.exe
Required for Syntax 1, but not valid for Syntax 2.
Required for Syntax 1, but not valid for Syntax 2.
<serviceprofilefilename>.inf
The [drive:][path] parameter isn't valid for Syntax 1.
Examples
To install the fiction service profile without any support files, type:
fiction.exe /c:cmstp.exe fiction.inf /nf
To silently install the fiction service profile for a single user, type:
fiction.exe /c:cmstp.exe fiction.inf /s /su
To silently uninstall the fiction service profile, type:
fiction.exe /c:cmstp.exe fiction.inf /s /u
color
Changes the foreground and background colors in the Command Prompt window for the current session. If used without parameters, color restores the default Command Prompt window foreground and background colors.
Syntax
color [[<b>]<f>]
Parameters
Parameter
Description
<b>
Specifies the background color.
<f>
Specifies the foreground color.
/?
Displays help at the command prompt.
<b>
<f>
Where:
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
a
Light green
b