Comment
The file type of an uploaded CMD source file is being identified as a "Batchfile", which is wrong in the case of REXX:
https://codeberg.org/xynix/MCD/src/branch/main/MCD.CMD
If the first 2 characters (starting at line 1, column 1) of a CMD file are "/*" (excluding the quotes), then it's not a more common CMD file. It's REXX (or Object REXX) source code.
https://www.os2.kr/komh/os2books/os2tk45/rexxpg/027_L2_Comments.html
As such typically not important for any targetted user at all, but at codeberg.org the perhaps more relevant programming language in use is REXX instead of some batch language.
IBM's definition is slightly different, but a more common CMD file won't start with the magic characters "/*".
No big deal for intended users, but people may be looking for REXX code xor Batchfiles.