home *** CD-ROM | disk | FTP | other *** search
- --------------------- REM - Internal Batch Subcommand -----------------------
-
- REM denotes a remark (comment) in a batch file.
-
- FORMAT: REM [remark]
-
- REMARKS:
-
- Remarks may be any string of characters. The maximum length of a remark is
- 123 characters. Note that remarks will not be displayed during batch file
- execution if ECHO has been set to OFF.
-
- EXAMPLE: Display the remark, "This Batch File Backs Up the Budget Files:"
-
- REM This Batch File Backs Up the Budget Files