Jump to content

Search the Community

Showing results for tags '{ctrldown}'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi friends, I'm attaching three scripts here. Test.exe -> Calls CTRLDOWN.exe and CTRLUP.exe #RequireAdmin run("CTRLDOWN.exe") sleep(500) run("CTRLUP.exe") CTRLDOWN.exe -> Sends a {CtrlDOWN} to press CTRL key #RequireAdmin Send('{CTRLDOWN}') CTRLUP.exe -> Sends a {CtrlUP} to release CTRL key #RequireAdmin Send('{CTRLUP}') Test.exe calls two exes to press and release the CTRL keys. Key press is working fine but the release does not work. If I call the CTRLDOWN.exe and CTRLUP.exe, manually one by another or the commands in a single program, it is working fine. Can any one explain what is wrong when I call them from a program? Thank you so much for being helpful always :-) CTRLDOWN.au3 CTRLUP.au3 test.au3
×
×
  • Create New...