I have tried the move script but this will only move .pdf files from one folder. I need to move the pdf files from multiple folders witrh different names. I want the script to search for subfolders under "c:\temp\archive\pdf" and copy the folder names and move the pdf files to an archive folder
This isn't perfect by any means but it does the copying bit, I just couldn't work out how to replicate the folder names in the destination
Code:
@Echo Off
For /R %1 %%I in (*.txt) Do Copy "%%I" "%2"
Copy that into a batch file. Then run the file (e.g copyme.bat) and supply 2 parameters, the first is the source directly, the second is the destination.
Signature/Avatar nuking: none (can be changed in your profile)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum