Hopefully a straightforward one?
Posted: 14 Sep 2021 02:09
Hi all,
I get sent a zip file from my design team that contains images in several different languages. Each language has its own folder and in that folder is a folder called "images"
i.e. EN/images/
FR/images/
SE/images/ etc.
Once extracted I need a batch file to speed up the process of getting these images to the correct place.
For each folder I have to rename the images folder to the equivalent language (usually the same but for some reason Sweden is different)
i.e. EN/en
FR/fr
SE/sv
These renamed folders then have to be uploaded to a numbered folder on a network drive (filecopy) which then uploads these images to the webserver.
I need to capture the 4 digit number from the user create the folder using that number i.e. Y:\Images\email\1234 and then copy all the renamed folders above into it. Ideally with a pause between each folder as the filecopy upload can be temperamental.
Hope you can help, info file attached, thanks.
I get sent a zip file from my design team that contains images in several different languages. Each language has its own folder and in that folder is a folder called "images"
i.e. EN/images/
FR/images/
SE/images/ etc.
Once extracted I need a batch file to speed up the process of getting these images to the correct place.
For each folder I have to rename the images folder to the equivalent language (usually the same but for some reason Sweden is different)
i.e. EN/en
FR/fr
SE/sv
These renamed folders then have to be uploaded to a numbered folder on a network drive (filecopy) which then uploads these images to the webserver.
I need to capture the 4 digit number from the user create the folder using that number i.e. Y:\Images\email\1234 and then copy all the renamed folders above into it. Ideally with a pause between each folder as the filecopy upload can be temperamental.
Hope you can help, info file attached, thanks.