Hi,
In my desktop I have a link to an application that launches another application.
If I run the first application as administrator the second is also runned as administrator?
first.prg
first.exe and second.exe
FUNCTION FIRST()
winexec( "second.exe" )
RETURN NIL
Many thanks
marco