<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; FONT: 10pt Tahoma">
<DIV>I am nearing completion of a "do-cm3.cmd" script for Windows 2000/XP that operates based on the "scripts/PkgInfo.txt" file.</DIV>
<DIV> </DIV>
<DIV>I have a question about the format of the "scripts/PkgInfo.txt" file.</DIV>
<DIV> </DIV>
<DIV>Most of the lines in this file identify a package by name as the first entry on the line.  A few of them also provide a relative path to this package.</DIV>
<DIV> </DIV>
<DIV>If the source tree is rooted at "sandbox\cm3", we have subfolders "m3-sys", "m3-games", etc.</DIV>
<DIV> </DIV>
<DIV>How do we know in which <STRONG><U>unique subfolder</U></STRONG> each package is located?</DIV>
<DIV> </DIV>
<DIV>For example, "m3cc" is in "sandbox\cm3\<STRONG>m3-sys</STRONG>\m3cc"</DIV>
<DIV>while, "netobj" is in "sandbox\cm3\<STRONG>m3-comm</STRONG>\netobj"</DIV>
<DIV> </DIV>
<DIV>Then we have in PkgInfo.txt lines like:</DIV>
<DIV>"paneman/kemacs" which is in "sandbox\cm3\<STRONG>caltech-parser</STRONG>\paneman\kemacs"</DIV>
<DIV>"m3-games/badbricks" which is in "sandbox\cm3\m3-games\badbricks"</DIV>
<DIV> </DIV>
<DIV>I can see the need for the relative path for "paneman/kemacs", but "m3-games/badbricks" seems to break with the established pattern.  Is this an error in the current PkgInfo.txt  file?</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Randy Coleburn</DIV></BODY></HTML>