批处理 使用默认浏览器 打开html文件

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

posted @ 2019-06-12 16:12  淘小人  阅读(1176)  评论(0编辑  收藏  举报