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

Retrieves the command-line command that is ran when the job finishes transferring data.

Syntax

 Copy Code
bitsadmin /GetNotifyCmdLine <Job>

Parameters

Parameter Description

Job

The job's display name or GUID

Examples

The following example retrieves the command-line command used by the service when the job named myDownloadJob completes.

 Copy Code
C:\>bitsadmin /GetNotifyCmdLine myDownloadJob

Additional references