RAMZ TOOLS.

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Post Reply
User avatar
OrgZ
Posts: 981
Joined: Thu Feb 16, 2023 2:15 pm

RAMZ TOOLS.

Post by OrgZ » Thu Apr 03, 2025 9:06 am

FOR MY FELLOW DEVELOPERS
Image

https://pixeldrain.com/u/CUvbt2uV

Detailed info:
This program scans the current directory for C++ source files (.cpp, .h) and a Makefile.

It then performs the following actions:
1. Creates a folder named "code" if it does not already exist.
2. Moves all .cpp and .h files into the "code" folder.
3. Moves a file named "Makefile" into the "code" folder if it exists.
4. Moves all other directories (except "code" itself) into the "code" folder.

Post Reply