Batch Script - REM


Advertisements


This batch command is used for remarks in batch files, preventing the content of the remark from being executed.

Syntax

REM remark description

Example

@echo off 
REM This is a batch file

Output

None

batch_script_commands.htm

Advertisements