【发布时间】:2017-09-01 21:54:12
【问题描述】:
我在同一个文件夹中有一个名为 launch.bat 和 ChromePass.exe 的 bat。
蝙蝠:
chromepass.exe /stext output.txt
执行时,它所做的只是在新窗口中打开程序,而不是创建文本文件。
我怎样才能让程序静默运行并实际输出文本文件?
【问题讨论】:
-
您是否使用过他的反馈链接 nirsofer@yahoo.com 询问了开发人员?
-
应该没有新窗口。这适用于
chromepass.exe /stext C:\test\output.txt
标签: batch-file windows-10 command-prompt