我在Virtual PC 2007中有一个虚拟机。
要从桌面启动它,我在批处理文件中有以下命令:
"c:\program files\Microsoft Virtual PC\Virtual PC.exe" -pc "MY-PC" -launch
但这会在主机上留下dos提示,直到虚拟机关闭,然后退出Virtual PC控制台。真烦人
因此,我将命令更改为使用START命令,而改为:
start "c:\program files\Microsoft Virtual PC\Virtual PC.exe" -pc MY-PC -launch
但是,它会阻塞传递给Virtual PC的参数。
START /?
表示参数确实在该位置。有没有人使用START启动带有多个命令行参数的程序?
Start-Process : Cannot validate argument on parameter 'FilePath'. The argument is null or empty. Supply an argument that is not null or empty and then try the command again