mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Use args instead of Wscript.Arguments
This commit is contained in:
parent
1817ac349d
commit
c2a591c8bb
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ end if
|
|||
|
||||
Set WshShell = WScript.CreateObject("WScript.Shell")
|
||||
|
||||
returnValue = WshShell.Run("""" & WScript.Arguments(1) & """" & sargs, WScript.Arguments(0), True)
|
||||
returnValue = WshShell.Run("""" & args(1) & """" & sargs, args(0), True)
|
||||
WScript.Quit(returnValue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue