Taek Posted July 24, 2009 Posted July 24, 2009 (edited) [HKEY_CLASSES_ROOT\Downloader] "URL Protocol"="" @="URL:cbin Protocol" [HKEY_CLASSES_ROOT\Downloader\shell] [HKEY_CLASSES_ROOT\Downloader\shell\open] [HKEY_CLASSES_ROOT\Downloader\shell\open\command] @="C:\\Users\\Taek\\Desktop\\downloader.au3 %1" This registry Class from ventrilo, i would assume that the %1 is the url after their custom protocol deal "ventrilo://blah:2334/blah" is there anyway to get autoit to beable to use this value at all? this is for an application for a file sharing website i and my team are developing. anyone able to help will get credit. Edited July 24, 2009 by Taek
Taek Posted July 24, 2009 Author Posted July 24, 2009 The "%1" is passed as a command line parameter, so you'll need to get it from $CmdLine in order to use it.Thanks Thanubis you're gona get credit for helping me out!.
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