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