http://bugs.winehq.org/show_bug.cgi?id=58614
Bug ID: 58614 Summary: wine cmd prints "::" style comments Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: alexschwartz01@gmail.com Distribution: ---
cmd is not supposed to display "::" style comments such as
:: Hello world
http://bugs.winehq.org/show_bug.cgi?id=58614
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- Would you mind describing the steps to repro (including context: from interactive command prompt, or from batch file execution, or...)
http://bugs.winehq.org/show_bug.cgi?id=58614
--- Comment #2 from Alex Schwartz alexschwartz01@gmail.com --- Steps to reproduce
From Linux nano helloworld.cmd
helloworld.cmd ``` :: This is a comment that should not be displayed when .\helloworld.cmd is run
echo Hello World ```
-------------- $ wine cmd (1) Z:\PATH> .\helloworld.cmd
(2) Z:\PATH> :: This is a comment that should not be displayed when .\helloworld.cmd is run
(3) Z:\PATH> echo Hello World (4) Hello World
(5) Z:\PATH> --------------
(2) should not be printed
http://bugs.winehq.org/show_bug.cgi?id=58614
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial Version|unspecified |10.13 Status|UNCONFIRMED |NEW Keywords| |download, source Ever confirmed|0 |1
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- Confirming with Wine 10.13. Windows 10 does not print the comment.