windows startup vb script 오류 수정
This commit is contained in:
parent
7caab862a5
commit
85152b0930
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
""";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue