Untitled
unknown
plain_text
10 months ago
233 B
5
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
)
pauseEditor is loading...
Leave a Comment