Ciao,
esiste un modo per evitare di far apparire il prompt del dos, utizzando il seguente comando?

var shell =WScript.CreateObject("WScript.Shell");
shell
.Run("command here");

oppure


var shell =WScript.CreateObject("WScript.Shell");
shell
.Exec("command here");

Grazie