Jump to content

Recommended Posts

Posted

Hey fellas.

Utorrent has a feature that can run your application, once a torrent finished, also, you can use several parameters such as "%n" which tells me the title of the torrent.

Now the problem.

My code is:

If $CmdLine[0] > 0 Then
            MsgBox(0,"Paramter:",$CmdLine[1])
EndIf

Using this code, i only get the parameter that my application was assigned, in this case "%n" but instead of that, i want the title that is "inside" of the "%n" parameter.

I'm completely out of ideas here. Any help would be appreciated :)

[u]Only by Attempting the Impossible You Can Earn the Remarkable[/u]
Posted

I tried opening notepad with %n (lowercase) and it returned %n. I changed it to %N (uppercase) and it returned the title. Did you try that?

#include <ByteMe.au3>

Posted

Hillarious, both solutions actually worked. Thanks to both of ya! :)

[u]Only by Attempting the Impossible You Can Earn the Remarkable[/u]

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
  • Recently Browsing   0 members

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