Guest sydullasyed Posted August 16, 2006 Posted August 16, 2006 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
bluebearr Posted August 16, 2006 Posted August 16, 2006 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.
randallc Posted August 16, 2006 Posted August 16, 2006 Hi, as in; ;check.au3 $timer=TimerInit() $ar_ans=runwait("wscript.exe recursevbs.vbs ") MsgBox(0,"","TimerDiff($timer)="&TimerDiff($timer))randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW
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