HR78 Posted March 10, 2011 Posted March 10, 2011 Hi Again. I have another question. Is it possible to change the file association a torrent file to PORTABLE Program?? I have installed utorrent to which they are associated with torrent files, I have portable versions of flashget. is it possible through sript ex: #include <IE.au3> #include <GUIConstants.au3> $oIE = _IECreate() _IENavigate($oIE, "http://thepiratebay.org") $YourProgramPath = @ScriptDir ; with trailing backslash ! $YourProgramEXE = "FlashGet.exe" $YourExtension =".torrent" _RegisterExtension ($YourProgramPath, $YourProgramEXE, $YourExtension) Func _RegisterExtension($ProgramPath, $ProgramName, $FileExtension) RegWrite("HKCR\" & $FileExtension,"","REG_SZ", $ProgramName) RegWrite("HKCR\" & ProgramName & "\Shell\Run\Command","","REG_SZ", $ProgramPath & $ProgramEXE & ' "%1" %*') RegWrite("HKCR\" & ProgramName & "\Shell\Open\Command","","REG_SZ", $ProgramPath & $ProgramEXE & ' "%1" %*') EndFunc be directed to flashget torrents and, on exit the script to return to utorent?? Sorry my bad english
JScript Posted March 10, 2011 Posted March 10, 2011 This is not a general support forum!AutoIt Forums > AutoIt v3 > General Help and Support http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
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