|
Answer» Dear all,
I am trying to AUTO some tasks in my JOB. The last step is convert a file to other format. Please advice me how can i launch a program open a file then save as to the other format and close a program by Batch file.
Thanks & regard, PH.It depends on the filetype and how you are converting it, but there may be command LINE programs to do it for you.
A way to DRIVE a GUI program by batch file is by using AutoIt or VBS Sendkeys.
|