MSFN Forum: asking about ms dos - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

asking about ms dos Rate Topic: -----

#1 User is offline   killr 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 16-October 04

Posted 01 December 2008 - 03:46 AM

hello everybody how r u all?

I wanna ask about ms dos if i can show some word seam Encrypted password

:hello:

Attached File(s)


This post has been edited by killr: 01 December 2008 - 03:47 AM



#2 User is offline   HighDarkTemplar 

  • Member
  • PipPip
  • Group: Members
  • Posts: 108
  • Joined: 20-January 05

Posted 05 December 2008 - 03:05 PM

Try to describe your problem a bit better please. It really gives us little "to work on"....

You want to see what's in the ******** piece of "text", it's a bit problematic in DOS but you can do it in normal windows with tools like this showpassword tool or try googleing for another one yourself. Hope it helps!


-Nerevar

#3 User is offline   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 833
  • Joined: 11-November 08

Posted 05 December 2008 - 03:25 PM

yeah, thats totally not DOS.

a search for asterix password recovery should help, maybe + windows command prompt

#4 User is offline   Ponch 

  • MSFN Master
  • Group: Patrons
  • Posts: 2,599
  • Joined: 23-November 05
  • OS:none specified
  • Country: Country Flag

Posted 05 December 2008 - 03:34 PM

Yeah, that's totally not asterix password recovery. :lol:

The OP wants to type some command or input in a DOS box without it appearing readable on the screen.
What OS we don't know. Probably XP. ;)

#5 User is offline   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 833
  • Joined: 11-November 08

Posted 05 December 2008 - 04:03 PM

if your interp is correct you deserve those stars. :D

I went with nerevars translation so at least the answers were linear towards retrieving plain text from the asterix in a command prompt.

Although it indeed may not be the query.

#6 User is offline   killr 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 16-October 04

Posted 17 December 2008 - 02:27 PM

Unfortunately, the lack of clarity

I have a code required a user name and password

At the time of writing the password box I want to hide or show when writing in the form of Stars

look this code batch

Quote

@echo off
start /wait %comspec% /v:on /c "mode 40,10 & title Login Window & color 1e & echo. & set /p name=Enter Name: & set /p pswd=Enter password: & cls & echo name=!name!>login.txt & echo pswd=!pswd!>>login.txt & exit"
for /f "tokens=1* delims==" %%i in (login.txt) do (
if %%i==name set name=%%j
if %%i==pswd set pswd=%%j
)
echo Name is %name%
echo Password is %pswd%


save this on cmd and tes if run will show box say enter user and pass

now I wanna know how can hide this pass if I type on cmd or Encrypted like star

This post has been edited by killr: 17 December 2008 - 02:28 PM


#7 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,792
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 17 December 2008 - 02:35 PM

FYI, check this thread where a similar question has been asked and replied to :
http://www.msfn.org/...howtopic=126348

I would guess that being C:\Windows\System32\cmd.exe
we can rule out:
DOS
WIN9x/Me
Linux ;)
Solaris :w00t:

Which leaves us with NT/2K/XP/2003 and possibly :unsure: Vista/2008 and maybe even Windows 7 :blink:

jaclaz

#8 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,936
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 December 2008 - 04:17 PM

The color scheme and font seems to indicate Windows 2000...

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy