Windows - How to comment a line in batch file, Comment a line in batch file
How to comment a line in batch file
How to comment a line in batch file
To comment a line in a batch file use "::". In programming language normally it is called as scope resolution operator.
:: This is a comment line in batch file.
Use the above format to comment a line in batch files. We use to multiple methods to comment a line normal programming language.
For Example:
// Mostly acceptable in all programming language to comment a line
# Used to comment a line shell scripting language
/* Used to comment single line or multiple line */
The topic on Windows - How to comment a line in batch file is posted by - Jose
Hope you have enjoyed, Windows - How to comment a line in batch fileThanks for your time