[ros-bugs] [Bug 3717] New: cmd "for" behaviour is wrong
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sat Sep 6 11:20:37 CEST 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=3717
Summary: cmd "for" behaviour is wrong
Product: ReactOS
Version: TRUNK
Platform: QEmu
OS/Version: ReactOS
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: Shell
AssignedTo: ros-bugs at reactos.org
ReportedBy: devotip at tiscali.it
QAContact: ros-bugs at reactos.org
if you type a command like
for %a in (*.exe) do echo %a
you prompted "more?" and the filenames are echoed without a newline after them
same is if run it within a batch
for %%a in (*.exe) do echo %%a
--
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