I can do this directly from the command line (CMD) C:\_ convert.exe -thumbnail 240x240 C: \Progra~1\openmeetings_1_8_8_r4555\red5\webapps\openmeetings\upload \profiles\profile_1\me_1_200x150_1.jpg C: \Progra~1\openmeetings_1_8_8_r4555\red5\webapps\openmeetings\upload \profiles\profile_1\_big_me_1_200x150_1.jpg
and it works, creating the copy of the original as a thumbnail. Now - how to upload it into the profile .... On Nov 16, 10:31 am, Robert Chalmers <[email protected]> wrote: > This works > copy.bat > --------- > convert.exe -thumbnail 240x240 "C:\Program > Files\openmeetings_1_8_8_r4555\red5\webapps\openmeetings\upload\profiles\pr > ofile_1\me_1_200x150_1.jpg" > "C:\Program > Files\openmeetings_1_8_8_r4555\red5\webapps\openmeetings\upload\profiles\pr > ofile_1\_big_me_1_200x150_1.jpg" > exit > --------- > > That C:\Program Files\ path has to be escaped. > > What is it that generates the file in t he first place? > Thanks > Robert > > On Wed, Nov 16, 2011 at 10:01 AM, Robert Chalmers < > > > > > > > > > > [email protected]> wrote: > > The batch files contain C:\Program Files\ .... > > I'm pretty sure this breaks, as I get error messages about it. > > > Robert > > > On Wed, Nov 16, 2011 at 9:49 AM, ShanghaiTimes < > > [email protected]> wrote: > > >> Sorry, back again. > >> I tried to upload my profile image, and all that happens is that a CMD > >> window pops open in the home directory. Pointing to > >> ... red5\webapps\openmeetings\streams\interviewsMerge.bat > > >> The GUI in Openmeetings hangs there on > >> Uploading Complete > >> Converting document > > >> except that it never does... > > >> help? > >> thanks > >> Robert > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "OpenMeetings User" group. > >> To view this discussion on the web visit > >>https://groups.google.com/d/msg/openmeetings-user/-/KNSgQGAhw1UJ. > >> 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. > > > -- > > > Robert Chalmers > > PinPoint Premium on > > iPhone.<http://itunes.apple.com/us/app/pin-point-premium/id467970377?ls=1&mt=8> > > Safety > > & Security for your family. > > > .. > > -- > > Robert Chalmers > PinPoint Premium on > iPhone.<http://itunes.apple.com/us/app/pin-point-premium/id467970377?ls=1&mt=8> > Safety > & Security for your family. > > .. -- 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.
