batch cmmen code example
Example: batch cmmen
// option 1 (weird stuff can happen, 'widely used hack')
:: a single whole line comment
// option 2 (only official option, safest choice):
REM a single whole line comment
// Other options in linked source (stackoverflow)