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');
assuming that file association is setup for Microsoft Word and the .doc file extension.