Posts by Daniel Santos • 11 points
1 post
-
0
votes1
answer370
viewsQ: Loop in Vbscript
Set WshShell = WScript.CreateObject ("WScript.Shell") Set colProcessList = GetObject("Winmgmts:").ExecQuery ("Select * from Win32_Process") For Each objProcess in colProcessList If objProcess.name =…
vbsasked Daniel Santos 11