I wrote a little project creation program which writes a batch file to xcopy all the files from our “standard project” into the project’s main directory. I was very pleased that this co-exists with Newforma quite well. Here’s what it does for one project:
K: [ put you on the project drive ]
cd K:\999901 [ put you in the project’s main folder ]
xcopy K:\stdprj\*.* /E/Y/C/Q/K/O [ copy all the folders & files in the standard project ]
pretty simple, but it works; just edit the project number and execute the batch file.
