用powershell打开.html文件

时间:2014-12-28 12:55:10

标签: powershell

我试图在powershell的帮助下打开.html文件。我正在使用Yeoman并使用命令“Grunt Server”打开它,但它会在默认浏览器中打开它。我应该使用哪个命令打开它(例如)与Chrome?

我可以将默认浏览器更改为Chrome,但知道这一点非常有趣。

2 个答案:

答案 0 :(得分:1)

您应该尝试从命令行运行start chrome <your_filename_path>

此外,如果您知道Chrome路径尝试打开(例如):

C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" <your_filename_path>

答案 1 :(得分:0)

如果你想通过firefox打开index.html文件,请运行power-shell。

hello pals。

> c:\path/to/firefox.exe index.html

我的案例中的例子

> 'c:\Program Files\Mozilla Firefox\firefox.exe' .\index.html