http://www.perlmonks.org?node_id=998205


in reply to Re^3: Windows start /min
in thread Windows start /min

Any idea what might cause this behaviour??

You have some kind of "start" program? You're loading a module which replaces system and looks for a start.exe?

Maybe cmd.exe changed again, but I don't think so, look

C:\>start blahblah The system cannot find the file blahblah. C:\>perl -e " system q/start blahblah/" The system cannot find the file blahblah.
Notice it doesn't say "start: dir: The system cannot find the file blahblah."