Merge pull request #18 from metathinker/all.bat

ColorTool: Fix the included all.bat batch file
This commit is contained in:
Mike Griese 2017-08-15 09:08:13 -07:00 committed by GitHub
commit fed6302eeb

View file

@ -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
)
)