Bitsadmin /wrap
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Wraps any line of output text extending beyond the rightmost edge of the command window to the next line.
Syntax
bitsadmin /Wrap Job
Parameters
Parameter | Description |
---|---|
Job |
The job's display name or GUID |
Remarks
Specify before other commands. By default, all commands, except the Bitsadmin /monitor command, wrap the output.
Examples
The following example retrieves information for the job named myDownloadJob and wraps the output.
C:\>bitsadmin /Wrap /Info myDownloadJob /verbose