1.

Solve : How I can star a program with a batch file?

Answer»

Hi !
My question is the next...

I wanna start one program to make a screen capture video with a batch file, actually I be using this syntax ( START C:\documents\expression\expression.exe ). So the problem is than with this command I only OPEN the program but don't start to record the screen because I NEED pulse the start button on the software.

I would like know if exit some command for than after the program start to record the software?

Regards and thanks Not likely with batch. After the program is launched, without using the mouse, can you tab to the start button? If you can, does pressing enter start the recording? VBScript might be the solution. We would need to know how many times you press the tab key to give focus to the start button.

You might also try Autoit which is free but requires a download.

you can use SIKULI a free application ,using this programme you can record the ACTION one time .



Discussion

No Comment Found