Skip to content

Batch File

David Grochocki edited this page Mar 23, 2017 · 2 revisions
Batch File Processing of all XAML files
  1. Capture all XAML files.
C:\>dir /S /B *.xaml > allxaml.bat
  1. Modify batch file to include call to xstyler.exe.
  2. Execute batch file.
    Thanks @Bill77!

Have a useful recipe? Let us know, and we will add it to the Wiki for others to use in their projects.