Whoops, now there was a confused paragraph!
You could try:
#!C:\windows\system32\cmd.exe
cd C:\MYACCOUNT
C:\IBM\UB\BIN\UV MYCGIPROGRAM
or if you install perl something like this might work:
#!C:\pathtoperl\perl -w
my @output = `C:\IBM\UB\BIN\UV MYCGIPROGRAM`;
my $printline;
while ($printline = @output){
print $printline;
}
Craig
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users
