need batch file made ASAP

onelifewunlove87

Power Member
Joined
Dec 8, 2008
Messages
526
Reaction score
164
need a batch file to press the connect button on my att aircard software and a batch file to press the disconect button. I am going to use these files with a program called IP renew. it has a feature to use batch files. PM a price
 
Wouldn't something like
Code:
ipconfig /release
ipconfig /renew
do the trick? It's not possible to CLICK a certain button in certain application with batch scripting (to my knowledge). However, it certainly is possible with something like auto-it.
 
Yea auto-it can accomplish that. Just record your clicks for disconnects/reconnects, should just be a simple macro.
 
Back
Top