I have a .bat file taking input from the user. I wish this input to be invisible as the user types it for security. The input is the user's password so it's important it cannot be seen by people looking over their shoulder.
The script right now has:
@echo off
set /p password="Enter the password for the connection: "