Jump to content

Aut2exe compiling parameters not working on diff pc


Recommended Posts

ShellExecute("aut2exe.exe", "/in "&$fileLocation)

 

on my windows 8 laptop i try executing this line of code to turn a dmz.au3 file into dmz.exe and it works just fine.

But on my windows 10 computer which doesn't have autoit installed it gives no errors but a messagebox pops up with all the different parameters aut2exe can use! also the program itself pops up instead of it just turning the .au3 into .exe

 

i find this a strange error, please help

Edited by rietjevaldo
Link to comment
Share on other sites

  • Developers
ShellExecute("aut2exe.exe", '/in "' & $fileLocation & '"')

What about this version?

jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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