Using a spreadsheet formula, create a new column which evaluates to:
Code:
copy "\\server\path\0123456.jpg" "c:\My Documents\student pics"
where \\server\path is the path to your network share (could be mapped to a drive letter etc.)
Select the entire column and then save as a plain text file (newline separated) called something.bat
Create a new folder in My Documents called "student pics"
Click on Start->Run... and browse to your something.bat file. Click on OK.
Eh, voila it should be done.
If it doesn't work, check your quotes carefully; any path that includes spaces needs to be quoted. You can also run the something.bat file from the command line (Start->Run... cmd) to check for error messages, or add the word "pause" (no quotes) after the end of your list of copy commands in the something.bat file, so that you can view the results.
Slainte
midders