I am talking about xargs.exe of the findutils package from the gnuwin32 project.
When I create a pipe on windows command shell, cmd.exe, it does not run properly on windows 7 but it runs fine on windows XP:
dir /on /b | xargs.exe do-something.bat {}
Here it fails after the second line (a filename) read from standard input. do-soemthing.bat is a rather long-running batch script. The file list comes from a network drive mounted on drive S: or so.
Any ideas?
Quoting from memory, I am using xargs.exe 4.2.20.1934 from 2005, it is the newest release presumably