.BAT File Help

Geforcer

Member
Sep 19, 2004
178
0
0
Is there anyway to do this? I made a .bat file that asks for a user/password of a networked PC using the /p switch, but I need it to hide the password when inputed? Is there some way to do this, integrating into the .bat?
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
Don't think so. I'm not sure how to do it to be honest. Best bet is to write a C program to intercept the characters, remove them from the stdout, and insert *s instead.