If you need to execute single application with administrative rights (without giving Administrative end users permissions) you can proceed in this way:
C:\Windows\System32\runas.exe /user:computername\Administrator /savecred "X:\path\filename.exe"
Be aware that changing previously syntax, with other executable program file, you will be able to execute it with administrative rights (creating a small security hole)