[go: up one dir, main page]

Menu

[r72]: / trunk / colorer / bin / clr.bat  Maximize  Restore  History

Download this file

13 lines (11 with data), 283 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
@echo off
rem This file is for calling colorer as a filter.
rem stdin - input text, stdout - result text
rem it's good for using in FAR editor :)
more > %TMP%\clr.tmp
echo ^<!--
type %TMP%\clr.tmp
echo --^>
echo.
colorer -dc -dh -h %TMP%\clr.tmp %1 %2 %3 %4 %5 %6
del %TMP%\clr.tmp