Skip to content

Commit

Permalink
Fix issue with directory with spaces
Browse files Browse the repository at this point in the history
fixes #16 (i think)
  • Loading branch information
jojo2357 committed Mar 11, 2021
1 parent 22306e9 commit 22ada48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GroovyRP/bin/Release/RunHidden.vbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run("taskkill /im GroovyRP.exe"), 0, True
objShell.Run(CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) & "\GroovyRP.exe"), 0, True
objShell.Run("""" & CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) & "\GroovyRP.exe"""), 0, True

0 comments on commit 22ada48

Please sign in to comment.