Open a Web Page in a Windows Batch FIle

前端 未结 5 1674
刺人心
刺人心 2020-12-12 14:48

I have a batch file that does a bunch of things and at the end needs to open up a web browser to a page. Is there a way to, in essence, cal

5条回答
  •  眼角桃花
    2020-12-12 15:20

    hh.exe (help pages renderer) is capable of opening some simple webpages:

    hh http://www.nissan.com
    

    this will work even if browsing is blocked through HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer

提交回复
热议问题