Ho to everyone,
I would like to write a batch that run a software recursively simulating the uman keyboard input.
I will explain better.
I need to run in batch a software, designed for dos, that when started ask for some parameters,
the parameters are 5 numbers and an Y as last answer. After the software finish the run it need
to insert another set of input and so on for another run.
I am not able to find any info around the web, maybe I wrong the question, can someone help me?
dannad
Running a program in batch
Moderator: DosItHelp
Re: Running a program in batch
The reason why you didn't find anything useful in the web is that Batch is not capable to interact with a window. You can't send keyboard or mouse input to a window without the aid of other languages or third party software. There are scripting langues that are more suitable, and there are languages especially designed to do those tasks (e.g. AutoIt).
Steffen
Steffen