<div dir="ltr">Some responses below.<div><br></div><div>Warm regards,</div><div>Chuck Stevenson<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 24, 2015 at 2:56 PM, Rotman, David <span dir="ltr"><<a href="mailto:rotmand@cedarville.edu" target="_blank">rotmand@cedarville.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have some syntax questions for those of you who are more familiar with Universe:<div><br></div><div>1.  This set of lines seems to execute correctly in Universe on Windows, but I cannot find any documentation on the '/c'.  Is this the correct format?  Are there other options to the DOS command?</div><div><font face="monospace, monospace">         X.COMMAND =  'DOS /C perl c:\temp\<a href="http://myprogram.pl" target="_blank">myprogram.pl</a>'</font></div><div><font face="monospace, monospace">         EXECUTE X.COMMAND</font></div></div></blockquote><div><br></div><div>That's about it.  Case insensitive.  everything that follows /c  goes to dos.</div><div>E.g.  "/L" is the lowercase option for DIR cmd:</div><div><br></div><div><div>>DOS /C DIR /L</div><div> Volume in drive C is OS</div><div> Volume Serial Number is 0A91-A3A1</div><div><br></div><div> Directory of C:\UVDB\CDS</div><div><br></div><div>06/30/2015  09:06 AM    <DIR>          .</div><div>06/30/2015  09:06 AM    <DIR>          ..</div><div>02/01/2014  10:42 AM            18,432 &metadata000</div><div>06/30/2015  09:06 AM    <DIR>          &temp&</div><div>09/18/2014  02:31 AM             3,072 acts.f</div><div>06/30/2015  09:06 AM    <DIR>          acts.t</div><div>07/16/2015  10:38 AM    <DIR>          bp</div><div>06/30/2015  09:06 AM    <DIR>          bp.l</div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>2.  What changes would be needed to run the lines in Universe on Linux?  (I gather that an 'sh' is needed...upper case?  lower case?  any other arguments?)</div></div></blockquote><div><br></div><div>SH instead of DOS, yes.   E.g.:</div><div><br></div><div>>SH -c"ls -la | more"</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>3.  What kinds of errors are generated by DLPARSE when encountering Q-pointers?</div></div></blockquote><div><br></div><div>It doesn't seem to find a file on the command line. </div><div>I didn't get very far yet but I changed this line in the CHECK.VOC.FOR.NONFIELD  gosub:</div><div> <br></div><div><div><font face="monospace, monospace" size="1">      BEGIN CASE</font></div><div><font face="monospace, monospace" size="1">       * CASE (VOC.ITEM.TYPE = 'F' OR VOC.ITEM.TYPE = 'DIR') AND <a href="http://PASSED.LOOKUP.FILE.NAME">PASSED.LOOKUP.FILE.NAME</a>   ; * CDS 7/15</font></div><div><font face="monospace, monospace" size="1">         CASE (VOC.ITEM.TYPE = 'F' OR VOC.ITEM.TYPE = 'Q'  ) AND <a href="http://PASSED.LOOKUP.FILE.NAME">PASSED.LOOKUP.FILE.NAME</a>   ; * CDS 7/15</font></div><div><font face="monospace, monospace" size="1">            DEBUG4</font></div><div><font face="monospace, monospace" size="1">            CRT 'Opening ':ITEM</font></div><div><font face="monospace, monospace" size="1">         END</font></div><div><font face="monospace, monospace" size="1">         OPEN '', ITEM TO F.TEST THEN</font></div><div>'DIR' is not valid  VOC  Type for files.  "F",  "Q", "f", & "q"  are.</div></div><div><br></div></div><br></div></div></div>