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, ::. |
Check Also
Select the Directory List
To look for a specific filename extension, we can use the SELECTED DIRECTORY command. …