HI ejoseph,
Unfortunately the RunAs program in windows demands that you type the password manually. From doing a quick search on the matter its believed this was was a conscious decision. If it were possible to pass the password on the command line, people would start embedding passwords into batch files and logon scripts, which is insecure.
In other words, the feature is missing to remove the temptation to use the feature insecurely. However by looking at the help in Windows for the runas command it will prompt for a user password so if there was an account without a password you may be able to use the runas command without much extra effort. There are other ways around this I noticed on the web that involved using existing applications already written.
Looking to help,
Steven B.