Hi fellas ,
Well during our first session you would have got doubt of what @echo off was all about it is necessity to know the purpose.
So I would say Batch scripts will also do lot of automated stuffs....
so In this case we find default status as @echo on we could turn it off by using the command @echo off.
it is used to provide less details.
That's all you need to know!!!
Syntax:@echo off
Well during our first session you would have got doubt of what @echo off was all about it is necessity to know the purpose.
So I would say Batch scripts will also do lot of automated stuffs....
so In this case we find default status as @echo on we could turn it off by using the command @echo off.
it is used to provide less details.
That's all you need to know!!!
Syntax:@echo off
No comments:
Post a Comment