Where is the echo command file found

If I type

where echo

it returns a message like :

INFO: Could not find files for the given pattern(s).

Where is the echo command found?

2

1 Answer

Echo is not a program but a command, which is part of the cmd.exe file located in your c:\windows\system32.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like