Hello all, i need some help i new and i begin so be cool with me...
I try to make on a page to easily change wifi, I find that I can use on radio button1 (in quick action - > run program ) and open a file wifi1.bat (in which I put:
netsh wlan connect name="Wifi1" interface="Wi-Fi"
Exit )
and same procedure for the second wifi but with wifi2.bat (command:
netsh wlan connect name="Wifi2" interface="Wi-Fi"
Exit )
Etc...
but when i build it i would like the *.bat files not to be essential to final program (that the final autorun.exe is autonomous)
Do you have some idea?
I try to make on a page to easily change wifi, I find that I can use on radio button1 (in quick action - > run program ) and open a file wifi1.bat (in which I put:
netsh wlan connect name="Wifi1" interface="Wi-Fi"
Exit )
and same procedure for the second wifi but with wifi2.bat (command:
netsh wlan connect name="Wifi2" interface="Wi-Fi"
Exit )
Etc...
but when i build it i would like the *.bat files not to be essential to final program (that the final autorun.exe is autonomous)
Do you have some idea?
Comment