3 lines
247 B
Plaintext
3 lines
247 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run "cmd /c F:\sescode_review\toolset\hstools\py-hstools\venv\Scripts\pythonw.exe -X utf8 F:\sescode_review\toolset\hstools\py-hstools\app.py >> app.log 2>&1", 0, False
|
|
Set WshShell = Nothing |