Files
ea_shadow/main.bat

10 lines
156 B
Batchfile
Raw Normal View History

2025-08-15 20:10:29 +00:00
@echo off
pip install -r requirements.txt
python main.py
set /p user_input=Enter something:
echo You entered: %user_input%
pause
pause
pause
pausee2
pause1