Re: [PATCH v2 0/1] MR5402: wmic.exe: Support interactive mode and piped commands
28 May
2024
28 May
'24
8:27 p.m.
Creating a new process is inefficient and also visible to applications. You don't need to duplicate the code, it can be factored out in a couple of handlers used in both command line and interactive mode. In interactive mode you'd run a loop that accepts commands and executes them, until you hit 'quit' or 'exit'. wmic not handling spaces in the property list (unless quoted) is a bug, but you should be able to reuse process_property_list(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5402#note_66122
569
Age (days ago)
569
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker (@hans)