how can i mask input by using batch file without extra file
问题 i want batch file to mask the input with * without extra file For example http://pastebin.com/2c4EtG4g this code is working successfully but it is very slow when i write the letter can any one give my code is fast and without an extra file ? or edit the code in the link to be fast ?? 回答1: Does this meet your "no extra file" criterion? It's a batch file that creates and deletes a tool to get the input, and so it is completely portable, and works in 64 bit machines too. Herbert Kleebauer wrote