Source code of Windows XP (NT5)
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.

9 lines
388 B

  1. @pkzip certsrv.zip certdoc.cab certmast.inf certocm.dll certsrv.cab certsrv.inf certwrap.exe
  2. @delnode /q foo
  3. @md foo
  4. @hd -B -n 1000000 certsrv.zip > foo\certsrv1.zip
  5. @hd -B -s 1000000 certsrv.zip > foo\certsrv2.zip
  6. @copy /b foo\certsrv1.zip+foo\certsrv2.zip cs.zip
  7. @echo copy /b certsrv1.zip+certsrv2.zip cs.zip> foo\unzip.bat
  8. @echo pkunzip cs.zip>> foo\unzip.bat
  9. @cmp cs.zip certsrv.zip