Posted on 2006-03-12 22:29:34-08 by geoffmulhall
Starting Notepad
Below is the code to open a file in a new excel window my $Excel = Win32::OLE->new('Excel.Application'); $Excel->{'Visible'} = 1; my $Workbook = $Excel->Workbooks->Open($INFILE); What's the code to do this with Notepad please ?
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.