AlmarM Posted September 12, 2007 Posted September 12, 2007 (edited) Heya, I wanne know how can I start a website in the script ?? P.S. Some1 got a Hotmail Auto Log In ?? Edited September 12, 2007 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
AlmarM Posted September 12, 2007 Author Posted September 12, 2007 Please?? Some1 ?? I realy need it... Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
John117 Posted September 12, 2007 Posted September 12, 2007 #include <IE.au3> $oIE = _IECreate("https://www.hotmail.com"); Creates IE window -This will open the site
Emiel Wieldraaijer Posted September 12, 2007 Posted September 12, 2007 @AlmarM,please be a bit more patienceI use the following code which doesn't require #include <IE.au3>Run(@ComSpec & " /c " & 'start http://www.hotmail.com', "", @SW_HIDE) Best regards,Emiel Wieldraaijer
ssubirias3 Posted September 12, 2007 Posted September 12, 2007 Please?? Some1 ??I realy need it...Please search the Help file if you really need it and become a little more self dependent. If you can't figure out how to search Help or the Forum before asking questions like this, maybe this isn't for you. For crying out loud, the Help file has the very script you are looking for. All you had to do was search Help for "hotmail".
Winter Posted September 12, 2007 Posted September 12, 2007 (edited) use ShellExecute("Http://rtfm.org"); It'll launch the web site in whatever the user's default browser is. Edited September 12, 2007 by Winter
AlmarM Posted September 13, 2007 Author Posted September 13, 2007 Witch one is it ?? Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
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