in reply to Re: why IPC::Open3 can't execute MS-DOS "dir" command?
in thread why IPC::Open3 can't execute MS-DOS "dir" command?

That might be the problem, do you know how can I solve it? thanks
  • Comment on Re^2: why IPC::Open3 can't execute MS-DOS "dir" command?

Replies are listed 'Best First'.
Re^3: why IPC::Open3 can't execute MS-DOS "dir" command?
by ikegami (Patriarch) on Dec 07, 2009 at 01:42 UTC
    Yes, don't launch a program to get a directory listing. Two other posts in this thread discuss alternatives: moritz's and afoken's