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.

21 lines
777 B

  1. @echo off
  2. @rem copies all pkitrust regress files to the testbin dir
  3. SETLOCAL
  4. set TestBinDir=%_NTTREE%\testbin
  5. if not exist %TestBinDir% mkdir %TestBinDir%
  6. if not exist %TestBinDir%\catalogs mkdir %TestBinDir%\catalogs
  7. xcopy /E /C catalogs %TestBinDir%\catalogs
  8. if not exist %TestBinDir%\catdbtst mkdir %TestBinDir%\catdbtst
  9. xcopy /E /C catdbtst %TestBinDir%\catdbtst
  10. if not exist %TestBinDir%\catver mkdir %TestBinDir%\catver
  11. xcopy /E /C catver %TestBinDir%\catver
  12. if not exist %TestBinDir%\signing mkdir %TestBinDir%\signing
  13. xcopy /E /C signing %TestBinDir%\signing
  14. copy publish.pvk %TestBinDir%
  15. copy publish.spc %TestBinDir%
  16. copy regress.bat %TestBinDir%\trstrgrs.bat
  17. copy grepout.bat %TestBinDir%