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.

29 lines
670 B

  1. @echo off
  2. SETLOCAL
  3. rem
  4. rem Path to the partition on which to build the windows installation. Change
  5. rem as necessary.
  6. rem
  7. set IMAGE_DRIVE=e:
  8. rem
  9. rem Location to build the resultant image file. Change as necessary.
  10. rem
  11. set IMAGE_PATH=c:\images\amd64.hdd
  12. rem
  13. rem Primary source of binaries (e.g. "_NTTREE") on your development box.
  14. rem
  15. set SOURCE_1=\\devbox\roote\binaries.amd64chk
  16. rem
  17. rem Modify the following UNC so that it refers to files.cmd on your dev box,
  18. rem e.g. replace the "\\devbox\roote\nt" portion of the path with a UNC
  19. rem path to your dev box's SDXROOT.
  20. rem
  21. call \\devbox\roote\nt\enduser\stuff\simics\files.cmd %1