Jump to content

Run autoit silent


Chilion
 Share

Recommended Posts

Hi! I hope im not missing something simple here, but I have a script, whom i just want to run, but i dont wanna see it running. Can you guys please help me with that. (my mouse is moving in the script, and im using Send commands)

With a great thankfull heart,

Chilion

Link to comment
Share on other sites

use

#NoTrayIcon

it will hide the tray icon.

explain more, what you want to do?

My script is running every 2 minutes on a webpage, to fill in some details for my database. but i wanna work on my computer also, so, i want the script to run, without doing some visible action on my screen.

Link to comment
Share on other sites

My script is running every 2 minutes on a webpage, to fill in some details for my database. but i wanna work on my computer also, so, i want the script to run, without doing some visible action on my screen.

Generally:

Use ControlSend() instead of Send() and

ControlClick() instead of MouseClick()

In this case look at IECreate() in IE UDF --> this will be the best way for you

Edited by Zedna
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...