<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.6000.16850" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>Olaf:</DIV>
<DIV> </DIV>
<DIV>My browser is reporting a problem with the security certificate used for these web pages.</DIV>
<DIV> </DIV>
<DIV>I can work on "install.cmd" for you.</DIV>
<DIV> </DIV>
<DIV>I haven't had any crash with cm3ide.  If someone can give details, I'll try to check into it.</DIV>
<DIV> </DIV>
<DIV>With regard to #1007, I already sent in the script you requested.  Here it is again.</DIV>
<DIV> </DIV>
<DIV>
<DIV>Your script can be expressed in Windows .CMD format as follows:</DIV>
<DIV> </DIV>
<DIV>REM ---BEGIN---</DIV>
<DIV>@echo off<BR>for %%p in (m3-win\import-libs; ... m3-comm\tcp;) do call :ShipIt %%p<BR>goto End</DIV>
<DIV> </DIV>
<DIV>:ShipIt<BR>echo ...shipping %1...<BR>pushd %1<BR>cm3 -ship %SHIPARGS%<BR>popd<BR>echo.<BR>goto :EOF</DIV>
<DIV> </DIV>
<DIV>:End<BR>echo done<BR>@echo on</DIV>
<DIV>REM ---END---</DIV>
<DIV> </DIV>
<DIV>Of course, the REM lines at the beginning/end are optional, I just put them there to show start/end of the script.  Also, you would want to replace "m3-win\import-libs; ... m3-comm\tcp;" with the actual list of folders to be processed.  You can separate them by blank spaces or semi-colons, but if you have a path with an embedded space, you will need to put double quotes around the path.</DIV>
<DIV> </DIV>
<DIV>FYI:  If your list of paths is in a text file, there is another form of the FOR command that would work to process the list from that file.</DIV>
<DIV> </DIV>
<DIV>I don't mind writing .CMD files, so if you and Jay want some help in this area, I am willing to volunteer.</DIV>
<DIV> </DIV></DIV>
<DIV>Regards,</DIV>
<DIV>Randy Coleburn<BR><BR>>>> Olaf Wagner <wagner@elegosoft.com> 7/23/2009 9:42 AM >>><BR>I updated the roadmap in our trac<BR><BR>   <A href="https://projects.elego.de/cm3/roadmap">https://projects.elego.de/cm3/roadmap</A><BR><BR>and created several tickets, see<BR><BR>   <A href="https://projects.elego.de/cm3/timeline">https://projects.elego.de/cm3/timeline</A><BR><BR>This morning I moved the RC2 tag to a position which should<BR>now be almost stable (hopefully), but I don't really know yet.<BR>Many tests are pending.<BR><BR>Any help on resolving the tickets and other issues not yet<BR>recorded in trac will be appreciated. I'm not sure if we can cope<BR>with all the tasks during the weekend; I'll move the milestone<BR>date if necessary.<BR><BR>Please write a ticket for every issue that is related to one of<BR>the release milestones (one on the formsedit crash is still missing,<BR>for example).<BR><BR>Again, if you need access to trac, let me know; the web admin GUI<BR>is broken and I need to add accounts and passwords from the command<BR>line.<BR><BR>Olaf<BR>-- <BR>Olaf Wagner -- elego Software Solutions GmbH<BR>                Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany<BR>phone: +49 30 23 45 86 96  mobile: +49 177 2345 869  fax: +49 30 23 45 86 95<BR>    <A href="http://www.elegosoft.com">http://www.elegosoft.com</A> | Geschäftsführer: Olaf Wagner | Sitz: Berlin<BR>Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194<BR><BR><BR></DIV></BODY></HTML>