Skip to content

Instantly share code, notes, and snippets.

@egomesbrandao
Created June 22, 2015 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egomesbrandao/4450bfe8d5deb234b410 to your computer and use it in GitHub Desktop.
Save egomesbrandao/4450bfe8d5deb234b410 to your computer and use it in GitHub Desktop.
@echo off
witadmin importcategories /collection:%1 /p:%2 /f:categories.xml
witadmin importprocessconfig /collection:%1 /p:%2 /f:process.xml
FOR /F "eol=, tokens=*" %%i in (wits.txt) DO witadmin importwitd /collection:%1 /p:%2 /n:"%%i" /f:"%%i".xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment