Diana (Cda) Posted July 14, 2006 Posted July 14, 2006 I've searched here and looked in the help files but can't seem to find anything on how to do this. I need a script that when clicked will just open up my browser and go to a specific URL. TIA for any help!
MHz Posted July 14, 2006 Posted July 14, 2006 Please use support forum for support next time. Now, easiest way is using @ComSpec to achieve this RunWait(@ComSpec & ' /c start http://www.autoitscript.com', '', @SW_HIDE) That should open your default browser and get the AutoIt page up to view.
Diana (Cda) Posted July 14, 2006 Author Posted July 14, 2006 Please use support forum for support next time. Now, easiest way is using @ComSpec to achieve this RunWait(@ComSpec & ' /c start http://www.autoitscript.com', '', @SW_HIDE)That should open your default browser and get the AutoIt page up to view.Oops, so very sorry I used wrong forum. But thank you very much for the code; it works perfectly!
GaryFrost Posted July 14, 2006 Posted July 14, 2006 here's an alternative: http://www.autoitscript.com/forum/index.php?showtopic=23111 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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