I downloaded wget for windows.

http://gnuwin32.sourceforge.net/packages/wget.htm

I ran this to recieve some web pages but it seems permission was denied for writing or something.

How do you run command line apps with administrator priveleges?

Thanks

link|improve this question

What is your OS? – soandos Jun 30 '11 at 2:25
Sorry Windows 7 Updated Main OP – james Jun 30 '11 at 3:35
feedback

2 Answers

up vote 4 down vote accepted

Run cmd with administrator privileges (right click and run as administrator).

link|improve this answer
Thanks it helped – james Jun 30 '11 at 3:46
1  
If you go under wget's properties, you can specify that it runs with admin privs everytime. – surfasb Jun 30 '11 at 4:37
feedback

In cmd you can use this:

runas /profile /user:Administrator program name

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.