Home » Questions » Computers [ Ask a new question ]

Associate a URI with a program

Associate a URI with a program

How can I manually associate a custom uri to a program?

Asked by: Guest | Views: 223
Total answers/comments: 1
Guest [Entry]

"Check this MSDN article.

The problem is that Internet Explorer (or any other useragent) can only pass the full URI to foreign application and not divides it by any parts (obviously). So you probably need to create some handler for it. If it would be some POSIX system I'd sed | xargs it, but I don't know if there are any features in MS batch files that allow similar text parsing."