Bug in convert.exe?
Posted: 2011-09-14T12:24:56-07:00
Here's my issue -- i've tried the ol' reboot and reinstallation to no avail:
I'm trying to call imagemagick through MSSQL using xp_cmdshell. In order to run convert, i have to provide the absolute path, ie ("C:\Program Files (x86)\ImageMagick-6.7.2-Q16\convert" "C:\fax.tif" "C:\fax2.tif"
Here's the weird stuff:
I can convert in cmd using but not .
I can call the convert in cmd using or
Any ideas?
Thanks.
I'm trying to call imagemagick through MSSQL using xp_cmdshell. In order to run convert, i have to provide the absolute path, ie ("C:\Program Files (x86)\ImageMagick-6.7.2-Q16\convert" "C:\fax.tif" "C:\fax2.tif"
Here's the weird stuff:
I can convert in cmd using
Code: Select all
convert C:\fax.tif C:\fax2.tif
Code: Select all
"C:\Program Files (x86)\ImageMagick-6.7.2-Q16\convert" "C:\fax.tif" "C:\fax2.tif"
I can call the convert in cmd using
Code: Select all
convert
Code: Select all
C:\Program Files (x86)\ImageMagick-6.7.2-Q16\convert
Any ideas?
Thanks.