in reply to Re^3: subprocess delay on Windows with Perl/Tk
in thread subprocess delay on Windows with Perl/Tk

Thanks, but that's assuming excel.exe is in your path. It's typically not, rather it's typically in some place like c:\Program Files\Microsoft Office\Office10\. That's the case with most Windows packages that you'd install.
  • Comment on Re^4: subprocess delay on Windows with Perl/Tk

Replies are listed 'Best First'.
Re^5: subprocess delay on Windows with Perl/Tk
by pfaut (Priest) on Jun 03, 2004 at 22:25 UTC

    I'm confused. You complain you can't use one method because it requires a full path. Then you say it may not be in your path. How do you invoke it then? Either you need to know where it is and provide the full path or it needs to be in your path. Am I missing something?

    90% of every Perl application is already written.
    dragonchild