Answers for "batch comments"

1

comment in batch file

:: This is a comment

REM This is also a comment
Posted by: Guest on March-08-2021
0

batch script comment

Rem This is a comment

:: This is another comment
Posted by: Guest on February-16-2021
0

batch file comment after command

::   This is a comment
REM  This is also a comment

echo Hello world & :: This is an inline comment
Posted by: Guest on December-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language