Jump to content

Recommended Posts

Posted (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 by Taek
Posted

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

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