Skip to content

Commit

Permalink
fixed parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmanto authored Dec 10, 2019
1 parent 2f7885d commit 6701fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bangwallpaper42.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dim WshShell

Set WshShell = CreateObject("WScript.Shell")

WshShell.Run "powershell.exe -nologo -NoProfile -ExecutionPolicy Bypass -command .\rotanconv31.ps1", 0, TRUE
WshShell.Run "powershell.exe -nologo -NoProfile -ExecutionPolicy Bypass -command .\rotanconv32.ps1", 0, TRUE

set WshShell = nothing
WScript.Quit

0 comments on commit 6701fb1

Please sign in to comment.