Thank-you for looking at this question.
Answers to clarify Question
1) The script will be run by an Admin on one workstation connected to Network Shares
the hope is that the admin can run a script one by one on several top level folders in the directory, "point" to another server share...and run the script.
2) The Folder to look in will be hopefully selected through script (browse for..) or drop the script in the folder and run from there. (self)
3) folder structure could be several levels deep, unknown how many but minimum is 2
4)All ppt files encountered are to be moved.
5)The PPT files will be moved to one single folder on a different server (UNC path?) can be hardwritten and will not change.
6) Therin lies part of the problem!. Multiple copies of the same file with the same exact name DO exist. the chances of encountering a file with same EXACT name will be there, if so then overwrite should occur, but a link/shortcut still needs to be dropped in the originating location.
7) Single folder directory on target. Basically just dump all files into one folder.
Main Topics
Browse All Topics





by: billprewPosted on 2009-11-05 at 19:40:08ID: 25756437
A few questions that come to mind.
- Will this script be run on each client workstation?
- What will the directory to look for files in on the cleint be?
- Is this a single level directory, or will the script have to recursively travel into sub-directories?
- Are all *.PPT files to be moved?
- What will the directory be to place the shared copy in?
- Could the same file exist on multiple clients, and if so what should happen when the second tries to copy to the shared server and it is already there? (or are they always unique)
- Is any directory structure to be created on the shared server?
~bp