This command inserts explanatory remarks in the script.
rem [text] remark [text] * [text] ; [text]
rem, remark, *, ; |
Insert an explanatory remark. These designations must occur at the beginnings of lines. |
text |
Type the text you want to insert. Login ignores this option; the text does not appear on-screen. |
Use one of the following commands to insert the remark "Double-check this sequence.":
rem Double-check this sequence. remark Double-che ck this sequence. * Double-check this sequence. ; Double-check this sequence.