knights-path/Testing/Testing2.bat
2024-02-28 13:43:34 -05:00

8 lines
55 B
Batchfile

@echo off
set xp=5
pause
if %xp% GEQ 3 echo hi
pause