windows startup vb script 오류 수정

This commit is contained in:
leedongmyung[desktop] 2023-11-01 02:57:16 +09:00
parent 7caab862a5
commit 85152b0930

View file

@ -269,7 +269,7 @@ class _StartupWindows extends _Startup {
final windowRoamingPath = '\\AppData\\Roaming\\';
final vbsTemplate = """Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "{FILE_PATH}""{PARAMETERS}" & Chr(34), 0
WshShell.Run chr(34) & "{FILE_PATH}" & Chr(34) & {PARAMETERS}, 0
Set WshShell = Nothing
""";