mass compilation

Viet Nguyen VNguyen at wsboces.org
Thu Nov 16 12:19:45 CST 2006


Hi ,

We create a large text file with all the commands needed to compile and
feed this big file to qtp, or quiz or qdesign

I hope this will help and you can include all the chmod or whatever you
need

; py125indmrs

cancel

set save clear

!echo

!echo -----grep_para_begin---------

!echo -----------------------------

!echo py125indmrs.qks

!echo -----------------------------

!dvcompown yfirev py125indmrs

!qdesign procloc=/usr/compass/v/cmp5/common auto=py125indmrs <
/usr/compass/v/cmp5/common/exit.txt nolist

!dvcompown yfirev py125indmrs

!echo -----grep_para_end-----------

 

; py125rs

cancel

set save clear

!echo

!echo -----grep_para_begin---------

!echo -----------------------------

!echo py125rs.qks

!echo -----------------------------

!dvcompown yfirev py125rs

!qdesign procloc=/usr/compass/v/cmp5/common auto=py125rs <
/usr/compass/v/cmp5/common/exit.txt nolist

!dvcompown yfirev py125rs

!echo -----grep_para_end-----------

 

-----Original Message-----
From: powerh-l-bounces+vnguyen=wsboces.org at lists.sowder.com
[mailto:powerh-l-bounces+vnguyen=wsboces.org at lists.sowder.com] On Behalf
Of Vikrant Shahir
Sent: Wednesday, November 15, 2006 7:49 AM
To: powerh-l at lists.sowder.com
Cc: vinityadnik at gmail.com; vamsi.coe at gmail.com
Subject: mass compilation

 

Hello,

 

I have what seems to be a trivial question, but have not been able to
find a definite answer and your help would be greatly appreciated.


 

Situation:-

We generally compile PowerHouse source file in following manner to
obtain executable:-

Q T P   (PowerHouse  8.43.D)
> use <source.qts> 

but this above procedure is slow/manual and cannot be used for compiling
large no. of files at once.

 

Question:-

Is there any easy batch compilation method for powerhouse program?say
100 files at once.

 

Trials done:-

 I have written one script 

 

#!/bin/ksh
for temp in `cat qts-file` # qts file contains list of qts programs
do

   # Need Power-House command to complile the qts program.

done

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.

 Regards,

Vikrant Shahir.

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20061116/432ccbc6/attachment.html


More information about the powerh-l mailing list