4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run "pythonw main.py", 0, False
|
|
Set WshShell = Nothing
|