Untitled

Anonymous
plain_text
03/01/2025 8:31 AM
312 B
14
Indexable
@echo off
title Run wasiramazan.py
cd /d %~dp0

echo Attempting to run the Python script...
python wasiramazan.py || (
    echo.
    echo If Python command fails, trying alternative method...
    py wasiramazan.py
)

pause
Editor is loading...
Leave a Comment