agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux
MIT License
618 stars 93 forks source link

Need help in using AutoIT dll in NodeJS using EdgeJS #160

Closed testauto05 closed 5 months ago

testauto05 commented 2 years ago

I have a requirement to use AutoIT(https://www.autoitscript.com/site/) in NodeJS code. This tool provides a Assembly DLL which can be used in C#. (https://www.autoitscript.com/site/autoit/downloads/ - Once we run the setup, it provides the DLL in AutoIt folder under ProgramFiles). Can i use this DLL with EdgeJS, if so how to use it? Please help on this.