[Bug 3527] New: Commandline pipes

Wine Bugs wine-bugs at winehq.org
Sat Oct 8 14:27:18 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=3527

           Summary: Commandline pipes
           Product: Wine
           Version: 20050211
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: wine-console
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: somethingthatitaccepts at gmail.com


Subtle commandline pipe-to-file bug.


Here's an example, using wine's wcmd, enter this:
dir >blah /b

Obviously, this is stupid formatting. However, there is a behavioural difference
between wine and windows.
windows generates just a bare list (the /b option).
Wine ignores the parameters after the pipe, and thus generates a full dir listing.

I first noticed this in msvc6 with a wierd project, but it applies to wcmd too,
so probably applies to all apps where the user is able to specify a commandline.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list