No efforts aimed at putting the right characters into the file are going to 
work. The program reading the password is NOT reading STDIN. It is either doing 
BIOS calls (which I assume are emulated in windows), or it is reading from the 
CON: device.

From: Don Kuhlman [mailto:[email protected]]
Sent: Friday, April 19, 2013 2:29 PM
To: NT System Admin Issues
Subject: Re: Can you do this with .CMD?

Will something like a hex editor (ultraedit or something similar) that will let 
you embed the ASCII codes - 013 and 010 CF + LF into the text file work?

We used to use keyfake too long ago.

Also used to be able to type the "ALT" nnn combo to insert those characters 
into files, but I don't know if that will work right.

Don K

________________________________
From: Ben Scott <[email protected]<mailto:[email protected]>>
To: NT System Admin Issues 
<[email protected]<mailto:[email protected]>>
Sent: Wednesday, April 17, 2013 4:29 PM
Subject: Re: Can you do this with .CMD?

On Wed, Apr 17, 2013 at 5:16 PM, Daniel Rodriguez 
<[email protected]<mailto:[email protected]>> wrote:
> Instead of doing a carriage return put a ^M at the end of your batch file.

  ^M is just a human-readable representation a carriage return, used
by some software to display something that's normally not printable.

  Typing the actual characters (caret, letter M) don't do anything
special in batch files.  Or in most other places.

--- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin

Reply via email to