VBScript

Set objShell = CreateObject("WScript.Shell") ' Create WScript.Shell object
objShell.Exec("C:\Windows\System32\calc.exe") ' Execute calc.exe
C:\Windows\System32\wscript.exe .\poc.vbs

Last updated