spyrorocks Posted April 22, 2006 Posted April 22, 2006 OK, all the files are in their correct place, but when i try to run aut2exe with this code:run("C:\WINDOWS\aut2exe.exe" /in 'C:\temp.au3' /out 'server.exe' /icon 'C:\blank.ico' /comp 4 /pass 'password') It was that there is an error in the expression. All the files that are in the code are in the right place, but it wont run! what am i doing wrong? [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
peethebee Posted April 22, 2006 Posted April 22, 2006 Hi! I think you have to use double quotes for the paths after /in and /out. Windows style, not AutoIt style... peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
neogia Posted April 22, 2006 Posted April 22, 2006 (edited) Try this: Run('"C:\WINDOWS\aut2exe.exe" /in "C:\temp.au3" /out "server.exe" /icon "C:\blank.ico" /comp 4 /pass "password"') Edited April 22, 2006 by neogia [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
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