Long File Names

L

Lee ReFalo

I need to use the command prompt accessing a networked
drive. Unfortunately, there are no 8.3 format names
associated with the directories; therefore, I cannot map
the drive (dos shell). I tried using ~1 just as a check
and it did not work. I cannot change the name on the
networked drive - I only need to copy some files from it.

Any ideas on how to access the 'long name' folder?

Thank you
 
R

Ritchie

Lee ReFalo said:
I need to use the command prompt accessing a networked
drive. Unfortunately, there are no 8.3 format names
associated with the directories; therefore, I cannot map
the drive (dos shell). I tried using ~1 just as a check
and it did not work. I cannot change the name on the
networked drive - I only need to copy some files from it.

Wrap LFN's in quotes, ie:-

cd "\winnt\profiles\username\programs\start menu"

net use * "\\server\long share"

Or enter CD followed by some unique characters and an asterix:-

cd prog*

Or install a CmdHere reghack www.commandline.co.uk/cmdhere
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top