6 lines
137 B
Batchfile
6 lines
137 B
Batchfile
@echo off
|
|
setlocal enableextensions
|
|
set /p istr=
|
|
set /p inum=
|
|
set /a val=inum
|
|
if not "%val%"=="75000" echo Second input should be 75000.
|