Adjusted mshta_calc to start calc.exe
parent
1e9ae3aa9b
commit
a479de9b36
|
@ -34,7 +34,7 @@
|
|||
|
||||
function Exec()
|
||||
{
|
||||
var r = new ActiveXObject("WScript.Shell").Run("notepad.exe");
|
||||
var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
|
||||
}
|
||||
|
||||
]]>
|
||||
|
|
Loading…
Reference in New Issue