Hi all,
Really could do with some help please. Any way to do a batch file (bearing in mind this is over two network drives) to do the following? Or if anyone knows if fileboss program does this?
We are facing a huge task at work to COPY thousands of folders in to a new folder structure.
The folders which need transfered are named:
\schemes\"001 Scheme name"
\schemes\"002 Scheme name"
\schemes\"003 Scheme name"
etc etc
Each of these folders need to be transfered in to their respective "Asbestos" folders shown in the path below:
\Properties\001 Random name\Asbestos
\Properties\002 Random name\Asbestos
\Properties\003 Random name\Asbestos
So as you can see (hopefully) I need to be able to transfer the, for example "001 Scheme name" folder in to an "Asbestos" folder that sits within a folder that contains the same scheme number e.g. 001, 002 etc.
So the final folder path for each scheme would look like this:
\Properties\001 Random name\Asbestos\001 Scheme name
\Properties\002 Random name\Asbestos\002 Scheme name
\Properties\003 Random name\Asbestos\003 Scheme name
So there needs to be some code which contains a wildcard to check for the scheme number e.g. move scheme folder in to "Asbestos" folder which is within folder like 001*
Please help, this could save us days of agony!
Many thanks.
Really could do with some help please. Any way to do a batch file (bearing in mind this is over two network drives) to do the following? Or if anyone knows if fileboss program does this?
We are facing a huge task at work to COPY thousands of folders in to a new folder structure.
The folders which need transfered are named:
\schemes\"001 Scheme name"
\schemes\"002 Scheme name"
\schemes\"003 Scheme name"
etc etc
Each of these folders need to be transfered in to their respective "Asbestos" folders shown in the path below:
\Properties\001 Random name\Asbestos
\Properties\002 Random name\Asbestos
\Properties\003 Random name\Asbestos
So as you can see (hopefully) I need to be able to transfer the, for example "001 Scheme name" folder in to an "Asbestos" folder that sits within a folder that contains the same scheme number e.g. 001, 002 etc.
So the final folder path for each scheme would look like this:
\Properties\001 Random name\Asbestos\001 Scheme name
\Properties\002 Random name\Asbestos\002 Scheme name
\Properties\003 Random name\Asbestos\003 Scheme name
So there needs to be some code which contains a wildcard to check for the scheme number e.g. move scheme folder in to "Asbestos" folder which is within folder like 001*
Please help, this could save us days of agony!
Many thanks.