Dim objShell, strCommand, i
Set objShell = CreateObject("WScript.Shell")

' Ҫִе Python ű

strCommand = "floderpath\python38lite\python38lite.exe floderpath\conf\start.py"

' ȡ VBScript в
For i = 0 To WScript.Arguments.Count - 1
    ' ӵ Python 
    strCommand = strCommand & " " & WScript.Arguments.Item(i)
Next


' ִ̨
objShell.Run strCommand, 7, False

' ͷŶ
Set objShell = Nothing