DOS/NT Batch comments are case-sensitive?

DOS/NT Batch comments are case-sensitive?

2
NewbieNewbie
2

    Apr 18, 2005#1

    Are line comments case sensitive? In the wordfile for 'DOS/NT Batch' the line comment is specified as 'Line Comment = REM' and the line comment alt as 'Line Comment Alt = :: '. But if I use 'rem' in a batch file instead of 'REM' it is not read as a line comment. Nocase is specified and I do not know what to try.

    any ideas?

    6,603548
    Grand MasterGrand Master
    6,603548

      Apr 18, 2005#2

      Yes, they are.

      Add Block Comment On Alt = REM and set the color for alternative block comments to the same color as normal comments.
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        Apr 18, 2005#3

        adding 'Block Comment On Alt = rem' fixed my issue, now I can use 'REM', 'rem', and '::' as comments.

        Thank you very much. :)