Files
NexusLauncher/RunHidden.vbs
2025-11-23 20:41:50 +08:00

4 lines
109 B
Plaintext

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "pythonw main.py", 0, False
Set WshShell = Nothing