Skip to content
  • HOME
    • FORUM
    • LEARN
    • CONTACT
  • PROJECTS
    • TOOLS
    • DARK
  • ABOUT
    • OUR TEAM
    • JOIN BATCH-MAN
    • PRIVACY POLICY
    • LOGIN
  • SUBMIT PROJECT
  • DONATE
  • FEEDBACK
Batch-Man Batch-Man
Batch-Man When everybody thinks alike, nobody thinks at all
Batch-Man Batch-Man
Batch-Man When everybody thinks alike, nobody thinks at all
  • HOME
    • FORUM
    • LEARN
    • CONTACT
  • PROJECTS
    • TOOLS
    • DARK
  • ABOUT
    • OUR TEAM
    • JOIN BATCH-MAN
    • PRIVACY POLICY
    • LOGIN
  • SUBMIT PROJECT
  • DONATE
  • FEEDBACK
BatchCoding Basicscommand lineOperating SystemsProgrammingUncategorized

Simplifying File Transfers: Copy Command

Copying files might seem like a basic task, but the...
Devansh BishtSep 11, 2023Sep 11, 2023
Batchcommand lineComputer ArchitectureProgrammingUncategorized

IPCONFIG: Navigating Networks with CMD

In the digital age, connectivity is paramount, and understanding the...
Devansh BishtSep 4, 2023Sep 4, 2023
BatchCoding Basicscommand lineComputer ArchitectureDeveloper ToolProgrammingUncategorized

FC Command: Comparing Files in Windows

The fc command, short for “File Compare,” is a command-line...
Devansh BishtAug 28, 2023Aug 28, 2023
Batchcommand lineOperating SystemsProgrammingUncategorized

Type Command Mastery: Effortless Text File Interaction in Windows

Imagine a scenario where you want to view the contents...
Devansh BishtAug 27, 2023Aug 25, 2023
BatchCoding Basicscommand lineDeveloper ToolProgrammingUncategorized

Mastering the MD Command: A Guide to Creating Directories on the Command Line

The command-line interface (CLI) provides powerful tools for managing files...
Devansh BishtAug 13, 2023Jul 28, 2023
BatchCoding Basicscommand lineDeveloper ToolProgrammingUncategorized

Efficient Directory Deletion with the RD Command in Command Prompt

Command Prompt (CMD) offers a range of commands to manage...
Devansh BishtAug 6, 2023Jul 19, 2023
BatchCoding Basicscommand lineProgrammingUncategorized

Mastering File Deletion with the Delete Command in Command Prompt

Efficient file management is vital for maintaining an organized and...
Devansh BishtJul 30, 2023Jul 19, 2023
BatchCoding Basicscommand lineProgrammingUncategorized

Taking Control of Your Command Prompt: Title Command

Welcome to the world of command-line interfaces! The Windows Command...
Devansh BishtJul 23, 2023Jul 19, 2023
BatDBug
BatchCoding BasicsDeveloper ToolPluginProgrammingUncategorized

Quickly find bugs in batch scripts – BatDBug by KVC

Imagine a developer, let’s call him Alex, who spent hours...
Devansh BishtJul 31, 2022Jul 25, 2023
Uncategorized

STRAIGHTFORWARD TYPEWRITER EFFECT – TYPEWRITER PLUGIN BY ZEEKHALKYR

When I was browsing project ideas for the platform, I...
ZeekHalkyrJul 21, 2022Nov 24, 2022
BatchCDeveloper ToolPluginUncategorized

JOIN TWO OR MORE FILES TOGETHER – CAT PLUGIN

The Cat plugin can join two or more files together...
Devansh BishtJun 1, 2022Nov 16, 2022
Uncategorized

DiskRead – Read raw chunks of a disk or a file

Reading raw data in batch has always been a hard...
anic17Mar 15, 2022Nov 24, 2022
BatchCPluginProgrammingUncategorized

Split and extract a string – StrSurr and StrSplit by Kvc.

Strings in Batch tend to be difficult to handle, especially...
ZeekHalkyrFeb 27, 2022Nov 16, 2022
BatchPluginProgrammingUncategorized

Create a responsive progress bar in CMD with Progress by Kvc.

Professional applications use progress bars to assure the user that...
ZeekHalkyrFeb 14, 2022Aug 24, 2023
BatchPluginProgrammingUncategorized

Easily backup your windows folder to an FTP server with a right click.

Creating backups of your work is critical in a professional...
ZeekHalkyrFeb 4, 2022Nov 16, 20221 Comment on Easily backup your windows folder to an FTP server with a right click.
CProgrammingUncategorized

Optimize your C executable/plugin with GCC/Strip

In this article, we will use GCC and Strip to optimize our C applications.
ZeekHalkyrJan 27, 2022Mar 1, 20222 Comments on Optimize your C executable/plugin with GCC/Strip
12