Как «закомментировать» (добавить комментарий) в пакете / cmd?

У меня есть пакетный файл, который запускает несколько сценариев Python, которые вносят изменения в таблицу.

I want to have users comment out the 1-2 python scripts that they don't want to run, rather than removing them from the batch file (so the next user knows these scripts exist as options!)

I also want to add comments to bring to their attention specifically the variables they need to update in the Batch file before they run it. I see that I can use REM. But it looks like that's more for updating the user with progress after they've run it.

Есть ли синтаксис для более подходящего добавления комментария?