RosettaCodeData/Task/User-input-Text/Batch-File/user-input-text.bat

7 lines
137 B
Batchfile
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
@echo off
2026-02-01 16:33:20 -08:00
setlocal enableextensions
set /p istr=
set /p inum=
set /a val=inum
if not "%val%"=="75000" echo Second input should be 75000.