Searched defs:Command (Results 1 – 1 of 1) sorted by relevance
19 $Command = $Shortcut.TargetPath + ' ' + $Arguments -replace '""', '"' variable20 $Command += " && cd examples\get-started\blink\ && idf.py build'" variable21 Invoke-Expression -Command $Command variable