diff --git a/Ninjacrab.PersistentWindows.Solution/auto_start_pw.bat b/Ninjacrab.PersistentWindows.Solution/auto_start_pw.bat index 4e1814c..23f333f 100644 --- a/Ninjacrab.PersistentWindows.Solution/auto_start_pw.bat +++ b/Ninjacrab.PersistentWindows.Solution/auto_start_pw.bat @@ -1,2 +1,2 @@ -powershell -ExecutionPolicy Bypass -File %~dp0\auto_start_pw_aux.ps1 +powershell -ExecutionPolicy Bypass -File "%~dp0auto_start_pw_aux.ps1" pause \ No newline at end of file