RAMZ TOOLS.

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

RAMZ TOOLS.

Post by OrgZ »

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.
ZamChess
Posts: 463
Joined: Sun Dec 19, 2021 10:24 am

Re: RAMZ TOOLS.

Post by ZamChess »

Thank you !
Post Reply