我在同一个文件夹中有一个名为launch.bat和ChromePass.exe的蝙蝠。
蝙蝠:
chromepass.exe /stext output.txt
执行时,它所做的只是在新窗口中打开程序,而不是创建文本文件。
如何使程序以静默方式运行并实际输出文本文件?
答案 0 :(得分:0)
call ".\chromepass.exe" /stext .\output.txt
或
.\chromepass.exe /stext .\output.txt
在命令提示符下尝试其中一个。
答案 1 :(得分:0)
这是因为开发人员(nirsoft.net)已从官方版本中删除了命令行选项,因为它们通常被病毒用来在用户不知情的情况下窃取用户的密码。 原博客文章:http://blog.nirsoft.net/2014/09/22/command-line-options-removed-from-the-official-release-of-my-password-recovery-tools/
答案 2 :(得分:0)
试试这个/ stext“readme.txt”它在我的Windows 10上完美运行
答案 3 :(得分:-1)
希望这段代码运行后,您可以找到此问题的解决方案
@echo off
start WireView.exe /stext WireView.txt
或 @回声关闭
start WireView.exe > WireView.txt