Hello there,
Does anyone know how you can get a DOS (batch/cmd) file to hide or produce asterisks for certain characters when a user inputs them?
What I'm doing uses a combination of AutoIt and cmd files. My AutoIt code takes a password from a user (which is asterisked out when they type it into the GUI) and passes it back into a cmd file. I can't find a way to asterisk out the input from AutoIt into the cmd file though.
I tried using the _RunDos command in AutoIt but I can't tell if the cmd file is working like that as I need to see if the cmd file returns any errors.
Does anyone know a way I can do this? (Preferably without using third party software).

