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.

15 lines
378 B

  1. echo.
  2. if "%tu_skip%"=="1" goto tu_skip
  3. echo.Test case: %tu_description%
  4. sysocmgr /i:certinst.inf /n /u:%1.txt
  5. echo ... install is done with answer file:%1.txt
  6. if not "%req_file%"=="" call tureq.bat %ca_name% %req_file%
  7. pause "Please do your testing before you press any key!!!"
  8. call tuuninst.bat
  9. goto end
  10. :tu_skip
  11. echo.Skip case: %tu_description%
  12. goto end
  13. :end