Re: Spaces in path name
- From: Bryan Olson <fakeaddress@xxxxxxxxxxx>
- Date: Fri, 14 Mar 2008 01:25:07 -0700
David S wrote:
Using "C:\Program Files\apache-ant-1.7.0\bin\ant.bat" just gives me the same result.
Did you try the raw string, with the .bat extension? As in:
r'C:\Program Files\apache-ant-1.7.0\bin\ant.bat'
After Microsoft started allowing blanks in paths, it took them years to
fix many common cases where their own software choked on the paths. I
got into the habit of installing everything under c:\bin rather than
C:\Program Files. I still do that just to avoid writing essays into
my PATH variable.
--
--Bryan
.
- References:
- Spaces in path name
- From: David S
- Re: Spaces in path name
- From: Mensanator
- Re: Spaces in path name
- From: David S
- Re: Spaces in path name
- From: David S
- Spaces in path name
- Prev by Date: Re: Spaces in path name
- Next by Date: Re: Creating a file with $SIZE
- Previous by thread: Re: Spaces in path name
- Next by thread: Re: Spaces in path name
- Index(es):
Relevant Pages
|