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.
rem > newfilename
In Unix, the # sign can be used to start a comment; the zero-length file can be achieved using various methods, such as the touch command or dd.