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.

67 lines
2.2 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 ..\certreq.exe flat\certreq.exe
  19. @copy ..\certutil.exe flat\certutil.exe
  20. @copy ..\certsrv.exe flat\certsrv.exe
  21. @copy ..\certenc.dll flat\certenc.dll
  22. @copy ..\scrdenrl.dll flat\scrdenrl.dll
  23. @copy ..\certdb.dll flat\certdb.dll
  24. @copy ..\certmmc.dll flat\certmmc.dll
  25. @copy ..\certsrv.msc flat\certsrv.msc
  26. @copy ..\certxds.dll flat\certxds.dll
  27. @copy ..\certpdef.dll flat\certpdef.dll
  28. @copy ..\certmast.inf flat\certmast.inf
  29. @copy ..\xenrlinf.cab flat\xenrlinf.cab
  30. @copy ..\xenrx86.dll flat\xenrx86.dll
  31. @copy ..\scrdx86.dll flat\scrdx86.dll
  32. @copy ..\scrdw2k.dll flat\scrdw2k.dll
  33. @copy ..\xenria64.dll flat\xenria64.dll
  34. @copy ..\scrdia64.dll flat\scrdia64.dll
  35. @copy ..\certcarc.asp flat\certcarc.asp
  36. @copy ..\certcert.gif flat\certcert.gif
  37. @copy ..\certcrl.crl flat\certcrl.crl
  38. @copy ..\certckpn.asp flat\certckpn.asp
  39. @copy ..\certdflt.asp flat\certdflt.asp
  40. @copy ..\certfnsh.asp flat\certfnsh.asp
  41. @copy ..\certlynx.asp flat\certlynx.asp
  42. @copy ..\certnew.cer flat\certnew.cer
  43. @copy ..\certnew.p7b flat\certnew.p7b
  44. @copy ..\certrmpn.asp flat\certrmpn.asp
  45. @copy ..\certrqad.asp flat\certrqad.asp
  46. @copy ..\certrqbi.asp flat\certrqbi.asp
  47. @copy ..\certrqma.asp flat\certrqma.asp
  48. @copy ..\certrqtp.inc flat\certrqtp.inc
  49. @copy ..\certrqus.asp flat\certrqus.asp
  50. @copy ..\certrqxt.asp flat\certrqxt.asp
  51. @copy ..\certrsdn.asp flat\certrsdn.asp
  52. @copy ..\certrser.asp flat\certrser.asp
  53. @copy ..\certrsis.asp flat\certrsis.asp
  54. @copy ..\certrsob.asp flat\certrsob.asp
  55. @copy ..\certrspn.asp flat\certrspn.asp
  56. @copy ..\certsbrt.inc flat\certsbrt.inc
  57. @copy ..\certsgcl.inc flat\certsgcl.inc
  58. @copy ..\certspc.gif flat\certspc.gif
  59. @copy ..\certsrck.inc flat\certsrck.inc
  60. @copy ..\certsces.asp flat\certsces.asp
  61. :exit