Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

REM

 

Specifies that this line is meant as a remark only, everything on the line with the ‘REM’ statement will be ignored by the script, until a new line is encountered.

 

Usage: rem The next command connects to the host

or

 rem  // this will be treated like a blank line

 

Next Command

  • No labels