Tyranlol Posted July 7, 2011 Posted July 7, 2011 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]
KaFu Posted July 7, 2011 Posted July 7, 2011 Maybe the first parameter is the title and the second one the value? MsgBox(0,"Paramter:",$CmdLineRaw) OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
sleepydvdr Posted July 7, 2011 Posted July 7, 2011 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>
Tyranlol Posted July 7, 2011 Author Posted July 7, 2011 Hillarious, both solutions actually worked. Thanks to both of ya! [u]Only by Attempting the Impossible You Can Earn the Remarkable[/u]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now