From 6701fb13cf28f1348f7e388d1a168ce3122a865f Mon Sep 17 00:00:00 2001 From: dzmanto Date: Tue, 10 Dec 2019 13:48:06 +0100 Subject: [PATCH] fixed parser --- bangwallpaper42.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bangwallpaper42.vbs b/bangwallpaper42.vbs index 5f24e73..1e98cef 100755 --- a/bangwallpaper42.vbs +++ b/bangwallpaper42.vbs @@ -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