in reply to Launching a data file in Win32 using the assciated application automatically
I did a quick search on CPAN and couldn't find anything that did exactly what you are looking for, but you might want to have a look at:
Basically what you are going to want to do is determine the file extension, look up its association in the registry, and launch the application with the correct parameter to open the file. notepad.exe file for example.
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Launching a data file in Win32 using the assciated application automatically
by tinypig (Beadle) on May 04, 2003 at 04:13 UTC |