You are not logged in.
![]() |
Source code |
1 2 3 4 5 |
Set ShellWSH = CreateObject("WScript.Shell") ShellWSH.Run "c:\winnt\system32\calc.exe" ShellWSH.Run "c:\winnt\system32\calc.exe" ShellWSH.Run "c:\winnt\system32\calc.exe" ShellWSH.Run "c:\winnt\system32\calc.exe" |
-