DslTextTransform.cmd is a script that calls TextTransform.exe and runs it with common options. You can use DslTextTransformation.cmd to automate a nightly build of your Domain-Specific Language Tools projects.
DslTextTransform.cmd is located at:
<Visual Studio SDK Installation Path>\VisualStudioIntegration\Tools\Bin
You can specify the following arguments as input to DslTextTransform.cmd:
The output directory of the domain model project.
The output directory of the designer definition project.
The location of the text template file.
DslTextTransform.cmd processes the specified text template file using the default directive processors and assemblies (that is, those used with .dsldd, .dsldm, or .dslsetup). If you create custom directive processors, you can create your own batch file that calls TextTransform.exe (for example, CustomTextTransform.bat). In this batch file, you can specify your assemblies and the associated custom directive processors.