Remark statement, normally used within a batch file.
However on the command line, rem can also be used to create a zero length
file by redirecting an empty remark statement to a filename.
SYNTAX:
rem > newfilename
An alternative way to not run a specific statement in a
batch file is creating a label that will never be used, ::.