Bitsadmin /create |
Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista
Creates a transfer job with the given display name.
Syntax
Copy Code |
|
bitsadmin /create [Type] DisplayName |
Parameters
Parameter |
Description |
Type |
|
DisplayName |
The display name assigned to the newly created job. |
Use the Bitsadmin /resume switch to activate the job in the transfer queue.
Examples
Creates a download job named myDownloadJob.
Copy Code |
|
C:\>bitsadmin /create myDownloadJob |