4 Command Echo Suppression Operator (@)
steve-px edited this page 2026-07-07 09:03:01 +00:00

🢐🢐 Index🢐 Previous Page | Next Page 🢒


[-] Appendix A1 - Configuration Script Interpreter

Command Echo Suppression Operator (@)

Syntax

@<Command>

Description

Prefixing a command with an @ symbol suppresses the command echo in the console. This has the same effect as setting the cv_echo variable to false.

Example:

Input: echo "Hello World"

> echo "Hello World"
Hello World

Input: @echo "Hello World"

Hello World

🢐🢐 Index🢐 Previous Page | Next Page 🢒