We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9a615 commit 82ed7d7Copy full SHA for 82ed7d7
windows_start.vbs
@@ -17,5 +17,5 @@ WshShell.CurrentDirectory = cloneDir
17
WScript.Echo "Installing Packages......"
18
WshShell.Run "pip install -r requirements.txt", 0, True
19
20
-' Run fixarr.py without displaying the console window
21
-WshShell.Run "python fixarr.py", 0, False
+' Run fixarr.py with displaying the console window
+WshShell.Run "python fixarr.py", 1, True
0 commit comments