Hello Every one,
I have the stand alone tool called "MH.exe".
Batch script for eg: but is not work for automatic press ok or enter button
CD%\MH.exe
MH.exe >enter
del "%CD%\MH.exe"
del /s /ah "%CD%\MH.41.exe"
My query is,
1. I need the script to call the MH.exe tool to run
2. once MH.exe have run it will pop up
3. while it popup, needs to Press ok button automaticaly to proceed
4.finally delete the MH.exe tool from the location
Thanks
I have the stand alone tool called "MH.exe".
Batch script for eg: but is not work for automatic press ok or enter button
CD%\MH.exe
MH.exe >enter
del "%CD%\MH.exe"
del /s /ah "%CD%\MH.41.exe"
My query is,
1. I need the script to call the MH.exe tool to run
2. once MH.exe have run it will pop up
3. while it popup, needs to Press ok button automaticaly to proceed
4.finally delete the MH.exe tool from the location
Thanks