Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi coders

I am running a Batch file of a application it works fine, but after successful run of bat file . a confirmation message is pop out from the application of which i run a bat file, now i want to stop that message from the application.

What I have tried:

Still working on it but not got result help please
Posted
Updated 18-Sep-16 19:15pm
Comments
Suvendu Shekhar Giri 19-Sep-16 0:59am    
Not clear.
How application would know when to close that message, a time limit? or after some key pressed?
Share what have you tried so far (relevant code blocks).

1 solution

it doesnt sound like its the batch file per se, but the application itself - if the application doesnt have a 'run silent' option, then, you may need something like 'PTFB', short for 'Push The [F] Button' - I had something like this years ago, it would sit in the background and waiting for a window (name) to appear and then push the 'ok' button automatically

this is a much more commercial version Macro Recorder and Mouse Auto Clicker[^]

There are a couple of things here

Auto Clicker C#[^]

Auto Clicker v1.0[^]

that are 'almost' what you want, but not quite there (assuming worst case)

[edit] this is also a plausible option https://www.autoitscript.com/site/autoit/[^] [/edit]
 
Share this answer
 
v3
Comments
CPallini 19-Sep-16 3:11am    
5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900