<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 17, 2008, at 6:10 AM, <a href="mailto:DavidTroidl@aol.com">DavidTroidl@aol.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div id="role_body" style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" bottommargin="7" leftmargin="7" topmargin="7" rightmargin="7"><font id="role_document" face="Arial" color="#000000" size="2"> <div> <div>In a message dated 3/16/2008 5:49:58 P.M. Eastern Daylight Time, <a href="mailto:chrislit@crosswire.org">chrislit@crosswire.org</a> writes:</div> <blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: blue 2px solid"><font style="BACKGROUND-COLOR: transparent" face="Arial" color="#000000" size="2"><br>Output is to stdout, so you should pipe it to a file. The error   messages <br>are to stderr, so there's no need to worry about it showing up in   the <br>stdout stream.<br><br></font></blockquote></div> <div></div> <div>Hi Chris,</div> <div>&nbsp;</div> <div>Thanks for the reply.&nbsp; I don't really know how to 'pipe it to a file'.&nbsp; (I avoid the Command Prompt whenever possible.)</div></font></div></blockquote><div><br class="webkit-block-placeholder"></div>It is not possible to avoid the command line here :)</div><div><br class="webkit-block-placeholder"></div><div>When a program put's its stuff to standard output you can capture it with redirection by using &gt; filename such as</div><div>osis2mod args &gt; wlc-osis.xml</div><div>where args are what you gave the program</div><div>and where wlc-osis.xml is the name of the file to create.</div><div><br class="webkit-block-placeholder"></div><div>(Chris, piping is a way to connect one program to another and it uses the '|' character. The standard out of one program connects to the standard in of another.)</div><div><br class="webkit-block-placeholder"></div><div><br><blockquote type="cite"><div id="role_body" style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" bottommargin="7" leftmargin="7" topmargin="7" rightmargin="7"><font id="role_document" face="Arial" color="#000000" size="2"> <div>&nbsp;</div> <div>Yes, I am only interested in the output.&nbsp; Is there a simple way to unzip a zipped module?&nbsp; I tried with my standard unzip program, and 7zip.&nbsp; I also tried changing the file extension to .zip, but that didn't help.</div></font></div></blockquote><div><br class="webkit-block-placeholder"></div>I use gzip from the following:<br><div><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><a href="http://unxutils.sourceforge.net/">http://unxutils.sourceforge.net/</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br class="webkit-block-placeholder"></div><blockquote type="cite"><div id="role_body" style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" bottommargin="7" leftmargin="7" topmargin="7" rightmargin="7"><font id="role_document" face="Arial" color="#000000" size="2"> <div>&nbsp;</div> <div>In fact, I am preparing to put together a WLC module myself, over the Easter break, and I mainly just wanted to look at the exact OSIS markup that was used.</div></font></div></blockquote><blockquote type="cite"><div id="role_body" style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" bottommargin="7" leftmargin="7" topmargin="7" rightmargin="7"><font id="role_document" face="Arial" color="#000000" size="2"><div> <div>&nbsp;</div> <div><font lang="0" face="Arial" size="2" family="SANSSERIF" ptsize="10">Peace,<br><br>David</font></div></div></font></div></blockquote></div></body></html>