aux649350702 发表于 2010-8-25 20:54:17

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 ",这段代码中要嵌套引用双引号,请高手指教

itljl 发表于 2010-8-25 21:12:08

最外层用 ' ' 包起来就OK了
msgbox(0,0,'"c:\program files"')

aux649350702 发表于 2010-8-30 18:56:15

谢谢您的帮忙

aux649350702 发表于 2010-8-30 19:21:41

谢谢,可以了!!

非典男人 发表于 2010-8-31 11:32:23

也跟着学习了

aux649350702 发表于 2010-9-11 12:32:49

呵呵,交流交流!!

kood481748 发表于 2010-9-11 18:19:29

以前学习js的时候,就是双引号和单引号可以同时用

chen5306514 发表于 2011-11-24 11:29:14

呵呵,不错不错!
页: [1]
查看完整版本: setacl.exe 2.0.3.0,参数输入问题(已解决)