Skip to content

Instantly share code, notes, and snippets.

@xjxckk
Created February 13, 2022 14:06
Show Gist options
  • Save xjxckk/4293a09bc41c59b50a0a3997cecdd322 to your computer and use it in GitHub Desktop.
Save xjxckk/4293a09bc41c59b50a0a3997cecdd322 to your computer and use it in GitHub Desktop.
start.vbs
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "" & "app.py" & "", 0
Set WshShell = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment