On 14/10/2015 at 07:42, xxxxxxxx wrote:
How can I set within python %path% or environment variables that are recognized by the windows pc command line (cmd).
I want to start an external application located in "C:\Program Files (x86).....", but starting this application with os.system() is not recognized because of the first space.
I tried using a bat files, but starting a bat with a path including spaces, also fails.
If I can define a path or environment variable, it should be ok.
-Pim
PC Windows 8.1