<div>Hello,</div>
<div> </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> </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 (PowerHouse 8.43.D)<br>> use <source.qts> </strong></div>
<div>but this above procedure is slow/manual and cannot be used for compiling large no. of files at once.</div>
<div> </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> </div>
<div><font size="2"><strong><u>Trials done:-</u></strong></font></div>
<div> I have written one script </div>
<div> </div>
<div>#!/bin/ksh<br>for temp in `cat qts-file` # qts file contains list of qts programs<br>do</div>
<div>
<p> # 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> Regards,</p>
<p>Vikrant Shahir.</p> </div>
<div> </div>
<div> </div>
<div> </div>