ei ... i from malaysia... my english is bad ... sry ar ... ei ... @echo off color B Title Password Tester set tries=10 :top cls set /a tries=%tries% -1 if %tries%==0 ( goto penalty ) Echo You have %tries% attempts left. ::Note: the above part is optional, as it will show the user how many attempts they have left until the penalty action takes place. Echo Please Enter Password To Proceed set /p password= if %password%==abc ( start C:\PROGRA~1\Garena\garena.exe ) else ( goto top ) goto top :penalty ei ... i wan ask is wat command is for dun display tat password when i typing ... where should i change for my coding ? coz when i run tat bat but what i type will showing ... help me pls ... thx ...