|
Answer» hi i need to run some application (EXE file) and at the start of the program i need to PRESS CTRL+R to RELOAD data from database now i need to CREATE some batch file to do this step automatically it means that : 1- start the program 2- press ctrl+R keys i know how should i run program with batchfile but i cant solve step 2 please help me to solve this problem thanxCan't be done with pure batch. Look at using AutoHotKey or AutoIt.
|