Execute the enter key in a batch

Solved
avrelbct Posted messages 322 Status Member -  
sandul Posted messages 4013 Status Member -
Bonjour,
is there a command that can simulate pressing the enter key in a batch file? It runs a program, and in the end, I need to press enter to validate the ok, so I would like to know if it is possible to integrate this in the batch file so that it presses enter by itself at the end... I hope I made myself understood...
thank you for your help
Configuration: Windows XP Firefox 2.0.0.13

5 answers

sandul Posted messages 4013 Status Member 723
 
Hello,

What if you try to remove the "pause" line in your .bat? ^^

++
1