How do i make it so that dots appear when i type in the password?
-
This is the code for my locking program on my flash drive. The only problem is everyone can see my password when i type it in. can someone tell me how to make it so that the password is dost or asterisks while i type it in? cls @ECHO OFF title Folder Private if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… goto UNLOCK if NOT EXIST Private goto MDLOCKER :CONFIRM echo Are you sure you want to lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto LOL if %cho%==N goto LOL echo Invalid choice. goto CONFIRM :LOCK ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… echo Folder locked goto End :UNLOCK echo Enter password to unlock folder set/p "pass=>" if NOT %pass%== PASSWORD goto :UNLOCK attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303… Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Private echo Private created successfully goto End :LOL echo Are you really sure??? set/p "ch2=>" if %ch2%==Y goto END if %ch2%==y goto END if %ch2%==n goto LOCK if %ch2%==N goto LOCK :End
-
Answer:
There are a few fonts that appear at dots only, you can download them via google or dafont.com. Just make that the font that the input text shows up as the dots.
Ryan Stoner at Yahoo! Answers Visit the source
Related Q & A:
- How do i make a signature for when i send an email?Best solution by Yahoo! Answers
- How do I get an alert to pop up when I have email?
- How can I make money at home using my computer without doing any type of multi-level marketing?Best solution by Yahoo! Answers
- How do I make my avatar appear?Best solution by Yahoo! Answers
- How do I get my computer to notify me when I get a email?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.