[PATCH] explorer: Add parsing '/cd' arg in explorer commandline

Zhiyi Zhang zzhang at codeweavers.com
Fri Mar 27 02:45:09 CDT 2020


It's true that explorer.exe uses comma as object separator. But Wine explorer
implementation assumes there is only one comma in options. 'explorer /cd,C:\,D:\'
is indeed valid on Windows. If you want to improve this, you can start by handling
this for all the options, for example, 'explorer /root,C:\,D:\'. Only the first object
is used though.

Thanks,
Zhiyi Zhang

On 3/27/20 3:33 PM, Zhipeng Zhao wrote:
> The '/cd,'  looks like not a valid arg, I think explorer(win) use the comma to distinguish arg and object, I will testing more.
> At 2020-03-27 15:15:54, "Zhiyi Zhang" <zzhang at codeweavers.com> wrote:
>> I sent a new version of your patch.
>>
>> On 3/27/20 1:56 PM, Zhiyi Zhang wrote:
>>> You should send a v3. '/cd,' looks like the same behavior with '/root,'
>>>
>>> On 3/27/20 1:50 PM, Zhipeng Zhao wrote:
>>>> Sorry, it's snet by mistake, I do not know how to recall.
>>>> At 2020-03-27 13:24:12, "Zhipeng Zhao" <near2see at 163.com> wrote:




More information about the wine-devel mailing list