Files
ea_shadow/main.bat

10 lines
158 B
Batchfile
Raw Normal View History

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