6 lines
137 B
Batchfile
6 lines
137 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
echo You need Python to run this program.
|
|
echo Recommend using version 3.10.5 or higher.
|
|
python Rate_SDJE.py
|
|
cmd /k |