mass compilation
Joe Boyle
atla38 at dsl.pipex.com
Wed Nov 15 07:34:27 CST 2006
Or possibly even 'echo exit | qtp auto=abc.qts' which will auto exit qtp
after - probably easiest to pre delete ( or cp elsewhere ) your current
q%c's.
_____
From: powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com
[mailto:powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com] On Behalf Of
Joe Boyle
Sent: 15 November 2006 13:29
To: 'Vikrant Shahir'; powerh-l at lists.sowder.com
Cc: vinityadnik at gmail.com; vamsi.coe at gmail.com
Subject: RE: mass compilation
It is pretty much what you have e.g. qtp auto=abc.qts - which will produce
your qtc file
_____
From: powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com
[mailto:powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com] On Behalf Of
Vikrant Shahir
Sent: 15 November 2006 12:49
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/20061115/705d9421/attachment.html
More information about the powerh-l
mailing list