@echo off
for /f "tokens=3,4" %%a in ('"reg query HKEY_CLASSES_ROOThttpshellopencommand"') do (set SoftWareRoot=%%a %%b)
start "" % SoftWareRoot % "%cd%index.html"
---------------------
作者:Prpr_Saber
来源:CSDN
原文:https://blog.csdn.net/u011607490/article/details/82807372
版权声明:本文为博主原创文章,转载请附上博文链接!