Saved Bookmarks
| 1. |
Solve : How to use Tab and Enter in a Batch File? |
|
Answer» Hi All, ...open a application where ...If the application requires TAB then it is not a command line application. Either the application is a Windows program or it has its own visual interface. Batch files are used to pass parameters to an application that expects command parameters. KEYBOARD Automation is beyond the intent of Batch files. Kwyvoard Automation is, or close to, impossible for applications that do not allow some control from the command line. You may wish to TRY any one of the many Keyboard Automation Tools found on Google. Or, if you know basic programming, you can use Visual Basic. Keyboard Automation Tools found on Googleif this need to be batch then post that values and about that key's, i can attach my own edited choice.exe wich allow to use special keys like F1 enter tab DEL etc |
|