can't run python script from bat file code example
Example: bat run python script
"Path where your Python exe is stored\python.exe" "Path where your Python script is stored\script name.py"
pause
"Path where your Python exe is stored\python.exe" "Path where your Python script is stored\script name.py"
pause