murrayju / CreateProcessAsUser

Creates a process in a different Windows session
MIT License
369 stars 114 forks source link

redirect Output/Input #11

Open dudul opened 7 years ago

dudul commented 7 years ago

Hi, It it possible to add redirection of the output and the error stream?

Thanks

krishnact commented 6 years ago

Have you found a way to do this?

AlecMcCutcheon commented 2 years ago

only way i found was to output to text file and then get the output from it, you get convertto-json to transport objects back and forth from a text file