in reply to
Re^2: system command
in thread
system command
Good point, I had made that assumption. The command can be grabbed programatically using
my @Cmd = FetchCommand('.doc');
[download]
assuming that file association is setup for Microsoft Word and the .doc file extension.
Comment on
Re^3: system command
Download
Code
In Section
Seekers of Perl Wisdom