REM

Windows Linux macOS

Syntax

REM <text>

Description

REM is a pseudo-command used to insert comment text in your script. Comment text may also start with a '#' character.

OK

Unchanged.

Example

REM This bit of code does something interesting
# So does this bit