【问题标题】:Batch file to continuously hit enter key批处理文件连续按回车键
【发布时间】:2012-10-06 06:45:36
【问题描述】:

我需要一个可以反复按回车键的批处理文件。老实说,我对批处理文件一无所知,但我很确定这是可以做到的。

【问题讨论】:

    标签: batch-file key enter


    【解决方案1】:

    看看SendKey.NET免费软件自动化工具:

    @echo off
    start notepad.exe
    SendKeys Hello World!{enter}
    

    AutoIt 自动化和脚本语言也可能有帮助,它可以模拟击键。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-04-24
      • 1970-01-01
      • 2021-10-02
      • 2019-11-22
      • 2012-11-17
      • 1970-01-01
      • 1970-01-01
      • 2022-11-26
      相关资源
      最近更新 更多