-
Contributing Member
Why REM is suppressed
I heard that while writing batch files we must suppress the REM statement that is in other words the remark statements. Why is it so? Could someone highlight me the reason for this.
-
Junior Member
Re: Why REM is suppressed
Yes what you have heard is correct. YOu should suppress the REM statement in the display of execution of batch files since REM statements are used for documentation purpose and serves not use while executing batch files. So their display must be suppressed while execution of batch files. To do this one can set the ECHO OFF which will suppress the REM statements during execution of batch files.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules