Jump to content

utorrent and Remote Desktop problem


 Share

Recommended Posts

I need utorrent to make a new torrent in remote server

For this i need only that "Create New Torrent Window" will open on main utorrent window

If i do it myself i can get this window sending "ctrl+n" to active utorrent window

Also I get this automatically using either of these 2 options:

Run("uTorrent.exe", "", @SW_SHOWMAXIMIZED)
        WinWait("µTorrent 1.8.1")
        WinActivate("µTorrent 1.8.1")
        Sleep(1000)
        Mouseclick("", 115, 59)
        WinWaitActive("Create New Torrent")

Run("uTorrent.exe", "", @SW_SHOW)
Sleep(1000)
        SendKeepActive("µTorrent 1.8.1")
        Send("^n")

the problem is - I can get this right only with active remote desktop (windows mstsc.exe) , if i dont connect remote desktop or if i minimize it - the window "Create New Torrent Window" will not appear and the script stops

How can i make utorrent to open "Create New Torrent" window even when i am not watching the server with remote desktop or even when utorrent window hided or inactive?

Link to comment
Share on other sites

Please , I tried to find solution - including closing utorrent.exe process and reopening it again - no results.

Is there any code that will allow me to bring the "Create New Torrent" window without need to keep active remote desktop connection of that server?

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