Applies To: Windows Vista,Windows Server 2008 R2,Windows Server 2008

Wraps any line of output text extending beyond the rightmost edge of the command window to the next line.

Syntax

 Copy Code
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.

 Copy Code
C:\>bitsadmin /Wrap /Info myDownloadJob /verbose

Additional references