Submitted by Estillero State on Sun, 2012-04-22 14:45.
Comment Id: 56042
Hi Sherry,
I think there iss no harm at all when doing so. REM command is only use to remark and prevent it from executing the next time your batch file executes. You must have the @ECHO OFF to prevent it from showing to the screen also. You can use the :: to remark a line regardless if ECHO is on or off. You can also change REM to @REM if you wish to have the commands shown but still you want to hide the REM lines. Still there is no known harm on doing this to your application.
Hi Sherry,
I think there iss no harm at all when doing so. REM command is only use to remark and prevent it from executing the next time your batch file executes. You must have the @ECHO OFF to prevent it from showing to the screen also. You can use the :: to remark a line regardless if ECHO is on or off. You can also change REM to @REM if you wish to have the commands shown but still you want to hide the REM lines. Still there is no known harm on doing this to your application.
I hope it helps.