What is the easiest way to trigger a UAC prompt in Windows 7/Vista run a
command using “system”. For example if I wanted to run notepad:
system “notepad.exe”
Now what if I wanted to run with admin privileges?
What is the easiest way to trigger a UAC prompt in Windows 7/Vista run a
command using “system”. For example if I wanted to run notepad:
system “notepad.exe”
Now what if I wanted to run with admin privileges?
system “runas … notepad.exe”
possibly
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs