Echo Command In Windows Server 2008

In this article I am going to explain about Echo command in Windows Server 2008 operating system and also explain it's related syntax.
  • 2438

Introduction

Echo command is a command-line tool that is built in Windows Server 2008. Echo command is available in all version of Windows. Echo command  turns on or off the display of commands in a script or a batch file. Echo command is also used to display messages. If echo command is used without options, echo displays the current echo setting.

Syntax

echo [<Message>]
echo [on | off]

Echo command has following parameters:

[on | off] - Turns on or off the echoing feature.

<Message>- Defines the text to be displayed on screen.

Examples of echo command

1. Display current echo settings.

echo

2. Turns off the echoing feature at the command prompt.

echo off

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.