标签:ar 文件 log amp sp c app file bs
powershell.exe -Command "& { (‘time={0},user={1}‘ -f (get-date),(whoami)) | Out-File "d:\user.log" -Append }"
给.exe文件添加参数,参数是 array 格式
$argus = "$env:windir\", ‘c:\jpegs\‘,‘*.jpg‘, ‘/R:0‘, ‘/S‘, ‘/XD‘, ‘*winsxs*‘
Robocopy.exe $argus
标签:ar 文件 log amp sp c app file bs
原文地址:http://www.cnblogs.com/dreamer-fish/p/3941487.html