7 lines
59 B
Batchfile
7 lines
59 B
Batchfile
|
|
@echo off
|
||
|
|
setlocal
|
||
|
|
chcp 65001
|
||
|
|
set Δ=1
|
||
|
|
set /a Δ+=1
|
||
|
|
set Δ
|