4 lines
115 B
Batchfile
4 lines
115 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "%~dp0"
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0start.ps1" %* |