我正在尝试使用我需要发送到 Windows CLI 的命令调用一个变量,但如果你能帮我解决的话
$imagename = 123;
$test = ('C:\Windows\System32\cmd.exe /c "rundll32.exe C:\Windows\System32\shimgvw.dll,ImageView_PrintTo /pt "c:\pathtodirectory\$imagename" "photoprint""');
echo $test
$imagename
目前的值为 123,但我无法在几个报价中调用它,请帮助。
谢谢。