For those that wanted to prompt users for information on their batch script, here is how you can do this.
@echo off echo “Enter your name” set /p Name=
echo “Enter your password” set /p Password=
echo %Name% %Password%
No related Tech posts.
Comments are closed. You will not be able to post a comment in this post.