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

Adds one or more files to the specified job.

Syntax

 Copy Code
bitsadmin /addfileset <Job> <TextFile>

Parameters

Parameter Description

Job

The job's display name or GUID

TextFile

A text file containing remote and local file names.

Note
The names are space-delimited. Lines that begin with a # character are treated as a comment.

Examples

 Copy Code
C:\>bitsadmin /addfileset files.txt

Additional references