DOS scripts are very handy to automate tasks. This example illustrates a DOS script used to bootstrap a Spring batch job.
1) DOS variables are marked as %VARIABLE_NAME%
2) Remarks or comments are prefixed with REM
3) variables are assigned with “
…