Bitsadmin /nowrap |
Applies To: Windows Vista,Windows Server 2008 R2,Windows Server 2008
Truncates any line of output text extending beyond the rightmost edge of the command window.
Syntax
Copy Code |
|
bitsadmin /NoWrap |
Remarks
By default, all commands, except the Monitor command, wrap the output. Specify the NoWrap command before other commands.
Examples
The following example retrieves the state for the job named myDownloadJob and does not wrap the output
Copy Code |
|
C:\>bitsadmin /NoWrap /GetState myDownloadJob |