We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204ba58 commit 0334989Copy full SHA for 0334989
utorrent/runw.pyw
@@ -0,0 +1,5 @@
1
+import sys
2
+import subprocess
3
+
4
+# execute command (and hide cmd window)
5
+subprocess.run(sys.argv[1:], creationflags=0x08000000)
0 commit comments