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.

61 lines
2.0 KiB

  1. @if "%1" == "" goto start
  2. @echo.
  3. @echo.Usage: %0
  4. @echo.
  5. @goto exit
  6. :start
  7. @if exist ..\certsrv.exe goto start2
  8. @echo.
  9. @echo.Current directory is missing cert server release in parent directory
  10. @echo.
  11. @goto exit
  12. :start2
  13. @delnode /q flat
  14. @md flat
  15. @copy ..\certmast.inf flat
  16. @copy ..\certocm.inf flat
  17. @copy ..\certocm.dll flat
  18. @copy ..\certsrv.exe flat\certsrv.exe
  19. @copy ..\certenc.dll flat\certenc.dll
  20. @copy ..\scrdenrl.dll flat\scrdenrl.dll
  21. @copy ..\certdb.dll flat\certdb.dll
  22. @copy ..\certmast.inf flat\certmast.inf
  23. @copy ..\xenrlinf.cab flat\xenrlinf.cab
  24. @copy ..\xenrx86.dll flat\xenrx86.dll
  25. @copy ..\scrdx86.dll flat\scrdx86.dll
  26. @copy ..\scrdw2k.dll flat\scrdw2k.dll
  27. @copy ..\xenria64.dll flat\xenria64.dll
  28. @copy ..\scrdia64.dll flat\scrdia64.dll
  29. @copy ..\certcarc.asp flat\certcarc.asp
  30. @copy ..\certcert.gif flat\certcert.gif
  31. @copy ..\certcrl.crl flat\certcrl.crl
  32. @copy ..\certckpn.asp flat\certckpn.asp
  33. @copy ..\certdflt.asp flat\certdflt.asp
  34. @copy ..\certfnsh.asp flat\certfnsh.asp
  35. @copy ..\certlynx.asp flat\certlynx.asp
  36. @copy ..\certnew.cer flat\certnew.cer
  37. @copy ..\certnew.p7b flat\certnew.p7b
  38. @copy ..\certrmpn.asp flat\certrmpn.asp
  39. @copy ..\certrqad.asp flat\certrqad.asp
  40. @copy ..\certrqbi.asp flat\certrqbi.asp
  41. @copy ..\certrqma.asp flat\certrqma.asp
  42. @copy ..\certrqtp.inc flat\certrqtp.inc
  43. @copy ..\certrqus.asp flat\certrqus.asp
  44. @copy ..\certrqxt.asp flat\certrqxt.asp
  45. @copy ..\certrsdn.asp flat\certrsdn.asp
  46. @copy ..\certrser.asp flat\certrser.asp
  47. @copy ..\certrsis.asp flat\certrsis.asp
  48. @copy ..\certrsob.asp flat\certrsob.asp
  49. @copy ..\certrspn.asp flat\certrspn.asp
  50. @copy ..\certsbrt.inc flat\certsbrt.inc
  51. @copy ..\certsgcl.inc flat\certsgcl.inc
  52. @copy ..\certspc.gif flat\certspc.gif
  53. @copy ..\certsrck.inc flat\certsrck.inc
  54. @copy ..\certsces.asp flat\certsces.asp
  55. :exit