Page 1 of 1

Batch.syx modification request

Posted: 24 May 2010 02:47
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