CPAN::Forum
- Starting Notepad
| Posted on Mon Mar 13 00:29:34 2006 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 ?
|
| Write a response |