Skip to main content
2 of 3
added 2 characters in body
Matthew Scharley
  • 133.4k
  • 55
  • 199
  • 225

I suspect it's the same problem as when you use shortcuts in Windows... Try this:

import os;
os.system("\"C:\\Temp\\a b c\\Notepad.exe\" C:\\test.txt");
monoxide
  • 133.4k
  • 55
  • 199
  • 225