I've written a small Python script to test my Visual Basic scripts function correctly before deploying them -
import subprocess
subprocess.call("cmd /c MyScript.vbs")
Rather than running the Visual Basic script, my script opens in Sublime Text (the default program).
How can I run the scripts rather than Opening them?