开发者

Executing AutoIT script from vb.net

开发者 https://www.devze.com 2023-03-15 09:49 出处:网络
I am successfully running a Autoit script from command prompt. 开发者_JS百科 \"Z:\\AutoItScripts\\test.au3\" \"parameter1\"

I am successfully running a Autoit script from command prompt.

开发者_JS百科
"Z:\AutoItScripts\test.au3" "parameter1"

I need to do same from VB.net. Please help how can I do this.


Use Shell

eg

Shell("Z:\AutoItScripts\test.au3 parameter1")
0

精彩评论

暂无评论...
验证码 换一张
取 消