rietjevaldo Posted May 5, 2017 Posted May 5, 2017 (edited) 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 May 5, 2017 by rietjevaldo
Developers Jos Posted May 5, 2017 Developers Posted May 5, 2017 ShellExecute("aut2exe.exe", '/in "' & $fileLocation & '"') What about this version? jos rietjevaldo 1 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.
rietjevaldo Posted May 5, 2017 Author Posted May 5, 2017 4 minutes ago, Jos said: ShellExecute("aut2exe.exe", '/in "' & $fileLocation & '"') What about this version? jos jup dat werkt dankjewel
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now