what is batch file code example
Example: what is a windows batch file
@ECHO OFF
ECHO Congratulations! Your first batch file executed successfully.
PAUSE
@ECHO OFF
ECHO Congratulations! Your first batch file executed successfully.
PAUSE