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.

23 lines
413 B

  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