ahfei:
这个就很简单了,自定义协议只是在注册表里面加了一项
[阅读: 1072] 2005-09-07 09:19:27
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\das]
@="URL:das Protocol"
"EditFlags"=dword:00000002
"URL Protocol"=""
[HKEY_CLASSES_ROOT\das\shell]
[HKEY_CLASSES_ROOT\das\shell\open]
[HKEY_CLASSES_ROOT\das\shell\open\command]
@="\"D:\\work\\temp\\test_web_start\\webstart.exe\" %1"