Jump to content

new and need a little bit of help


Recommended Posts

Guest GodlikeKing
Posted

i have never did any kind of coding before and such and a guy who codes really well adviced me to learn this first so when i did i runned through the tutorials and now what to do =P ?

i suppose i can't make a complete simple program by now it takes a lot more than that i suppose .

i had an idea to make a simple "script" to launch IE and than go to a site like www.google.nl

but i couldn't figure out what the command is for that =P

can anyone help me :lmao:? thnx

Posted

didn't there used to be an example of going to hotmail.com with autoit?

use these commands to do it, im not going to give you a script because i want you to learn the right way.

Send()

and

Run()

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Guest GodlikeKing
Posted (edited)

hey thnx

i tryed it with send but i failed :lmao: cause it came up ( i have www.google.nl as homepage) and when i used Send ("www.blabla.com") than it typed that o:) and it went not to the url >_>

but thnx Mhz for ur example

Run("Iexplore.exe")
WinWaitActive("Microsoft Internet Explorer")
Send("www.google.com")

that's how it original looked like :)

Edited by GodlikeKing

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...