Colorize Batch Code

I developed this tool to make it easy to post color-coded batch file code (.bat and .cmd) into web pages. Here is a short example of a batch file colorized by this tool:


@echo off


rem Grant permissions

xcacls %1 /y /g Administrators:F


rem Show permissions

echo.

echo Current permissions for %1...

xcacls %1


To colorize your own batch code, simply paste it in the text box below and click Colorize.