Jump to content

Can not use ALT + C


 Share

Recommended Posts

who can help me, unable to use "! C" hot key (ALT + C)

I want to design automatic switching network card connection speed / full duplex core, automatically switch test 1G / 100M / 10M, example is to switch 1G connection speed, In Windows7 x64 run to "!c", it cannot run. system is working)

Run("control.exe netconnections");開啟網路連線
            WinWaitActive("網路連線","")
            WinActivate("網路連線","")
            Send("{down}{up}!fr");選擇 區域連線 001
            WinWaitActive("001 內容","")
            WinActivate("001 內容","")
            Send("!c");進入設定網路卡介面
            WinWaitActive("Realtek PCIe GBE Family Controller 內容","網路介面卡")
            WinActivate("Realtek PCIe GBE Family Controller 內容","網路介面卡")
            Send("^{TAB}")
            Send("{down 6}");設定為 Init Status
            Send("{TAB}")
            Send("{up 6}");to item 1 :切換至 1G
            ;Send("{down 4}");切換至 100M
            Sleep(2000)
            Send("{Enter}")
            WinWaitActive("網路連線","")
            WinClose("網路連線","")

Thank you so much.....

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