Page 1 of 1

Access denied

Posted: 2011-09-08T07:34:24-07:00
by jonpanky
I'm running

Windows server 2008 R2

I've installed imagemagick and the ImageMagick Display and it works fine, when I try typing in command prompt:

C:\>$magick> identify -version

I keep getting access denied.

Any ideas on how I can find out what's going wrong, this is really holding me back on my project and I have been stuck on this for 2 days. :(

Thanks in advance for any pointers.

Re: Access denied

Posted: 2011-09-08T12:55:38-07:00
by whugemann
No idea.
What exactly is the message in the cmd box?
What happens if you just call Identify?
Do you think it's a good idea to incorporate a dollar sign in a directory name ($magick)? Or where does it stem form?
Possibly another program which is also named "identify"?

Re: Access denied

Posted: 2011-09-08T13:43:00-07:00
by Bonzo
Do you need to run the command as Administrator?

What about:

Code: Select all

convert -version