Applies To: Windows Server 2008 R2,Windows Server 2008

Reports the temporary filename of the given file within the job.

Syntax

 Copy Code
bitsadmin /GetTemporaryName <Job> <file index> 

Parameters

Parameter Description

Job

The job's display name or GUID

File index

Starts from 0

Examples

The following example reports the temporary filename of file 2 for the job named myJob.

 Copy Code
C:\>bitsadmin /GetTemporaryName myJob 1 

Additional references