Is there any single line command for Run As Different User in Windows 7. I am using following command but then it ask for password
runas /user:USER-NAME
PsExec in the MS SysInternals suite:
psexec -user Administrator -p Passwd "xcopy a.xml \\server_over_there\c$\A.xml"