凭借权力,你可以使用“灯”;品格操作另一种应用和参数。
一个简单的例子。
$notepad = notepad
$fileName = HelloWorld.txt
# This will open HelloWorld.txt
& $notepad $fileName
这是好的。 但是,如果我想要利用商业逻辑,以动态的方式产生指挥力,那么什么呢? 采用同样简单的例子:
$commandString = @( notepad , HelloWorld.txt ) -join ;
& $commandString
我发现错误:
The term notepad HelloWorld.txt is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
在我的真实例子中,我试图积极补充或排除最后指挥线的备选方案。 我能否做到这一点?