20 Aug
2025
20 Aug
'25
11:28 a.m.
http://bugs.winehq.org/show_bug.cgi?id=58614 --- Comment #2 from Alex Schwartz <alexschwartz01(a)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 -- 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.