Created
June 22, 2015 21:01
-
-
Save egomesbrandao/4450bfe8d5deb234b410 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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