How do you make a password in an Applescript?

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

Was this solution helpful to you?

Just Added Q & A:

Find solution

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.