Hey,
I'm currently trying to write simple Shell-extensions for linux (mint) under wine, and I already figured out, how to do single and multiple file conversions (I can share it if there is enough need for that) with
wine MusicConverter.exe -list_to_conv %F
but I'm wondering what command the BatchConverter needs to open a specific folder...
wine DMCFileSelector.exe -list_to_conv %F
does not work, but there is certainly a command for that purpose I'm not able to find
I'm currently trying to write simple Shell-extensions for linux (mint) under wine, and I already figured out, how to do single and multiple file conversions (I can share it if there is enough need for that) with
wine MusicConverter.exe -list_to_conv %F
but I'm wondering what command the BatchConverter needs to open a specific folder...
wine DMCFileSelector.exe -list_to_conv %F
does not work, but there is certainly a command for that purpose I'm not able to find
Comment