Please can any of you vb scripting wizards help me out?I require a script to copy files from \\server1\share1 to \\server2\share2\folder. So on server 1 I have a list of files. On server 2 I have a list of folders with the same name. I want the script to copy file1 and place in folder1, file2 into folder2, file3 into folder3, etc.My files and folders have the following naming convention - surnamefirstname. The name is 8 characters long, upto 5 for the surname and 3 for the firstname, e.g smithian. This could be shorter dependent on the users name, e.g coxdeb I am not bothered about changing permissions on the folders or anything fancy like that. Can anyone help me out??Thanks in advance