Access denied

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jonpanky
Posts: 1
Joined: 2011-09-08T07:28:57-07:00
Authentication code: 8675308

Access denied

Post 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.
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

Re: Access denied

Post 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"?
Wolfgang Hugemann
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Access denied

Post by Bonzo »

Do you need to run the command as Administrator?

What about:

Code: Select all

convert -version
Post Reply