Hi, sorry I still fear I don't get the point why this is needed.
I did a few tests both in wine and on windows and I cannot see a difference yet between a command ran in interactive mode/piped and a normal command with arguments.
In wine and windows:
In interactive mode: " os " "get" " name " --> does not work (invalid alias)
In cmd: wmic " os " "get" " name " --> does not work (invalid alias)
In interactive mode: "os" "get" " name " --> works
In cmd: wmic "os" "get" " name " --> works
etc.
There's difference between wine and windows with regards to single quotes around properties (e.g 'name') but here too interactive mode and command with arguments currently seem to behave the same both in wine and windows afaict
`