Using Node child_process to open process with different PID

Viewed 11

I am trying to create a sub process with child_process in Node.

My goal is to open applications like word, excel or visual studio code.

However these applications seem to merge their other instances into one.

Is there any chance I can do it with child_process or can I use C language to make a addon in order to make this happen

I'm aware that Microsoft Word can start multi-instance by giving it argument /w.

Is there a way to do this with child_process or node addon.

Task Manager

Thanks

0 Answers
Related