in reply to Re: Re: Re: cat worddoc1.doc worddoc2.doc worddoc3.doc > bigOlWordDoc.doc
in thread cat worddoc1.doc worddoc2.doc worddoc3.doc > bigOlWordDoc.doc

Yes I have MSWord installed.
And I check that $MSWord is defined with die
my $MSWord = Win32::OLE->new('Word.Application') or die "Can't get wor +d!:$!\n";
Is that the right way to verify that $MSWord is defined? Thanks again :)
  • Comment on Re: Re: Re: Re: cat worddoc1.doc worddoc2.doc worddoc3.doc > bigOlWordDoc.doc
  • Download Code