<div>Hello,</div>
<div>&nbsp;</div>
<div><font size="2">I have what seems to be a trivial question, but have not been able to<br>find a definite answer and your help would be greatly appreciated.</font></div>
<div><font size="2"><br>&nbsp;</font></div>
<div><strong><u>Situation:-</u></strong></div>
<div>We generally compile PowerHouse source file in following manner to obtain executable:-</div>
<div><strong>Q T P&nbsp;&nbsp; (PowerHouse&nbsp; 8.43.D)<br>&gt; use &lt;source.qts&gt; </strong></div>
<div>but this above procedure is slow/manual and cannot be used&nbsp;for compiling large no. of files at once.</div>
<div>&nbsp;</div>
<div><strong><u>Question:-</u></strong></div>
<div>Is there any easy batch compilation method for powerhouse program?say 100 files at once.</div>
<div>&nbsp;</div>
<div><font size="2"><strong><u>Trials done:-</u></strong></font></div>
<div>&nbsp;I have written one script&nbsp;</div>
<div>&nbsp;</div>
<div>#!/bin/ksh<br>for temp in `cat qts-file` # qts file contains list of qts programs<br>do</div>
<div>
<p>&nbsp;&nbsp; # Need Power-House command to complile the qts program.</p>
<p>done</p>
<p>we know qtp auto=abc.qtc runs the qtc from UNIX prompt we need equivalent command to complile the qts program from UNIX command prompt.<br></p>
<p>&nbsp;Regards,</p>
<p>Vikrant Shahir.</p>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>