What are REM statements? Explain with an example.
Answers
Short for remark, REM is a statement placed in system files such as the autoexec. bat to skip lines from loading. A remark is created by placing "REM" (followed by a space) in front of a line. Doing this remarks the line from loading and with batch files also doesn't show the line if echo is off.
hope its helpful
pls thanks and follow
Answer:
Short for remark, REM is a statement placed in system files such as the autoexec. bat to skip lines from loading. A remark is created by placing "REM" (followed by a space) in front of a line. ... In the example above, the first line would be skipped, and the batch file would merely echo "Hello World!" to the screen.
Explanation:
hope it is helpful to you
please like it
and mark me as brainlist
and please follow me