<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=681441013-15112006><FONT 
face="Comic Sans MS" color=#0000ff size=2>Vikrant,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=681441013-15112006><FONT 
face="Comic Sans MS" color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=681441013-15112006><FONT 
face="Comic Sans MS" color=#0000ff size=2>Use 'qtp auto=&lt;source file name 
including .qts extension&gt;'.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<P align=left><FONT face="Comic Sans MS" size=2>regards,</FONT> <BR><FONT 
face=Arial>&nbsp;</FONT> <BR><FONT face="Comic Sans MS" size=2>Robert 
W.Mills</FONT> <BR><FONT face="Comic Sans MS" size=2>Systems Development 
Manager</FONT>&nbsp;<BR><FONT face="Comic Sans MS" size=2>Pinnacle 
Arvato</FONT>&nbsp;<BR><FONT face="Comic Sans MS" size=2>(0</FONT><FONT 
face="Comic Sans MS" size=2>20</FONT><FONT face="Comic Sans MS" size=2>)</FONT> 
<FONT face="Comic Sans MS" size=2>8309 3604</FONT> </P>
<DIV>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> 
powerh-l-bounces+robert.mills=pinnaclearvato.co.uk@lists.sowder.com 
[mailto:powerh-l-bounces+robert.mills=pinnaclearvato.co.uk@lists.sowder.com] 
<B>On Behalf Of </B>Vikrant Shahir<BR><B>Sent:</B> 15 November 2006 
12:49<BR><B>To:</B> powerh-l@lists.sowder.com<BR><B>Cc:</B> 
vinityadnik@gmail.com; vamsi.coe@gmail.com<BR><B>Subject:</B> mass 
compilation<BR></FONT><BR></DIV>
<DIV></DIV>
<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></BODY></HTML>