mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-06 03:07:54 +08:00
6 lines
88 B
Batchfile
6 lines
88 B
Batchfile
@echo off
|
|
set PYTHONHOME=%CD%
|
|
set PYTHONPATH = DLLs;Lib\site-packages
|
|
|
|
python.exe -B %*
|