This is related to my question posted yesterday.
When trying to avoid a password-prompt when using su.exe, the W2K resource kit says that you can avoid the prompt by typing the following:
su username < c:\password\username.txt
The password for user username is obtained from c:\password\username.txt. The password must be followed by a carriage return in the file username.txt.
Can someone help me by typing an example to help me to get this to work? I don't know what symbol or character to type in the "username.txt" file related to "carriage Return"
Thanks.