View Single Post
  #2  
Old November 3rd 04, 08:48 PM
Ingeborg
external usenet poster
 
Posts: n/a
Default

(eisen) wrote in news:3802b6ed.0411031131.12be111
@posting.google.com:

The Windows Path is similar to this c:\my documents\Jimmy\Jimmy's New
Music
How can I find the dos name for this path/filename?



The dos path should be
C:\MyDocu~1\Jimmy\Jimmys~1

But you can see it yourself. Restart to dos and type

c: enter
cd \ enter
dir /AD /W enter

and find the right map. type

cd 'map' enter
dir /AD /W enter

repeat the last 2 steps until you are in the right map. then type

dir /W | more enter

and find the right filename. Or just type

del con*.* enter