
runas with WshShell.Exec versus WshShell.Run
Anyone know how to raise the runas pswd dialog for runas using WshShell.Exec ?
I *don't* want to automatically pass in a password, but simply raise
the pasword window. With Exec(), I get an error "..cannot change echo mode..".
No problem doing this with WshShell.Run() however.
Can anyone explain this issue (some redirection problem?) with WshShell.Exec?
Thanks,
- Mitch