import sys path = r'C:Program Files (x86)IronPython 2.7Lib' sys.path.append(path) import subprocess subprocess.Popen('explorer "C: emp"')