<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Catching up, just to clearly confirm:<BR>
  | and && have the same meaning in cmd as in sh.<BR>
  | is the pipe, the stdout of the left is the stdin of the right<BR>
  stderr probably is separate, and you should in general imho throw in "2>&1" to avoid hangs that can occur if stderr is used.<BR>
  && is kind of like && in C, boolean and, shortcircuiting.<BR>
 <BR>
I was unaware of this stuff in Quake.<BR>
 <BR>
cmd is actually documented online, can read those docs from any host, not just windows, the online docs appear similar to what you can find on a live system.<BR>
 <BR>
Randy, I ask again, can what you have be made available to anyone to assist with any problems?<BR>
It seems you have no outstanding problems, so currently moot.<BR>
 <BR>
Btw, Microsoft nmake handles cd specially as well.<BR>
Normally each nmake command is a separate process, but a few are "emulated", cd and set.<BR>
And cd can cross drives, but cd /d does not, which is the opposite of cmd, where cd /d is needed to cross drives, and cd does not..<BR>
 <BR>
Later.<BR>
 - Jay<BR><BR><BR>

<HR id=stopSpelling>
<BR>
> Date: Wed, 23 Jan 2008 23:23:10 +0100<BR>> From: wagner@elegosoft.com<BR>> To: rcoleburn@scires.com<BR>> CC: m3devel@elegosoft.com<BR>> Subject: Re: [M3devel] new problem on NT386<BR>> <BR>> Quoting Randy Coleburn <rcoleburn@scires.com>:<BR>> <BR>> > Olaf:<BR>> ><BR>> > I grabbed the new QMachine via cvs and rebuilt & shipped the m3quake<BR>> > package, then rebuilt reactor (now cm3_ide) to take advantage of it. I<BR>> > replaced the exec calls with cm3_exec().<BR>> ><BR>> > At first glance, things were working better in that the output is now<BR>> > going back to the browser. Great!<BR>> ><BR>> > But, when I tried to compile a simple "HelloWorld" program, I ran into<BR>> > some errors. See attached PDF file. Does any of this make sense to<BR>> > you?<BR>> ><BR>> > Note that this same HelloWorld program was compiling before the<BR>> > QMachine change, its just that the output went to the wrong window.<BR>> <BR>> It seems I've made a mistake by forgetting to initialize the std<BR>> file handles.<BR>> <BR>> Please try again,<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>> http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin<BR>> Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194<BR>> <BR><BR><br /><hr />Need to know the score, the latest news, or you need your Hotmail®-get your "fix". <a href='http://www.msnmobilefix.com/Default.aspx' target='_new'>Check it out.</a></body>
</html>