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

status -xv > ntrepl.cmp
scomp -df *.* >> ntrepl.cmp
for %%x in (repl util inc frs setup main) do (
cd %%x
status -xv > ..\%%x.cmp
scomp -df *.* >> ..\%%x.cmp
cd ..
)
start list repl.cmp util.cmp inc.cmp frs.cmp setup.cmp main.cmp ntrepl.cmp