Bitsadmin /nowrap
Applies To: Windows Vista, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows 8
Truncates any line of output text extending beyond the rightmost edge of the command window.
Syntax
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
C:\>bitsadmin /NoWrap /GetState myDownloadJob