launcher.bat 86 B

12345678
  1. @echo off
  2. cd virtualenv\Scripts
  3. call activate.bat
  4. cd ..\..
  5. call python main.py
  6. pause