@echo off
for /l %%i in (1,1,2147483647) do (
echo %%i
TIMEOUT /T 180
"C:\Users\admin\FastCopy\fastcopy.exe" /filelog /cmd=sync /balloon /no_ui /error_stop=FALSE "E:\" /to="D:\Ramdisk\E"
)
exit
@echo off
for /l %%i in (1,1,2147483647) do (
echo %%i
TIMEOUT /T 180
"C:\Users\admin\FastCopy\fastcopy.exe" /filelog /cmd=sync /balloon /no_ui /error_stop=FALSE "E:\" /to="D:\Ramdisk\E"
)
exit