【问题标题】:/stext command not working in Windows 10/stext 命令在 Windows 10 中不起作用
【发布时间】: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


【解决方案1】:
call ".\chromepass.exe" /stext .\output.txt

.\chromepass.exe /stext .\output.txt


在命令提示符中尝试其中一种。

【讨论】:

    【解决方案2】:

    这是因为开发人员 (nirsoft.net) 已从官方版本中删除了命令行选项,因为它们通常被病毒用于在用户不知情的情况下窃取用户密码。 原博文:http://blog.nirsoft.net/2014/09/22/command-line-options-removed-from-the-official-release-of-my-password-recovery-tools/

    【讨论】:

      【解决方案3】:

      试试这个 /stext "readme.txt" 它在我的 Windows 10 上完美运行

      【讨论】:

        【解决方案4】:

        我希望当这段代码运行后,你能得到这个问题的解决方案

        @echo off
        
        start WireView.exe /stext WireView.txt
        

        或 @echo 关闭

        start WireView.exe > WireView.txt
        

        【讨论】:

          猜你喜欢
          • 2017-01-23
          • 2020-05-19
          • 2020-09-27
          • 2017-02-03
          • 2021-07-20
          • 2022-08-18
          • 1970-01-01
          • 2016-04-16
          • 1970-01-01
          相关资源
          最近更新 更多