Jump to content

Running scripts in blocking mode


Recommended Posts

Is it possible to run Autoit scripts from command line while blocking it until the script finishes?

I need this because I'm using Autoit from my own application, and I need it to perform all actions before my application proceeds with execution.

Link to comment
Share on other sites

Hello, You can use this template:

ConsoleWrite("")
;Your script here
Exit

Compile your script as console application and see it in action (by running it from cmd)

----------------------------------------

:bye: Hey there, was I helpful?

----------------------------------------

My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1

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