- 2
- Seia
- 조회 수 325
아버지가방에들어가신다.
IF 문을 여러번 쓰면 그냥 창이 닫히네요. 해결하실 수 있으신분 좀..
set /p ex=%username% ^>
if %ex%==hello? echo hi&goto example
if ~
if~
아니면 이렇게 해도되나요?
set /p ex=%username% ^>
echo %ex% > ex.txt > nul
if findstr hello ex.txt&echo hello%goto example