name="daopush-site-verification" content="f353202abbd16c53641167adc2009e9cd034db75" newb

Tuesday, March 5, 2024

const { exec } = require('child_process'); exec('path/to/your/batch/file.bat', (error, stdout, stderr) => { if (error) { console.error(`خطأ: ${error.message}`); return; } if (stderr) { console.error(`خطأ: ${stderr}`); return; } console.log(`الناتج: ${stdout}`); });

No comments:

Post a Comment