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.

11 lines
294 B

  1. status -xv > ntrepl.cmp
  2. scomp -df *.* >> ntrepl.cmp
  3. for %%x in (repl util inc frs setup main) do (
  4. cd %%x
  5. status -xv > ..\%%x.cmp
  6. scomp -df *.* >> ..\%%x.cmp
  7. cd ..
  8. )
  9. start list repl.cmp util.cmp inc.cmp frs.cmp setup.cmp main.cmp ntrepl.cmp