1. 程式人生 > >通過網頁請求調起程式

通過網頁請求調起程式

1:test.reg中寫入

Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\HelloWorld]
@="HelloWorld Protocol"
"URL Protocol"=""


[HKEY_CLASSES_ROOT\HelloWorld\DefaultIcon]
@="C:\\Users\\xwy\\Desktop\\HelloWorldProtocal\\HelloWorld\\release\\HelloWorld.exe,1"


[HKEY_CLASSES_ROOT\HelloWorld\shell]
@=""


[HKEY_CLASSES_ROOT\HelloWorld\shell\open]
@=""


[HKEY_CLASSES_ROOT\HelloWorld\shell\open\command]
@="\"C:\\Users\\xwy\\Desktop\\HelloWorldProtocal\\HelloWorld\\release\\HelloWorld.exe\" \"%1\""

2:執行test.reg檔案

3:通過訪問helloworld://parameter/就可調起對應程式,parameter就是命令列引數