Files
my_py_tools/run_py_hidden.vbs
2025-10-18 21:32:31 +08:00

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