Vision Posted July 9, 2008 Posted July 9, 2008 hi mates, i have a big problem regarding opening chm files... i have actually a bat fiel whats opens the chm file, not very "elegant" so there a another way to open a chm file in autoit? about the bat my problem was that the bat dialog stays till i close the help file is it possible that the bat calls the help help file and then the bat dialog will exit? here my code of my bat: "help\helpme.chm" very simple but it works, so maybe anybody can help me?
Moderators SmOke_N Posted July 9, 2008 Moderators Posted July 9, 2008 Try ShellExecute. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
smashly Posted July 9, 2008 Posted July 9, 2008 (edited) Hi,ShellExecute(@ProgramFilesDir & "\AutoIt3\AutoIt.chm") Cheers Edit: Doh, I'm to slow once again muttley Edited July 9, 2008 by smashly
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