Bitsadmin /rawreturn |
Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista
Returns data suitable for parsing.
Syntax
Copy Code |
|
bitsadmin /RawReturn |
Remarks
Strips new line characters and formatting from the output.
Typically, you use this command in conjunction with the Create and Get* commands to receive only the value. You must specify this command before other commands.
Examples
The following example retrieves the raw data for the state of the job named myDownloadJob.
Copy Code |
|
C:\>bitsadmin /RawReturn /GetState myDownloadJob |