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:

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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -