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