Menu

Bug: The Run dialog does not execute programs

2007-06-30
2012-11-13
  • Nobody/Anonymous

    If there is a space in the path it won't work...

     
    • Philippe Lotton

      Philippe Lotton - 2007-11-02

      In this case use a quote; eg:
      "C:\Python 25\python.exe" -i "$(FULL_CURRENT_PATH)"

       
    • Mieszko Lassota

      Mieszko Lassota - 2007-06-30

      it's not a bug - it's a expected behaviour on every system... space is being treated as a parameter splitter... surround your path with ", and this will work