|
-
Feb 7th, 2002, 11:21 PM
#1
Thread Starter
New Member
Blank Passwords
I need to create a .exe that passes a blank password to the su.exe command.
the way I do this is to put the password in an environment variable and su.exe uses this to do software installations.
I cannot get it to work using quotes to show an empty string.
Any suggestions
Thanks
Vinay
-
Feb 8th, 2002, 02:04 PM
#2
Frenzied Member
Try passing a space, or a null cahracter -- that is, Chr(0) -- or vbNullString.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|