13ouncer Posted May 4, 2008 Posted May 4, 2008 Auto just does not seem to accept the tags I put when opening a program through autoit. this is what I am trying to do and for some reason auto it will not run any other command accept -w Run ("C:\Program Files\Hitman\Hitman.exe -w -ns -txt") Can anyone help?
Developers Jos Posted May 4, 2008 Developers Posted May 4, 2008 Auto just does not seem to accept the tags I put when opening a program through autoit. this is what I am trying to do and for some reason auto it will not run any other command accept -w Run ("C:\Program Files\Hitman\Hitman.exe -w -ns -txt") Can anyone help?Is this the exact command you would type in the CMD or Run Window? 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.
nobbe Posted May 4, 2008 Posted May 4, 2008 (edited) Auto just does not seem to accept the tags I put when opening a program through autoit. this is what I am trying to do and for some reason auto it will not run any other command accept -w Run ("C:\Program Files\Hitman\Hitman.exe -w -ns -txt") Can anyone help? try Run ('"C:\Program Files\Hitman\Hitman.exe" -w -ns -txt') that is ' " ... " ' quotes Edited May 4, 2008 by nobbe
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