Share via


SysExpandStr

Note  This content applies to the Windows Logo Kit (WLK). For the latest information using the new Windows Hardware Certification Kit (HCK), see Windows HCK User's Guide on the Windows Hardware Dev Center.

Use the SysExpandStr parameter to evaluate the values of all variables in the specified string. This parameter functions only when WttCmd executes from a task within a DTM job.

Syntax

wttcmd.exe /sysexpandstr /string:"<string>" /default:<value>
Argument Description

/String:"<string>"

The string to expand. The string can contain multiple variables to be evaluated. For example: "[Debugger] [Options] -test:netsniff"

/Default:<value>

The default value to return if any variable could not be evaluated.

 

Examples

wttcmd.exe /sysexpandstr /string:"[Debugger] [Options] -test:netsniff" /default:"ntsd -g -test:netsniff"

Remarks

To evaluate a variable, enclose it in square brackets.

 

 

Build date: 9/14/2012