diff --git a/tools/ColorTool/all.bat b/tools/ColorTool/all.bat index 8602076c4..8161cba5e 100644 --- a/tools/ColorTool/all.bat +++ b/tools/ColorTool/all.bat @@ -9,6 +9,6 @@ rem All of the previously viewed tables will display the current scheme's co for %%i in (schemes\*) do ( echo %%i - ct.exe "%%i" + .\colortool.exe "%%i" pause -) \ No newline at end of file +)