Performing an equivalent of sendkeys in a .bat file

propedeutique Posted messages 22 Registration date   Status Member Last intervention   -  
propedeutique Posted messages 22 Registration date   Status Member Last intervention   -
Hello,
I created a .bat file that, among other things, opens an application.
So far, no problem.
I then want to access a command in this application: a ctrl+D shortcut allows me to access the command I need to activate.
Question: how can I trigger ctrl + D in my .bat file? (An equivalent of sendkeys in DOS???)
Thanks in advance.

2 answers

  1. propedeutique Posted messages 22 Registration date   Status Member Last intervention  
     
    Thank you, but the "send" command unfortunately does not work in DOS!
    0