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