fix #245, double quote path of auto_start script as it may contain space char

This commit is contained in:
Kang Yu 2023-08-11 11:21:57 -07:00
parent b26bbf608e
commit 31dbd2458e

View file

@ -1,2 +1,2 @@
powershell -ExecutionPolicy Bypass -File %~dp0\auto_start_pw_aux.ps1
powershell -ExecutionPolicy Bypass -File "%~dp0auto_start_pw_aux.ps1"
pause