I have a big chunk of Project 2003 files sitting in my local hard drive. I need to check these files into Project Server 2010. Is there a way I can create a script that picks these files one after another and checks them into my Project Server 2010? I do not want any visual component to it. Ideally I will have a config file that has my source location, destination server info, login details to use to connect to PS 2010 server and perhaps a log file into which I can record the progress and any errors that the process may encounter. My script should read the config file, pick up one file at a time from the source location and check-in the file to PS 2010 server. I do not want to see any prompts (for setting calendar, publish site etc.,). I want to be able to set all these possible attributes in my PSI calls.
I want to avoid having to check-in such a large amount of files manually. I would appreciate your suggestions on how to go about scripting this out.
- Helios