im using this:
system("netsh wlan show profiles");
That command output the profiles on interface WLAN on the console and what i want to know is if there's a way to copy a user profile name from the console into a varibale.
im using this:
system("netsh wlan show profiles");
That command output the profiles on interface WLAN on the console and what i want to know is if there's a way to copy a user profile name from the console into a varibale.