Jump to content

Use .au3/.exe like COM?


Tim Net
 Share

Recommended Posts

I am trying to get IIS to interact with a script. Currently, I have to make the webserver call a ColdFusion tag named CFEXECUTE to run the .exe which outputs a text file to disk and then ColdFusion reads the text file. I'd like to know if it is possible to have the webserver(IIS) call an AutoIT script like a COM object. That was I don't have to expose the CFEXECUTE tag or read files from disk.

Currently this is how it looks:

<CFEXECUTE
  NAME="C:\PROG.EXE"
  ARGUMENTS=" /SHOW=4"
  OUTPUT="C:\PROG.LOG">

The AutoIT script takes the "/SHOW=4", does some work and outputs to a file named "c:\Show.log".

Then CF has to read c:\show.log and delete both c:\show.log and c:\prog.log.

It only takes a second but it not very clean.

I'd like to see something that can turn my prog.au3 into prog.dll(I think) and allow ColdFusion to do a create object opposed to a CFEXECUTE.

Is it possible to compile/run an .au3 as a COM object?

Thanks.

Link to comment
Share on other sites

I am trying to get IIS to interact with a script. Currently, I have to make the webserver call a ColdFusion tag named CFEXECUTE to run the .exe which outputs a text file to disk and then ColdFusion reads the text file. I'd like to know if it is possible to have the webserver(IIS) call an AutoIT script like a COM object. That was I don't have to expose the CFEXECUTE tag or read files from disk.

Currently this is how it looks:

<CFEXECUTE
  NAME="C:\PROG.EXE"
  ARGUMENTS=" /SHOW=4"
  OUTPUT="C:\PROG.LOG">

The AutoIT script takes the "/SHOW=4", does some work and outputs to a file named "c:\Show.log".

Then CF has to read c:\show.log and delete both c:\show.log and c:\prog.log.

It only takes a second but it not very clean.

I'd like to see something that can turn my prog.au3 into prog.dll(I think) and allow ColdFusion to do a create object opposed to a CFEXECUTE.

Is it possible to compile/run an .au3 as a COM object?

Thanks.

Check out AutoItX. It has its own forum.

:)

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