Jump to content

Using JScript


Recommended Posts

Hi,

I am new to AutoIT. I tried developing some UI based testing using AutoIT which i am able to do it very easily. I liked it very much.

I have some code already writtend in JScript and i want to reuse it. Can i use the JScript code along with ".au3" ? If yes, please suggest me how to do the same.

Thanks in advance.

-murali

Link to comment
Share on other sites

Something like:

$sJScript = 'C:\MyDir\Script.js'
$sExtCmd = 'CScript.exe "' & $sJScript & '"' 
Run(@ComSpec & " /c " & $sExtCmd)

You can also create a WScript object, set the .language="JScript", etc. There are examples on this forum.

:huh2:

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
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...