I need to move files from one directory to another in windows, and I need to write this in a batch script.
We have written a SQL job where backup files will be created e
Create a file called MoveFiles.bat with the syntax
move c:\Sourcefoldernam\*.* e:\destinationFolder
then schedule a task to run that MoveFiles.bat every 10 hours.