A Ali Asghar Joined Aug 4, 2017 Messages 1 Reaction score 0 Aug 4, 2017 #1 Hi Guys, Is there any way i can schedule the task of moving(not copying) files/Folders from one drive to another within Same PC?
Hi Guys, Is there any way i can schedule the task of moving(not copying) files/Folders from one drive to another within Same PC?
muckshifter I'm not weird, I'm a limited edition. Moderator Joined Mar 5, 2002 Messages 25,752 Reaction score 1,211 Aug 4, 2017 #2 Make a Batch (.bat) file to move your files, then use the scheduler to run the .bat file. example "backupmove.bat" file: move d:\backupfolder\backupfile.bkf x:\backupfolder\backupfile.bkf (suppress prompting to confirm overwrite): move /Y d:\backupfolder\backupfile.bkf x:\backupfolder\backupfile.bkf HTH
Make a Batch (.bat) file to move your files, then use the scheduler to run the .bat file. example "backupmove.bat" file: move d:\backupfolder\backupfile.bkf x:\backupfolder\backupfile.bkf (suppress prompting to confirm overwrite): move /Y d:\backupfolder\backupfile.bkf x:\backupfolder\backupfile.bkf HTH