<!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> </DIV>
<DIV dir=ltr align=left><SPAN class=681441013-15112006><FONT
face="Comic Sans MS" color=#0000ff size=2>Use 'qtp auto=<source file name
including .qts extension>'.</FONT></SPAN></DIV>
<DIV> </DIV>
<P align=left><FONT face="Comic Sans MS" size=2>regards,</FONT> <BR><FONT
face=Arial> </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> <BR><FONT face="Comic Sans MS" size=2>Pinnacle
Arvato</FONT> <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> </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> </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></BODY></HTML>