mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Update invisible.vbs to return exit code of 7zip
This commit is contained in:
parent
933732731f
commit
13f503e796
1 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,5 @@ end if
|
|||
|
||||
Set WshShell = WScript.CreateObject("WScript.Shell")
|
||||
|
||||
WshShell.Run """" & WScript.Arguments(0) & """" & sargs, 0, True
|
||||
returnValue = WshShell.Run("""" & WScript.Arguments(0) & """" & sargs, 1, True)
|
||||
WScript.Quit(returnValue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue