Articles

Affichage des articles associés au libellé MOVE file with cmd

How to automatically move files from one folder to another folder on windows using TASK SCHEDULER

Image
How to automatically move files from one folder to another folder on windows using TASK SCHEDULER In this tutorial we going to learn how to automatically move multiples files from a directory to a another directory.  Let's say we wanna move thoses 3 folders : download.xls , download(1).xls , download(2).xls in download(C:\ drive) folder with path:   C:\Users\jbej90-pc\Downloads\ IN folder which is in E:\ drive .  Step 1: Create a .BAT file using notepad, name it: moveExcel.bat   * WINDOWS FLAG + R, type notepad, hit ENTER  * Once notepad is open. *Type this command: start move C:\Users\jbej90-pc\Downloads\*.xls e:\excel NOTE: replace jbej90-pc by the name of your pc To verify the name of your pc: 1) Open cmd 2) type: HOSTNAME * Now save this files on your computer  Step 2: Open TASK SCHEDULER   * WINDOWS FLAG + R (RUN) * Type:  taskschd.msc Step 3: Now create a basic task *Clic on TASK ...