Search found 6 matches

by arjun2988
01 Jul 2011 00:21
Forum: DOS Batch Forum
Topic: hide user input.
Replies: 17
Views: 17965

Re: hide user input.

@echo off
echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5>hide.com

:retry
set /p userid=Enter UserId:
set /p password=Enter password: <nul
for /f "tokens=*" %%i in ('hide.com') do set password=%%i
:next
echo "Your Password is %password%"
echo. & echo You are logged in!
by arjun2988
01 Jul 2011 00:20
Forum: DOS Batch Forum
Topic: Hide password
Replies: 3
Views: 7339

Re: Hide password

Hey guys thnx for d help, Finally got one to work Here's the code @echo off echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5>hide.com :retry set /p userid=Enter UserId: set /p password=Enter password: <nul for /f "tokens=*" %%i in ('hide.com') do set password=%%i :next echo "Your Pass...
by arjun2988
30 Jun 2011 04:17
Forum: DOS Batch Forum
Topic: hide user input.
Replies: 17
Views: 17965

Re: hide user input.

Thanks , I have been tryin to find it :( Can you please help ASAP
by arjun2988
30 Jun 2011 04:12
Forum: DOS Batch Forum
Topic: hide user input.
Replies: 17
Views: 17965

Re: hide user input.

i don want others to see my what i type. That is my question
by arjun2988
30 Jun 2011 03:40
Forum: DOS Batch Forum
Topic: hide user input.
Replies: 17
Views: 17965

Re: hide user input.

Thanks for d response. Am sorry its not working :(:(. It is fine even if i can mask it with "*"... Pls Help
by arjun2988
30 Jun 2011 01:49
Forum: DOS Batch Forum
Topic: hide user input.
Replies: 17
Views: 17965

hide user input.

How do i hide user input. This is for password field. I don want the password to be visible. I tried searchin in google. Couldn find any :(