Guest wingnut Posted October 8, 2004 Posted October 8, 2004 I apologize if this has been answered (I did search!) but can somebody tell me how I call an AutoIt Script from VB? I am sorry for being an annoying newbie Thanks!!
this-is-me Posted October 8, 2004 Posted October 8, 2004 Something like wscript.run( {Full path to autoit.exe} ) adding, of course the filename of the script you want to run. In the run box it would be: "C:\Program Files\Autoit3\autoit.exe" "C:\myscript.au3" Who else would I be?
Matt @ MPCS Posted October 8, 2004 Posted October 8, 2004 Something like wscript.run( {Full path to autoit.exe} )adding, of course the filename of the script you want to run. In the run box it would be:"C:\Program Files\Autoit3\autoit.exe" "C:\myscript.au3"<{POST_SNAPBACK}>Or you can just use AutoItX in your VB code.*** Matt @ MPCS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now