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?

Change "dir * \/b\/s" to be "cmd /C dir * \/b\/s"
Seems it can't work, got the following error:
Execute Command: cmd /c dir * /b/s [ERROR] (1) : Parameter format not correct - "s"".
And if I remove the parameters "/b/s" it stopped again.