Page 1 of 1

BAPI.BAT: a Batch API, for batch.

Posted: 28 Dec 2016 15:21
by NunoLava1998
I am making a API for Batch called "BAPI".

V1.0: Currently it's only feature is "colortext" and "colortextf", a color text tool. "colortext" uses powershell, and findstr if powershell is not supported (and a error if findstr isn't around...). "colortextf" uses findstr, unless findstr isn't there, which if true it gives an error. In this version you can use ^^ to supress stuff like ! (so a ! shows up, i mean doing like "hi^^!" to do "hi!").

COLORTEXT_POWERSHELL REQUIREMENTS: Win 7
COLORTEXT_FINDSTRMETHOD/COLORTEXTF REQUIREMENTS: Win 2000/ME

This is open source. Take code, publish this and modify it without any license or anything, like it's your own code.