[Bug 1770] New: Missing support for "echo" command and other dosbox builtins

Wine Bugs wine-bugs at winehq.com
Mon Oct 13 07:35:07 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1770

           Summary: Missing support for "echo" command and other dosbox
                    builtins
           Product: Wine
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-console
        AssignedTo: wine-bugs at winehq.com
        ReportedBy: david_en_clarina at zonnet.nl


I'm using a WIN32 IDE which is using a makefile containing some "echo" commands.
However running this IDE on top of wine, I noticed that "echo" wasn't found as a
builtin command by wine, although it is a builtin for win32 dosboxes. 

It shouldn't require much effort to add it to wine. I'd prefer to see it being
builtin into wine (consol) itself (thus not requiring a "echo.exe" somewhere in
my wine PATH). Of course a "so" solution is OK as well.

I don't know all the "builtin" commands for win32, but probably there are more
builtins that can be added to wine just as easily as "echo". I wouldn't know
which though...

To reproduce:
--
Box:~$ wine -- echo "hi"
/usr/bin/wine.bin: cannot find 'echo'
Wine failed with return code 2
Box:~$
--

-- 
Configure bugmail: http://bugs.winehq.com/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