mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
6 lines
88 B
Batchfile
Vendored
6 lines
88 B
Batchfile
Vendored
@echo off
|
|
set PYTHONHOME=%CD%
|
|
set PYTHONPATH = DLLs;Lib\site-packages
|
|
|
|
python.exe -B %*
|