Run network executable in DOS

in Off-Topic
I troubleshoot some PCs using XP remote assistance and users don't have admin rights.
I usually install network files with "Run as" and login as admin, but sometimes I don't get the option to "run as". So instead, I run cmd.exe as admin. But in commnd prompt how can I point to an executable file (on network) I want to run?
I usually install network files with "Run as" and login as admin, but sometimes I don't get the option to "run as". So instead, I run cmd.exe as admin. But in commnd prompt how can I point to an executable file (on network) I want to run?
Comments
Microsoft Corporation
or you can use [URL="file://\\server1\sharedfolder\program.exe"]\\server1\sharedfolder\program.exe[/URL] to refer to the network location.