La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
REM
Windows ✓Linux ✓macOS ⏳
Syntax
REM <text>
Description
REM is a pseudo-command used to insert comment text in your script. Comment text may also start with a '#' character.
OK
Unchanged.
Example
REM This bit of code does something interesting
# So does this bit