You opened a batch file in Notepad and are observing the following lines. (The line numbers are for reference only.)
1- ECHO This batch file deletes the temp files
2- DEL %TEMP Q
3- REM The temp files were deleted
4- PAUSE Which of the lines is a comment?