Search found 2 matches

by oruganti99
27 May 2014 10:22
Forum: DOS Batch Forum
Topic: Move command - folder structure creation
Replies: 4
Views: 2132

Re: Move command - folder structure creation

Hi All,

thank you so much for all your quick replies.
Im on Win XP and i believe it wont support Robocopy.
My main aim is to move mdb files from one loc to other, hence im creating a batch to process the task by creating same folder structure.
by oruganti99
27 May 2014 05:40
Forum: DOS Batch Forum
Topic: Move command - folder structure creation
Replies: 4
Views: 2132

Move command - folder structure creation

Hi All, how can i move the folders from one file server to other. Below is my code and I've around 15000 files from various folders to move. ************************************************************************ move "Z:\Archive & Old\NTD.mdb" "\\FileServer01\dept\IT\Archive\NTD...