Jump to content

Recommended Posts

Posted

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 !!!!

Posted

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

Posted

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.

Posted

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}")

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...