install_python_gtk.bat at [8dd451d50d]
File dev/install_python_gtk.bat artifact e35e73322c part of check-in 8dd451d50d
@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