[ros-bugs] [Bug 1629] New: CMD does not support %*

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Mon Jun 26 15:45:33 CEST 2006


http://www.reactos.org/bugzilla/show_bug.cgi?id=1629

           Summary: CMD does not support %*
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: Microsoft Windows Server 2003
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Shell
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: waxdragon at gmail.com
         QAContact: ros-bugs at reactos.org


When using ROS cmd.exe under windows, the "%*" variable is not supported at
all.  This breaks the vim.bat that comes with Vim.

When used inside a batch file, it contains the arguments to the batch file,
when called from a normal shell, it just prints "%*".

Example script, test.bat:
@echo "These should be the remaining args: %*"

Call this script as "test.bat Hello World!"
and it should print

C:\Documents and Settings\ford\Desktop>test.bat Hello World!
"These should be the remaining args: Hello World!"


-- 
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, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list