3 lines
86 B
Batchfile
3 lines
86 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
powershell -ExecutionPolicy Bypass -File manage_app.ps1 start
|