The permissions set on files and folders may be changed when you move/copy them by using the Windows Explorer.

Did you know this?

Windows Explorer Needs To Be Restarted: Problem Solved.

batch file

Thats why usingscript to copy files from one folder to anotheris necessary.

Yet, do you want to automatically move files from one folder to another?

The copying and pasting process can be finished quickly by using the Windows command line.

notepad

How to create batch file to copy files?

How to use Windows script to copy files?

The following steps are finished on Windows 10.

Create Task

Step one: press the Cortana icon on the taskbar (fix taskbar not working on Window 10).

Step two: typenotepadinto the search text box.

Step three: selectNotepadapp from the search result by clicking on it.

set trigger time

Step four: jot down the following script in or copy & paste it into Notepad.

Step five: chooseFileoption from the menu bar and chooseSave As…from submenu.

Step one: typetask schedulerinto the Cortana search box.

choose the .BAT file

Step two: chooseTask Schedulerfrom the search result.

Step three: findActionssection from the right-hand panel.

Step four: selectCreate Task…from the list.

Step five: give a name for the task and key in it into the text box afterName.

Step six: shift toTriggerstab and punch theNew…button.

Step eight: set theStarttime to decide when the task will be triggered and select theOKbutton to confirm.

Step nine: shift toActionstab and choose theNew…button.

Step ten: tap on theBrowsebutton to find & choose the .BAT file you have created in stage one.

Step eleven: select theOKbutton to confirm.

Thats how to use Windows batch to copy file.