Batch.syx modification request

Discuss syntax highlighting or submit new syntax files.
Post Reply
ec
Posts: 22
Joined: 08 Dec 2006 00:30

Batch.syx modification request

Post by ec »

In batch.syx, can you add a space to the end of the following line:

LineCommentA=Rem

Currently if you try to block comment the following example line:

rd /s /q "%SystemDrive%\Documents and Settings\Default User"

You get

remrd /s /q "%SystemDrive%\Documents and Settings\Default User"

With the space at the end of the LineCommentA=Rem, I would get

rem rd /s /q "%SystemDrive%\Documents and Settings\Default User"

Thanks,
-Eric
Post Reply