7 lines
152 B
Batchfile
7 lines
152 B
Batchfile
:start
|
|
set "currentTime=%TIME%
|
|
if %currentTime% geq 16:20:00.00 goto done
|
|
mk UPDATELATESTPRICEOPENPOSITIONS
|
|
ping 127.0.0.1 -n 120 > nul
|
|
goto start
|
|
:done |