Commande REM

The REM Command introduces a comment inside a batch script.

Synopsis

REM comment

Introduces a comment inside a batch script

Notes

This commande is somehow useless, either inside a script or on the command prompt. It is highly recommended to use the newer style of comment as described in comments page.

See also

Command list, ECHO Command