Innovative Posted December 27, 2007 Posted December 27, 2007 Is there a way that we can stop the internet connection and start it up again after sleep(7000) ? Thanks =)
weaponx Posted December 27, 2007 Posted December 27, 2007 Try this:http://www.autoitscript.com/forum/index.php?showtopic=49354
Innovative Posted December 27, 2007 Author Posted December 27, 2007 Not useful to me because , i need a function that will disconnect the internet and connect back that doesn't need any name , user and password ..
wolf40 Posted December 27, 2007 Posted December 27, 2007 Not useful to me because , i need a function that will disconnect the internet and connect back that doesn't need any name , user and password ..Maybe this?Run(@ComSpec & " /c " & 'ipconfig /release', "", @SW_HIDE) ;disconnectRun(@ComSpec & " /c " & 'ipconfig /renew', "", @SW_HIDE) ;connect
Innovative Posted December 28, 2007 Author Posted December 28, 2007 Thanks wolf =) i cant believe a member with 6 post helped me ! That proved how noob i am =)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now