What is @echo off?



What is @echo off?..

Answer / Karan Kumar Verma

@echo off is a command used at the beginning of batch files (.bat) in Windows to prevent the display of command echoing during script execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.

6 Answers   TCS,


How shell works?

1 Answers  


Why are shell scripts used?

1 Answers  


What is the purpose of scripting?

1 Answers  


one folder contains lot of students name but I want to fetch hello with every student name individually using shell script

1 Answers  


What is the best shell scripting language?

1 Answers  


What is shell company all about?

1 Answers  


In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.

9 Answers   Amazon,


What is a batch file used for?

1 Answers  


Why is it called a shell?

1 Answers  


Why we are writting shell scripts? Plz if possible explain it briefly.

6 Answers   ITC Infotech,


Categories