install_python_gtk.bat at [3670ccbb4b]
File dev/install_python_gtk.bat artifact e35e73322c part of check-in 3670ccbb4b
@setlocal enableextensions @cd /d "%~dp0" @echo off cls PowerShell Set-ExecutionPolicy -ExecutionPolicy ByPass -Scope CurrentUser PowerShell -File install_python_gtk.ps1 PowerShell Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope CurrentUser pause