CODE: [Copy to clipboard]@echo off echo Please input your password: set /p pass= echo Your password is: %pass%