mirror of
https://github.com/tiennm99/qr-code-attendance.git
synced 2026-06-05 20:13:46 +00:00
10 lines
171 B
Batchfile
10 lines
171 B
Batchfile
@echo off
|
|
echo Starting the application...
|
|
python app.py
|
|
if %errorlevel% neq 0 (
|
|
echo Error: Failed to run the application.
|
|
pause
|
|
exit /b %errorlevel%
|
|
)
|
|
pause
|