Bitsadmin addfile command in Windows

The bitadmin addfile command in Windows is used to add files to the specified task.

The bitadmin addfile command in Windows is used to add files to the specified task.

Syntax

 bitsadmin / AddFile 

Parameters

ParameterDescriptionJob Display name of the task or GUID. RemoteURL URL of the file on the server. LocalName The name of the file on the local computer. LocalName must contain the absolute path for that file.

For example

Please add a file to the task. Repeat this action for each file you want to add. If multiple tasks use myDownloadJob as a generic name, you must replace myDownloadJob with the GUID of the task, to identify that task only.

 C:> bitsadmin / addfile myDownloadJob http:///downloadsrv/10mb.zip c: 10mb.zip 

See more:

  1. The autochk command in Windows
  2. The atmadm command in Windows
  3. Auditpol command in Windows
4.1 ★ | 9 Vote