Is ManbaLeyla's reply some sort of new age spam with a strangely unrelated topic?
I've wrapped his code and added some line breaks where it seems applicable although the code seems way too erroneous to work.
At the first line it seems to be asking for "usr" and then applies "user"
CODE
echo offset /p usr=What is your name?
goto program1
:Program1
Echo Hello usr, Welcome to Lock-Out. What would you like to do today?
pause
Echo 1. Change Password
set /p comd=Please enter the number of the task you would like to preform:
If comd equ 1 goto change
goto sorry
:Sorry
Echo Sorry, that doesnt appear to be a command.
goto Program1
:Change
net user
set /p name=What password would you like to change?
net user name
pause
set /p 000=Change another Y or N?
If 000 equ Y goto Change
If 000 equ y goto Change
If 000 equ N goto Program1
If 000 equ n goto Program1
Doesn't make much sense for me, I'd recommend for other people interested in trying to do it from an emulated machine to avoid bad surprises..