const array = [];
const arrayX = [];
const script = 'netsh advfirewall firewall set rule name="active" new remoteip=';
array.push(args[1].toString());
console.log("array " + array.toString());
exec(script + array.toString(), function (error, stdout, stderr) {
console.log(error);
if (error !== null) {
array.splice(-1);
}
});Şuanlık bu şekilde geçici bellekte