I noticed that a certain program works in a special way when sending an argument.
The only way to send an argument is by clicking "Start -> Run..." and typing:
[programname]:[argument]
for e.g (which does not work anyway)
notepad:textfile.txt
If I try to do the same from a Command-line-window, it doesn't work. Neither does "programname argument". I must be able to open the program with an argument from a website (with Wscript shell which is another story) but this will probably not work.
Does anyone have a clue how this strange colon syntax works?
UPDATE: As requested, here's a real example:
AGS:pref.serv01.com(ARG1:ARG2)
That's the exact syntax, which results in the program opening the specific information for ARG1 and ARG2. AGS is just the name of the program which is a normal windows-program.
AGSis a protocol likehttp. If so, the way to "run" a url from cmd.exe is to specify a program and pass the url to it, such asgenericbrowser.exe http://www.foobar.comWhat program handles theAGSprotocol? – horatio Sep 9 '11 at 20:35start. – grawity Sep 9 '11 at 23:11