Search found 1 match

by Beezenees
09 Dec 2016 13:36
Forum: DOS Batch Forum
Topic: input
Replies: 1
Views: 1705

input

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