Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
492 B

  1. This script tdcopy.cmd assumes that the source trees for exchange are available on
  2. \\tdsrc. The syntax is easy:
  3. tdcopy -build build-number [-doit]
  4. the build number is the number of the build that you want to sync to. -doit means
  5. do the copy.
  6. each file is diffed, and files that have changes are checked out, copied to *.prev,
  7. and the current file copied down. You must then go through and confirm the changes
  8. and use sd submit to check them all in.