jefferson1 Posted May 1, 2020 Author Report Posted May 1, 2020 8 minutes ago, ShruteSastry said: look at robocopy commands bro, play with them a little. You can get it. Use the below for reference. https://superuser.com/questions/877976/windows-command-line-to-move-files-over-a-certain-size idi batch file lo pettali, how? for /r "sourcePath" %F in (*) do @if %~zF geq 1000 move "%F" "destinationPath" also source and destination both are in servers(network) Quote
ShruteSastry Posted May 1, 2020 Report Posted May 1, 2020 4 minutes ago, jefferson1 said: idi batch file lo pettali, how? for /r "sourcePath" %F in (*) do @if %~zF geq 1000 move "%F" "destinationPath" also source and destination both are in servers(network) use double %% in the batch file with the same command. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.