test.py 204 B

12345678910
  1. from subprocess import call
  2. from path import Path
  3. importfile = Path(r"C:\dev\python\scripts_pde\work\gf2analytique\import.csv")
  4. print(importfile)
  5. call(["start", "", importfile.abspath()], shell=True)