Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/tools/windows/tool_setup/Scripts/
DTest-Idf.ps119 $Command = $Shortcut.TargetPath + ' ' + $Arguments -replace '""', '"' variable
20 $Command += " && cd examples\get-started\blink\ && idf.py build'" variable
21 Invoke-Expression -Command $Command variable