Spaces:
Running
Running
File size: 119 Bytes
457b8fd |
1 2 3 4 |
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "pythonw.exe translator_gui.py", 0
Set WshShell = Nothing
|