Jump to content

open a window.


EDDO
 Share

Recommended Posts

Trying looking up Run(), Send(), and MouseClick() in the help file. Then post what you can make out of that.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Link to comment
Share on other sites

hi

i need to open a window ... the "computer management"

to reset my modem(that means to press some buttons in it ...

how can i do it ?

thanx for any help !!!!

typing "compmgmt.msc" in start-> Run and pressing enter will open the computer management window.

Now combine it with above guy said, your problem solved.

Link to comment
Share on other sites

Try this:

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.0.0
 Author:         myName

 Script Function:
    Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

$pid = Run("mmc compmgmt.msc")

WinWaitActive("Computer Management")

;Open Device Manager
Send("{Down}{Down}{Down}{Down}{Down}{Down}{Tab}{Enter}")
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...