BAPI.BAT: a Batch API, for batch.

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
NunoLava1998
Posts: 10
Joined: 01 Mar 2015 10:06

BAPI.BAT: a Batch API, for batch.

#1 Post by NunoLava1998 » 28 Dec 2016 15:21

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.
Attachments
Batch API (BAPI) V1.0.zip
b api
(1 KiB) Downloaded 487 times

Post Reply