A working version of RunAs supplied by ANB Software. Download RunAs

All the bugs have now been sorted, and seems to be working fine.

I will be posting a new version of KiXRunAs soon, with much more functions.

quote:

RUNAS USAGE:

RUNAS [/profile] [/env] [/netonly] [/s] /user:<UserName>
[/pass:<Password>] program

/profile if the user's profile needs to be loaded.Default
/env to use current environment instead of user's
/netonly use if the credentials specified are for remote access only
/s run this program silently with no prompts or displays
/w wait for program to finish
/user <UserName> should be in form of USER@DOMAIN or DOMAIN\USER
/pass <Password> should be the password of the user
program command line for EXE. See below for examples

Examples:
> runas /profile /user:mymachine\administrator cmd
> runas /env /user:user@domain.anbsoftware.com notepad \"my file.txt\"

NOTE: Enter user's password if prompted
NOTE: When using /s you must specify the password on command line