I'm trying to spawn a child process with separate shell output/input (It also needs input preferably), but I can't make it work.
File 1 (Main): index.js
File 2 (Child): kahoot.js
I want File 1 to spawn File 2 as child_process with separate shell. I have been bugging myself with this one for days, thanks!