Anybody know a way of automating the following ?
I want to copy a file into every folder and subfolder (500 in total )within a particular directory.
My initial thoughts point toward using an fso.
Printable View
Anybody know a way of automating the following ?
I want to copy a file into every folder and subfolder (500 in total )within a particular directory.
My initial thoughts point toward using an fso.
If I understand correctly, Have you tried creating a view in SQL and creating a trigger that bulk copies?
Unfortunately I have no real experience of SQL other than basic database and table creation. Any further explanation would be welcomed
You have to loop trough each file and then copy it, or you have to use FSO, I think fso can copy whole dirs including subdirs.