Jump to content

Recommended Posts

Posted

I must be missing something really stupid.

I have two scripts:

Script 1: This gets compiled and put at C:\Hello.exe

MsgBox(0,'','Hello')
Script 2: Running this directly or compiling and running

#AutoIt3Wrapper_Run_Before="C:\Hello.exe"
MsgBox(0,'','World')
No matter how I run script #2.. I never see a window telling me "Hello".

What's wrong with this picture?

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
×
×
  • Create New...