Sorry Tracker,
I must be missing something I am still unable to execute the convert
command.
I am out of ideas :o(
"Tracker1" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Kurtis Harper wrote:
> > Thanks but how do I add the IUSER_MACHINENAME and c
Thanks for your help :o)
- Original Message -
From: "Steve" <[EMAIL PROTECTED]>
To: "Kurtis Harper" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 1:04 PM
Subject: Re: [PHP-WIN] Help, Parse error caused by quotes andapos
The following is the format needed in order to run the convert command from
command line, but I have a problem in exec() format:
convert picture.jpg -font Arial-Bold -pointsize 20 -fill red -gravity
southeast -draw "text 10,10 'my text to add to picture'" text-overlay.jpg
this causes probl
I am having problems as well with exec() but this may help in your case, try
single quotes, eg add this to your php script:
exec ('start C:\path\to\your\bat\file\build.bat');
Hope this helps.
"Noel Llopis" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello
AIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Kurtis
> So what error do you get when you run exec on convert.exe?
> Rich
>
> -----Original Message-
> From: Kurtis Harper [mailto:[EMAIL PROTECTED]]
> Sent: 07 September 2002 08:5
Hi Gang,
I am serious, I will send a donation (small- I am not a rich man :o) )
through PayPal, if someone is kind enough to help me out. What I need it
to create a thumbnail of an uploaded picture. I am not fussy on how the PHP
script accomplishes this as long as it works. I tried running Im
Hi,
I am running IIS 5 and php 4.2
I will give a lilltle background on what I am trying to do,
I am trying to run a program called convert.exe through php. This program
will take a jpg and reduce the resolution of the jpg.
The command format the works from the Command Line is:
convert -size 10x