Bitsadmin /create
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Creates a transfer job with the given display name.
Syntax
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.
C:\>bitsadmin /create myDownloadJob