Gecho 2.0: The Ultimate Batch Plugin for Customizing Text in CMD
Command Prompt, also known as CMD, is a powerful tool...
Add attributes to text-Tat plugin by Zeek
In CMD, we do not have any default option to...
Update environment settings without rebooting-EnvUpdate by anic17
This article was about the plugin EnvUpdate, which is used to update environment settings without rebooting or logging off. This plugin will be very helpful in saving time by not rebooting the entire system and instead just running a command in CMD.
Display Images Without Dialogbox – AFFPNG BY SACHADEE
AFFPNG can help you in displaying an image without a dialog box. This will be a great help to programmers who don't want their image to show inside a window for an application or program.
Realistic Typing effects on CMD | TypeIt by Kvc | Addition to typewriter by Zeek
In this article, we are going to learn about the...
Quickly find bugs in batch scripts – BatDBug by KVC
Imagine a developer, let’s call him Alex, who spent hours...
Compare the execution speed of programs – AnC Function by Kvc
In batch, there is no command to directly compare the...
WRITE COLORFUL TEXT IN ONE LINE-GECHO
In CMD, users generally work in a black and white...
JOIN TWO OR MORE FILES TOGETHER – CAT PLUGIN
The Cat plugin can join two or more files together...
EDIT FILES WITHOUT OPENING THEM – EditLine by KVC
In this article, we are going to learn about the...
CREATING A BOX LAYOUT IN CMD-BOX FUNCTION BY KVC
Adding a GUI effect to your batch program is a...
Create and manipulate lists in Batch with this plugin – List 1.0 by Zeek
Batch is not a typed language, every piece of data...
Split and extract a string – StrSurr and StrSplit by Kvc.
Strings in Batch tend to be difficult to handle, especially...
Create a responsive progress bar in CMD with Progress by Kvc.
Professional applications use progress bars to assure the user that...
Easily backup your windows folder to an FTP server with a right click.
Creating backups of your work is critical in a professional...
Evaluate complex math expressions in Batch with AC Function
One of the drawbacks of Batch is it’s lack of...