如何在命令行中回显单词 "on" 和 "off"?

How do I echo the words "on" and "off" in the command line?

如果我 运行 命令提示符并输入命令:

echo on
echo off

它不会显示任何输出。 如果我输入:

echo a

输出将是字符

a

有什么方法可以让命令提示符输出

on
off

通过回显命令?

echo.on
echo.off

致力于 Windows 7.