Search found 3 matches

by Forseti
26 Mar 2013 18:07
Forum: DOS Batch Forum
Topic: press Esc ...
Replies: 4
Views: 2532

Re: press Esc ...

AutoIT Script:

Run("Patch.exe -I")
Sleep (1000)
Send ("{Esc}")
Exit


works!However, you can write it better?
by Forseti
26 Mar 2013 17:33
Forum: DOS Batch Forum
Topic: press Esc ...
Replies: 4
Views: 2532

Re: press Esc ...

I try to run an application with CMD automatically! For Close the open dos window ESC are pressed! my cmd: @echo Patch @"Patch.exe" -I @echo Done! http://img7.imageshack.us/img7/3523/27032013004147.png how the command is to Close? @echo Patch @"Patch.exe" -I @press Esc???? @echo ...
by Forseti
26 Mar 2013 17:09
Forum: DOS Batch Forum
Topic: press Esc ...
Replies: 4
Views: 2532

press Esc ...

Hi, I want an open DOS window, which I have called with. Cmd (meine.exe-I),
press the Esc command ... automatically terminate!

how would my my. cmd therefore look?

Sorry for my bad english!