@echo off
setlocal
powershell.exe -NoProfile -STA -ExecutionPolicy Bypass -File "%~dp0SmalingLauncher-GUI.ps1"
if errorlevel 1 pause
