gsb Posted February 28, 2007 Posted February 28, 2007 $url = InputBox("URL","Please type the URL:","http://www.autoitscript.com/") ShellExecute ($url) Any thoughts as to why ShellExecute is unknown? gsb "Did you ever stop to think? ...and forget to restart!"
Developers Jos Posted February 28, 2007 Developers Posted February 28, 2007 $url = InputBox("URL","Please type the URL:","http://www.autoitscript.com/") ShellExecute ($url) Any thoughts as to why ShellExecute is unknown? gsbAutoIt3 version you use is the latest one ? 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.
Moderators SmOke_N Posted February 28, 2007 Moderators Posted February 28, 2007 (edited) $url = InputBox("URL","Please type the URL:","http://www.autoitscript.com/") ShellExecute ($url) Any thoughts as to why ShellExecute is unknown? gsbWhat version are you using? MsgBox(64, 'Info', @AutoItVersion) We are on 3.2.2.0 release at the moment. Edit: Also... What SciTe version are you using? http://www.autoitscript.com/forum/index.ph...st&p=296096 Edited February 28, 2007 by SmOke_N 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.
gsb Posted February 28, 2007 Author Posted February 28, 2007 Thank you: 3.2.0.1 gsb "Did you ever stop to think? ...and forget to restart!"
/dev/null Posted March 1, 2007 Posted March 1, 2007 Thank you: 3.2.0.1gsbShellExecute() was introduced with 3.2.2.0! __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
gsb Posted March 5, 2007 Author Posted March 5, 2007 (edited) Yes /dev/null. Thank you. But I still had 3.2.0.1 :"> Now all is fixed. gsb Edited March 5, 2007 by gsb "Did you ever stop to think? ...and forget to restart!"
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