echo *** WLAN disconnect *** netsh wlan disconnect rem echo *** Remove existing eduroam WLAN profile *** rem netsh wlan delete profile name="eduroam" echo *** Import of WLAN profile *** echo *** eduroam-config-win.xml must be in current directory *** echo *** http://eduroam.fjfi.cvut.cz/eduroam-config-win.xml *** netsh wlan add profile eduroam-config-win.xml echo *** Connect to WLAN eduroam *** netsh wlan connect eduroam