[ros-bugs] [Bug 4022] New: cmd script - wrong behaviour.
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Tue Jan 13 10:20:15 CET 2009
http://www.reactos.org/bugzilla/show_bug.cgi?id=4022
Summary: cmd script - wrong behaviour.
Product: ReactOS
Version: TRUNK
Platform: QEmu
OS/Version: ReactOS
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: Shell
AssignedTo: ros-bugs at reactos.org
ReportedBy: gabrielilardi at hotmail.it
QAContact: ros-bugs at reactos.org
Based on bug 2077
test.cmd:
if "%1" == "do" (
echo "doing..."
)
calling test.cmd with the "do" argument you get:
c:\>test do
if "do" == "do" (echo "doing..."
)
"doing..."
c:\>
Instead of this:
c:\>test do
if "do" == "do" (echo "doing...")
"doing..."
c:\>
(The final parenthesis is being written after a new line).
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list