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