Set WshShell = WScript.CreateObject("WScript.Shell") For i = 0 to 3 WshShell.Run ("mulaz_wget.bat") WScript.Sleep(15000) Next