SubZer0 Posted August 17, 2006 Posted August 17, 2006 Hello, is there a function in AutoItv3 which allows to execute a file depending on a given filepath???
MHz Posted August 18, 2006 Posted August 18, 2006 Hello,is there a function in AutoItv3 which allows to execute a file depending on a given filepath???Looking for a lazy way, then look at executing @ComSpec with the Start command. The Start command will check the file associations, app paths etc in the registry. Combined with Valuater's advice should make it work for you. A reminder that the Start command has a catch depending on Windows version as to whether the 1st set of double quotes is used for the title or the source file so using the Start command is not always easy.
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