Spooler FASTP Network Print Processes Manual
Installing and Configuring FASTP Network Print
Processes
Spooler FASTP Network Print Processes Manual — 427528-007
2 - 21
Configuring a FASTCNFG File
Case Sensitivity
FASTCNFG file syntax is not case sensitive. However, some attribute values can be
case sensitive (for example, a password value).
Comments
Comments can be inserted anywhere in the FASTCNFG file and must follow an
exclamation mark (!). Anything following an exclamation mark is considered to be a
comment until another exclamation mark or the end of the line is encountered. For
example:
!This is legal!
SERVER = server-name
!This is legal!SERVER = server-name
!This is legal
SERVER = server-name
!This is not legal SERVER = server-name
Table 2-6. FASTCNFG File-Formatting Rules Summary
Format Element Rule
Case sensitivity Syntax is not case sensitive. Some values can be case
sensitive.
Comments Comments can be inserted anywhere in the F
ASTCNFG
file and must follow an exclamation mark (!).
Line continuation Line continuation does not require any s
pecial characters
or format as long as you do not split keywords, keyword
values, attributes, or attribute values.
Separator
characters
Keywords and keyword values must be sep
arated by one
or more blank spaces. Attributes and attribute values must
be separated by an equal sign (=).
Starting position
relative to the
beginning of a
line
Keywords and attributes can begin in any position on a line.










