Jump to content

Web-based AutoIt! - New with AuCGI!


theguy0000
 Share

Recommended Posts

The new thread for this project is HERE. Me and JRowe have picked up development and I've coded a much improved version of AuCGI. Your changes for IIS support would be trivial to implement in the new codebase.

However it would be best if there was a way for AuCGI to tell, internally, if it was running under IIS or not. Do you know if that is possible? Then it wouldn't be necessary to maintain a separate version of AuCGI for IIS based servers.

Link to comment
Share on other sites

  • 6 years later...

Hi all,

I have just found the auCGI module while searching for ways to put autoit code in the net.I have installed auCGI,Web .au3 and the abyss server.All woking fine.But I can't figure out where to (in which file) write the code or how to upload code from my computer.I want to test this(enclosed below) script:-

Func greet()
    Run("notepad.exe")
    sleep(200)
    WinActivate("Untitled - Notepad","")
    ControlSetText("Untitled - Notepad","",15,"Hello Welcome to my Web page!!")
EndFunc

greet()

Can anyone please help !

thanks

olma  nR

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