OK, I'm left with a slight problem. I just can't do this whole command line business!
What I'm making is a toolbar for someone, for their web browser. Everything works and I've got a software package to make the main part of the toolbar for me.
But I need a button that can launch his BitTorrent client program.
The software package only allows you to, when trying to open an exe, specify two things: 1) The Exe name, and 2) any parametres to go with it.
The problem is that I don't know which BitTorrent client he's got. So I know that I can fathom it out like this:
1) Set the exe name as "cmd.exe" to open up the command line...
2) Put this is as the parametre values:
/k ftype BitTorrent
By putting that in, it pops up the Command Line and shows that BitTorrent files are associated with the program (in my case, my download manager, FlashGet - so for me it says "BitTorrent = "C:\Program Files\FlashGet\FlashGet.exe" "%1".
The problem I'm facing is how to get the computer to fathom out what his BitTorrent client is (solved), BUT THEN launch it, all in one Parameter line!
If anyone could tell me how to do this, then I'd be very appreciative
Thank you!