Advertisement
Guest User

bdplaylister.bat

a guest
Feb 18th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.35 KB | None | 0 0
  1. REM We inherit Python environment from Kodi, reset it before running.
  2. set PYTHONHOME=
  3. set PYTHONOPTIMIZE=
  4. set PYTHONPATH=
  5. REM Debugging call that leaves the command lines visible
  6. REM start cmd /k C:\Python27\python.exe C:\Utils\BDPlayLister\bdplaylister.py %*
  7. start /b cmd /c C:\Python27\python.exe C:\Utils\BDPlayLister\bdplaylister.py %*
  8. timeout /T 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement