http://bugs.winehq.org/show_bug.cgi?id=6396
Summary: "start" command not implemented in cmd.exe Product: Wine Version: 20050930 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: avarga@freemail.hu
The "start" command of cmd.exe is not implemented. Synopsys from MS cmd.exe:
D:\WINDOWS\system32>start /? Starts a separate window to run a specified program or command.
START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED] [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL] [/WAIT] [/B] [command/program] [parameters] ...