TotalNET Advanced Server 5.2 Reference Manual

remark

This command inserts explanatory remarks in the script.

Usage

rem [text]
remark [text]
* [text]
; [text]

Options

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. 

Example

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.