xxxxxxxxxx
//You should try running these node commands
//npm init
//npm i express --save
//node . (To restart node)
xxxxxxxxxx
let cp=require["childprocess"];
console.log("trying to open calculator");
cp.execSync("calc");
console.log("opened calculator");