The IIS output format supports the following parameters:
rtp | ||
Values: | number of rows | |
Default: | 10 | |
Description: | Rows to print before pausing. | |
Details: | When writing to STDOUT, the IIS
output format displays output records in batches made up of a
number of rows equal to the value specified for this parameter.
Once a batch of rows has been displayed, the IIS output format
prompts the user to press a key to display the next batch of
rows. Specifying "-1" for this parameter disables batching altogether. |
|
Example: | -rtp:-1 | |
oCodepage | ||
Values: | codepage ID (number) | |
Default: | 0 | |
Description: | Codepage of the output text. | |
Details: | 0 is the system codepage, -1 is UNICODE. | |
Example: | -oCodepage:1245 | |
fileMode | ||
Values: | 0 | 1 | 2 | |
Default: | 1 | |
Description: | Action to perform when an output file already exists. | |
Details: | This parameter controls the behavior
of the IIS output format when the into-entity specifies directly or
indirectly through the "multiplex" feature the name of a file that
already exists. The possible values for this parameter are:
|
|
Example: | -fileMode:0 | |
© 2004 Microsoft Corporation. All rights reserved.