python.bat 107 B

12345
  1. @echo off
  2. cd /d %~dp0
  3. echo Starte %1...
  4. D:\Programme\python3.11\python.exe %1 %2 %3 %4
  5. echo %1 ausgefuehrt.