Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Batch file 批处理文件以连续按enter键_Batch File_Key_Enter - Fatal编程技术网

Batch file 批处理文件以连续按enter键

Batch file 批处理文件以连续按enter键,batch-file,key,enter,Batch File,Key,Enter,我需要一个批处理文件,可以不断点击输入键一遍又一遍。老实说,我不知道批处理文件的第一件事,但我确信这是可以做到的。看看免费软件自动化工具: @echo off start notepad.exe SendKeys Hello World!{enter} 自动化和脚本语言也可能有所帮助,它可以模拟击键

我需要一个批处理文件,可以不断点击输入键一遍又一遍。老实说,我不知道批处理文件的第一件事,但我确信这是可以做到的。

看看免费软件自动化工具:

@echo off
start notepad.exe
SendKeys Hello World!{enter}
自动化和脚本语言也可能有所帮助,它可以模拟击键