View Single Post
  #5  
Old November 4th 04, 02:45 AM
glee
external usenet poster
 
Posts: n/a
Default

cd 'map' ??
What is that command supposed to do? It gives an error here.
--
Glen Ventura, MS MVP W95/98 Systems
http://dts-l.org/goodpost.htm


"Ingeborg" wrote in message
...
(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