Bitsadmin addfile command in Windows
The bitadmin addfile command in Windows is used to add files to the specified task.
Table of Contents
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:
- The autochk command in Windows
- The atmadm command in Windows
- Auditpol command in Windows
Was this article helpful?
Your feedback helps us improve.
Reader Comments 0
Sign in with email or Google to join the discussion.