6 lines
63 B
Batchfile
6 lines
63 B
Batchfile
::aplusb.cmd
|
|
@echo off
|
|
setlocal
|
|
set /a c=%~1
|
|
echo %c%
|
|
endlocal
|