Is it possible to modify what ever part of the program it is that
creates the interviewMerge.bat file, and change it's output so a
working interviewMerge.bat file is generated. One that works on XP,

Simply putting "" marks around the fully qualified paths. As in....

convert.exe -thumbnail 240x240 "C:\Program Files
\openmeetings_1_8_8_r4555\red5\webapps\openmeetings\upload\profiles
\profile_1\LuHsun.jpg" "C:\Program Files
\openmeetings_1_8_8_r4555\red5\webapps\openmeetings\upload\profiles
\profile_1\_big_LuHsun.jpg"
exit


I am assuming that what ever creates and calls interviewMerge.bat then
carries on from there and puts the new files where they should be?

Robert




On Nov 17, 9:53 am, ShanghaiTimes <[email protected]> wrote:
> On Nov 16, 6:44 pm, "[email protected]" <[email protected]>
> wrote:
>
> > If you have configured your windows box correctly so that the path to the
> > imagemagick executable is in Windows %PATH% variable, that you can delete
> > the configuration string in the Administration > Configuration of
> > OpenMeetings where you have configured to look for ImageMagick at a
> > specific path.
>
> Yes, I have it all configured correctly Sebastian, however the batch
> files are breaking when they try to read the line with the words
> "Program Files" in the string.
>
> "C:\Program Files\openmeetings_1_8_8.....  This breaks, throwing a
> windows error, "Unknown file or executable... C:\Program"
>
> So this will NOT work in a batch file.
> convert.exe -thumbnail 240x240 "C:\Program Files\...\webapps
> \openmeetings\upload\profiles\pr ofile_1\me_1_200x150_1.jpg"
>
> This does work.
> convert.exe -thumbnail 240x240 C: \Progra~1\....\red5\webapps
> \openmeetings\upload \profiles\profile_1\me_1_200x150_1.jpg
>
> cheers
> Robert

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to