Batch-Man
A batch programming platform, successor of TheBATeam. This Github organization is specially dedicated to plugins and developer tools.
Planet Earth
Pinned Repositories
AnC
This function will Compare the execution time of two or more files on the Same system, for their speed of execution comparison. It will help in understanding the execution speed comparison of different Files.
Backup
Backups up your PC folders to remote FTP server with a simple Command/Click.
Batbox
Allows to perform multiple tasks in single go (1 file for all options), but with new additional switches.
BatCenter
Search, download, install batch plugins from CMD directly, without surfing the web.
BatDBug
This program can help you to quickly find the bug in the batch program. It will save your time, so that you can create more innovative projects in that time.
Box
It Prints simple box on the cmd console at specified X Y co-ordinate. This function helps in Adding a little GUI effect into your batch program.
Button
Button Function acts as a library for your batch projects by making it very easy for you to make GUI / Clickable buttons on the CMD console screen.
FnC
This program can Generate a Skeleton/Template for you to start your projects easily!
Newtrodit
A console text editor written in C.
Progress
Show a CLI progress bar on the CMD screen that will disappear once progress is done
Batch-Man's Repositories
Batch-Man/BatCenter
Search, download, install batch plugins from CMD directly, without surfing the web.
Batch-Man/Backup
Backups up your PC folders to remote FTP server with a simple Command/Click.
Batch-Man/Progress
Show a CLI progress bar on the CMD screen that will disappear once progress is done
Batch-Man/Button
Button Function acts as a library for your batch projects by making it very easy for you to make GUI / Clickable buttons on the CMD console screen.
Batch-Man/Batbox
Allows to perform multiple tasks in single go (1 file for all options), but with new additional switches.
Batch-Man/Newtrodit
A console text editor written in C.
Batch-Man/AFFPNG
It prints png/jpg/bmp images on screen without dialog box.
Batch-Man/BatDBug
This program can help you to quickly find the bug in the batch program. It will save your time, so that you can create more innovative projects in that time.
Batch-Man/Box
It Prints simple box on the cmd console at specified X Y co-ordinate. This function helps in Adding a little GUI effect into your batch program.
Batch-Man/EnvUpdate
A plugin to update environment settings without rebooting or logging off using WM_SETTINGCHANGE system call
Batch-Man/FnC
This program can Generate a Skeleton/Template for you to start your projects easily!
Batch-Man/ReplaceLine
Replaces a specific Line in a Text File
Batch-Man/AC
It allows Precise Mathematical Calculation with advanced math functions.
Batch-Man/DelLine
Delete any line from a text file.
Batch-Man/StrSurr
This program can Extract the string surrounded by given characters.
Batch-Man/VT100
The VT100 Batch Library simplifies the usage of ANSI VT100 escape codes for text formatting, color control, and cursor manipulation in Windows Command Prompt. It allows developers to incorporate modern terminal features into batch scripts without delving into the complexities of raw escape codes.
Batch-Man/AnC
This function will Compare the execution time of two or more files on the Same system, for their speed of execution comparison. It will help in understanding the execution speed comparison of different Files.
Batch-Man/AddLine
Add a line in a text file at the desired location (Line number)
Batch-Man/AES
Decode/Encode files/data using the AES algorithm.
Batch-Man/Batch-Antivirus
Batch Antivirus, a powerful antivirus suite written in batch with real-time protection and heuristical scanning.
Batch-Man/cat
Concatenate FILE(s), or standard input, to standard output.
Batch-Man/EditLine
This program allows to Edit & Insert a text on a line in a text file... without replacing the entire content. This is an improved & Combined version of ReplaceLine & StrSurr utilities both of them were created by Kvc as well.
Batch-Man/gEcho
Gecho helps you write colorful texts in one line with low ms guarantee.
Batch-Man/Gecho-2.0
# GECHO Gecho helps you write colorful texts in one line with low ms guarantee. 2.0
Batch-Man/ReadLine
Reads a File and prints specific line on the console
Batch-Man/StringReplace
To find a string in a file and then replace it by another one.
Batch-Man/StrSplit
This program Breaks the string into parts from the given delimiter.
Batch-Man/tat
Text Attributes for Terminal (CMD)
Batch-Man/TypeIt
This plugin helps in creating a bit more realistic human typing experience for the end user, as it adds random delays with random chars - trying to simulate human typing.
Batch-Man/typewriter
Print text with typing effect on the CMD console.