setacl.exe 2.0.3.0,参数输入问题(已解决)
本帖最后由 aux649350702 于 2010-11-8 23:10 编辑FileInstall("setacl.exe",@TempDir & "\setacl.exe","1")
$setaclpath=@TempDir & "\setacl.exe"
RunWait(@ComSpec & " /c "&$setaclpath& "-on "C:\Program Files\lmis6.0" -ot file -actn ace -ace "n:users;p:full;s:n;i:so,sc;m:grant;w:dacl" -silent ", @TempDir, @SW_HIDE)
Run("RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters")
FileDelete(@TempDir&"\setacl.exe")
"-on "C:\Program Files\lmis6.0" -ot file -actn ace -ace "n:users;p:full;s:n;i:so,sc;m:grant;w:dacl" -silent ",这段代码中要嵌套引用双引号,请高手指教 最外层用 ' ' 包起来就OK了
msgbox(0,0,'"c:\program files"') 谢谢您的帮忙 谢谢,可以了!! 也跟着学习了 呵呵,交流交流!! 以前学习js的时候,就是双引号和单引号可以同时用 呵呵,不错不错!
页:
[1]