Results 1 to 2 of 2

Thread: Blank Passwords

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    3

    Smile 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

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    Try passing a space, or a null cahracter -- that is, Chr(0) -- or vbNullString.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width