The content of text a is as follows
0
1
2
3
4
5
Purpose: Run the following batch processing, %i% is equal to the content of the last line of document a,
@echo off
set /a i=%i%+1
echo %i%
0
1
2
3
4
5
Purpose: Run the following batch processing, %i% is equal to the content of the last line of document a,
@echo off
set /a i=%i%+1
echo %i%

