[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Spaces in file names!!
From: |
Greg Chicares |
Subject: |
Re: Spaces in file names!! |
Date: |
Wed, 06 Nov 2002 19:18:46 -0500 |
Mark Grosen wrote:
>
[Zhang Zhenhua wrote about a problem using a path
with embedded spaces, and I suggested quoting it]
>
> You can also use the Short Filename (SFN) format of the path. Use dir
> /x in a command (cmd) window to see the SFN. For example, your
> example would probably be something like:
>
> SDCC = c:\mywork~1\compiler\bin\sdcc.exe
I've tried that approach too. Here's a problem
with it. Create directories like
My Work
My Work 20021106
My Work test version
and record the 'short' paths, like mywork~[1-3] .
Then create them on a different machine in a
different order, or erase and recreate them
on the same machine in a different order. They
now map to different 'short' paths.