Jump to content

Recommended Posts

Posted

HI

Can I use VB Script in AutoIt V3?

Suneel

It's pretty easy to convert VBScript (not plain VB or VB.Net) to AutoIt. (See link above.)

If you want to call a VBScript without conversion, then Run() or ShellExecute() with cscript.exe and list the full path to the .vbs file as the parameter.

Unmodified VBScript cannot be mixed with AutoIt code in your .au3 file.

^_^

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...