oleg Posted August 17, 2005 Posted August 17, 2005 (edited) Hi guys is it possible to integrate any kind of vb script into auto it ? I want to do some WMI functions like terminate applications , start applications ,and some system management . I saw few autoit scripts but didnt manage to fully integrate some of my vb scripts . Edited August 17, 2005 by oleg There is a hex ( 31303030303030 ) reasons i love AutoIt !
rmorrow Posted August 17, 2005 Posted August 17, 2005 Not VBScript, but you can use objects. As far as I've seen you can do everything in AutoIt with objects that you can do in VBScript. Check out the MSDN for the VBScript examples and just substitute AutoIt code. Check out the "Obj/COM Reference" in the help file.
oleg Posted August 17, 2005 Author Posted August 17, 2005 (edited) Should had my eyes opend Thanks Edited August 17, 2005 by oleg There is a hex ( 31303030303030 ) reasons i love AutoIt !
w0uter Posted August 17, 2005 Posted August 17, 2005 if you want you can run vbscript directly from autoit using the ScriptControl object. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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