Jump to content

Can we call VB script or Perl Script from AutoIt script?


Guest sydullasyed
 Share

Recommended Posts

Guest sydullasyed

Can we call VB script or Perl Script from AutoIt script?

if so assist me the method of calling the VB script or Perl script :P

Link to comment
Share on other sites

Sure. I'd just do it with a RunWait command or, if you need to capture output, Run with StdOutRead. For the latter, with VBScript, you would have to use CScript.exe to run your VBScript. I'm not so up on Perl.

BlueBearrOddly enough, this is what I do for fun.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...