Lately, running batch files (and perhaps other programs) from xterm or rxvt have been opening new cmd.exe windows. they used to output directly to the xterm console. To recreate from xterm run:
echo sleep 10 > test.bat ./test.bat On my machine, a cmd.exe window pops up for 10 seconds then disappears. What I expect to happen is the xterm would run the batch file without popping up a new window and any output would go to the xterm. I'm posting to cygwin-xfree because only xfree users are affected, but the bug/feature may be in cygwin itself. Thanks, Sean
