-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Not sure what is unclear to you from child_process.zig, so briefly starting the talk here.
- Windows only has named pipes, anonymous ones are silently also using named ones.
- Windows has flags for a pile of things, but using the CreateProcess ones for standard streams should be sufficient. Make sure you have inheritance enabled and you're using one of the (I think 4 or 5) working ways if necessary.
- Subsituting stdout works via https://stackoverflow.com/questions/54094127/redirecting-stdout-in-win32-does-not-redirect-stdout
- All the other Windows stuff is just as complex. You probably dont want to do the complete PATH dance, but that is up to you.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request