How to press a key with batch file -
hi new batch file, want know how auto press key batch file. want make program open browser , press tab key automatically.
a search "batch file sendkeys" , further revision returned list of answers similar questions:
- how make batch file run hotkey
- batch file changes url in open browser
- press keyboard keys using batch file
- automatically respond runas batch file
the batch file below want:
@if (@codesection == @batch) @then @echo off cscript //nologo //e:jscript "%~f0" rem open browser here goto :eof @end wscript.createobject("wscript.shell").sendkeys("{tab}");
Comments
Post a Comment