I have a wifi connection that requires to authenticate using a web form once the wireless link is established.I know how to automate the authentication with a script that uses curl
/curlIE.
But how can I ask Windows to call my script every time I connect to a particular network connection?
I would be also interested in receiving the name of the wireless profile or the ESSID on the command-line of my script.