6 lines
126 B
Batchfile
6 lines
126 B
Batchfile
@echo off
|
|
|
|
:bucle
|
|
cscript //nologo ..\VisualBasicScripts\NucelarMonitor.vbs
|
|
@ping 127.255.255.255 -n 1 -w 5000 >nul
|
|
goto bucle |