[Bug 33189] wineconsole can't launch batch filenames with parenthesis

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 14 16:06:02 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33189

Jason Edmeades <us at edmeades.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Jason Edmeades <us at 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?)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list