Python.bat 207 B

123456789101112
  1. @ECHO OFF
  2. TITLE AToMPM
  3. CD ".\atompm"
  4. IF EXIST "..\platform\WinPython" (
  5. "..\platform\WinPython\python-3.6.5\python.exe" mt\main.py
  6. ) ELSE (
  7. "..\platform\PortablePython27\Python-Portable.exe" mt\main.py
  8. )