Spaces:
Running
Running
$ErrorActionPreference = "SilentlyContinue" | |
chcp 65001 | |
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py" | |
pause | |
$ErrorActionPreference = "SilentlyContinue" | |
chcp 65001 | |
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py" | |
pause | |