guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows
https://gryder.org/software/clavier-plus/
GNU General Public License v3.0
326 stars 21 forks source link

Waiting for the finish of the launched program #27

Closed cser closed 2 years ago

cser commented 2 years ago

Is there any way to do something exactly after [[something.bat]] finished, without very big delays? (The target is to copy text inside text area to clipboard, processing it by batch file and paste it back after batch processed)

guilryder commented 2 years ago

Not natively with Clavier+. Instead, consider adding commands at the end of your *.bat script. You can call Clavier+ from there if useful; see the documentation for details.

cser commented 2 years ago

Thanks, Clavier.exe /sendkeys "[Ctrl+V]" works in batch!