I'm working on a GitHub project. It's a text editor built in Python. I need to be able to run error.vbs
from test.py
.
How or is this possible?
I'm working on a GitHub project. It's a text editor built in Python. I need to be able to run error.vbs
from test.py
.
How or is this possible?
I just found it out:
import os
os.system("filename.vbs 1")