Well guys this is what I tried to do. I tried to make a program (in visual basic) that my lower level techs could click on and it would bring up the runas /:user administrator and an directory they typed in.. now I tried putting the password for the administrator account as an argument in the command line. But RunAs will not allow this. So I went to microsofts website and downloaded the SU program for windows2k. (works the same as the XP and Linux vers.) so I tried to SU to administrator the same way I did with RunAs. The problem with that being that it was well doesnt allow you to put the password as a argument in the command line. The nice thing is that when you do a Winexec api call in VB you do not see the command line parameters, I know that is a stupid thing.. but I am not exactly trying to hide the password from a buncha hackers. .. Anyways I am back against a wall here again.. the inability to put the password as an argument has really got me. I tried doing findwindow api calls and having vb write the password in the command prompts password prompt, but thats just a tad beyond my skill since I have only been in vb for like a week.

Well guys im going to try your lil hacks you posted, and see what I can do with them. And Yes I am the IHG guy.. and some old members would like to pull IHG back together.. I will write another topic about this after I resolve this issue. And maybe, just maybe we will pull IHG back together and get back to hacking.

Thanks guys!