sir , i saw many batch file which contains the first line
@ ECHO OFF
WHAT THIS LINE DOES & WHAT ITS IMPORTANCE IN BATCH FILE.
AND ALSO TELL ME............. ....
How can we execute a single command in many time i.e. we want to create 1000 folder named john. then we write this commands md john in any batch file or command prompt in 1000 times. so there is no any method through we make 1000 folder with only single command
please solve.
@ ECHO OFF
WHAT THIS LINE DOES & WHAT ITS IMPORTANCE IN BATCH FILE.
AND ALSO TELL ME............. ....
How can we execute a single command in many time i.e. we want to create 1000 folder named john. then we write this commands md john in any batch file or command prompt in 1000 times. so there is no any method through we make 1000 folder with only single command
please solve.
Comment