Jump to content

Controlling Compiled scripts


Guest Tonytronics
 Share

Recommended Posts

Guest Tonytronics

Hi all

I have compilled a script in AutoIT3

I run the script from the command line (compiled)

The problem is that when I run the compiled script from the command line, it launches and immediately returns control to the command line.

I want the executable to return control back once its done processing.

Any help would be appreciated

Link to comment
Share on other sites

Welcome to the forums!

You'll find the same behaviour when you call any other non-console program like Calculator or Notepad. You need to call it like this:

start /w myScript.exe

if you want the command line to return only when processing is complete.

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