import os import sys DIR = os.getcwd() print(DIR) os.startfile('fix.bat') os.startfile('start.bat')