gpt4 book ai didi

powershell-3.0 - 如何使用默认浏览器打开两个html文件

转载 作者:行者123 更新时间:2023-12-04 07:03:21 25 4
gpt4 key购买 nike

我有一个生成两个报告和许多 html 文件的脚本,我只想用默认浏览器打开两个 html 文件。

我的 Powershell 脚本完成如下:

Invoke-Item C:\Reports\XUReport.htm
Invoke-Item C:\Reports\index.htm

我的脚本只打开第一个文件。什么是最好的方法来做到这一点?

最佳答案

在一个电话和另一个电话中添加一点暂停:

Invoke-Item C:\Reports\XUReport.htm
start-sleep 1
Invoke-Item C:\Reports\index.htm

关于powershell-3.0 - 如何使用默认浏览器打开两个html文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18838111/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com