http://bugs.winehq.org/show_bug.cgi?id=33189
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #5 from Jason Edmeades us@edmeades.me.uk 2013-03-14 16:06:02 CDT --- So on windows part of this isnt valid (I appreciate the infinite loop is a bug)
E:\VMShared\test>echo notepad > test(123).bat E:\VMShared\test>test(123).bat 'test' is not recognized as an internal or external command, operable program or batch file.
To run it, you need to quote it
E:\VMShared\test>"test(123)" E:\VMShared\test>notepad E:\VMShared\test>"test(123).bat" E:\VMShared\test>notepad
So whilst the infinite loop bit needs fixing, please be aware that I am not convinced it should actually work, which leads me onto the next question for Jerome - What batch file are you using that fails and what is its exact syntax (and does it work on windows?)