Code: Select all
@echo off
title NetworkPassword
color 0c
echo Hva er internett navnet?(husk store å små bokstaver)
set /P INPUT=
netsh wlan show profile name=%INPUT% key=clear | findstr Key
pause
Here i want to let the People Write in whats %INPUT% will be.
sorry for my English