In batch, there is no command to directly compare the execution speed of two or more batch programs. Analyze and Compare plugin, in short AnC plugin will help you calculate
Read moreIn CMD, users generally work in a black and white field, where the background is black and the characters typed are white. Even if we use plugins to alter output
Read moreThe Cat plugin can join two or more files together and has some additional features as well. The name cat is derived from the word concatenate. This plugin was written
Read moreIn this article, we are going to learn about the usage and functionality of the EditLine plugin written by KVC. This plugin allows you to edit and insert a text
Read moreAdding a GUI effect to your batch program is a very difficult task, especially for newer programmers. This function will help the users in Creating a Box Layout in the CMD console
Read moreBatBox helps you not only use the CMD console graphically but, also enables user interaction such as a mouse and keyboard. It also allows you to take key combinations as well from the user.
Read moreReading raw data in batch has always been a hard task. You can’t read binary files (at least easily), because ASCII control characters will result in an absolute mess. File
Read moreBatch is not a typed language, every piece of data has the same type, and because of this there are limitations as to how you can manipulate them. There is
Read moreStrings in Batch tend to be difficult to handle, especially for newer programmers. That is why many people use external plugins to avoid the hassle. These two plugins, created by
Read moreProfessional applications use progress bars to assure the user that the program is working as expected. It gives users the ability visualize a tasks execution, and is especially useful in
Read moreCreating backups of your work is critical in a professional and even personal environment. Data loss can occur at any time, and people are always grateful to have up-to-date backups
Read moreIn this article, we will use GCC and Strip to optimize our C applications.
Read moreOne of the drawbacks of Batch is it’s lack of support for some complex math functions. This plugin, developed by Michael Bukowski can alleviate this restriction for you. While it
Read moreProfessional Batch plugins take a while to develop, and many developers have their own collection of templates to easily skeleton a project. Because of this, Karanveer Chouhan (Kvc) created his
Read moreManipulating file contents in Batch can be pretty tedious. Very much so if you are not an expert and you need a solution quickly. Without plugins, you would likely need
Read moreAs you all know, that I have been working on my heliostat project from a long time now. I am really thankful to you all guys and especially my special
Read more