Platinumkid Posted August 11, 2006 Posted August 11, 2006 Hey, guys i'm requesting a code that opens up a window of a website. I can open up programs but not sites mind if somone tells me? Thanks, Platinumkid
PsaltyDS Posted August 11, 2006 Posted August 11, 2006 Hey, guys i'm requesting a code that opens up a window of a website. I can open up programs but not sites mind if somone tells me? Thanks, Platinumkid The commanline START followed by the URL will open it in your default browser (Which is, of course, Firefox, right?!) Run(@ComSpec & " /c START www.google.com", @TempDir, @SW_Minimize) Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Moderators SmOke_N Posted August 11, 2006 Moderators Posted August 11, 2006 http://www.autoitscript.com/forum/index.ph...st&p=220386 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.
Platinumkid Posted August 11, 2006 Author Posted August 11, 2006 lol, thanks alot guys i appreciate it.
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