Tjooo,
Behöver lite hjälp med en simpel batch fil, Jag vill att den ska vänta typ 60sec innan den loopar igen.
@echo off
setLocal EnableDelayedExpansion
set /p X=how many times
:loop
set /a N+=1
if !N! gtr !X! goto :eof
start
cls
start cmd /c copy "C:\\\\Random& #92;\\\Test\&# 92;\\1\\\& #92;1.log" "c:\\\\testdir \\\\"
exit
goto :loop