I'm just a lurker and wondering if I can create a vbscript that can run command prompt together with the other command that I want to type in command prompt.
Here's what I want to do:
I want to create a wifi hotspot using command prompt with this command;
`netsh wlan set hostednetwork mode=allow ssid=NAME key=PASSWORD
netsh wlan start hostednetwork'
and another thing, can anyone helped me how can i share my network using command prompt to make my laptop wifi hotspot?