我试图在powershell的帮助下打开.html文件。我正在使用Yeoman并使用命令“Grunt Server”打开它,但它会在默认浏览器中打开它。我应该使用哪个命令打开它(例如)与Chrome?
我可以将默认浏览器更改为Chrome,但知道这一点非常有趣。
答案 0 :(得分:1)
您应该尝试从命令行运行start chrome <your_filename_path>
。
此外,如果您知道Chrome路径尝试打开(例如):
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" <your_filename_path>
答案 1 :(得分:0)
> c:\path/to/firefox.exe index.html
我的案例中的例子
> 'c:\Program Files\Mozilla Firefox\firefox.exe' .\index.html