Copy folder with long file names

G

Guest

I want to copy a folder from my external HD to my harddisk.
It won't work because of long file names. It are to much files to change the
names.
Zip or Rar won't work.
Any suggestions?
 
P

Pegasus \(MVP\)

dennist said:
I want to copy a folder from my external HD to my harddisk.
It won't work because of long file names. It are to much files to change
the
names.
Zip or Rar won't work.
Any suggestions?

You need to create a drive letter that points to the middle of
your excessively long path, either as a substituted drive or as
a shared drive:

- Click Start / run / cmd {OK}
- Type either of these commands:
subst Q: "c:\documents and settings\dennist\some long folder name"
net use Q: "\\%ComputerName%\C$\documents and settings\dennist\some long
folder name"

You can now copy your files from drive Q:. In future you
should put your information INTO each document, not into
the path or document name.
 
P

Pegasus \(MVP\)

Robocopy is a nice tool but unfortunately it won't resolve
the long path name issue.
 
G

Guest

Robocopy.exe
Robust File Copy Utility
Version XP010
•Copy very long path names (longer that 256 characterfs).
Previous versions of Robocopy would fail to copy any pathname longer than
256 characters. The program has now been enhanced to handle pathnames of any
length, up to the internal Windows limit of nearlt 32,000 characters.
 
P

Pegasus \(MVP\)

Aha! The version of robocopy is essential - glad you
pointed it out in your second reply.
 
P

Plato

=?Utf-8?B?ZGVubmlzdA==?= said:
I want to copy a folder from my external HD to my harddisk.
It won't work because of long file names. It are to much files to change the
names.

IN the future keep your file names short. I have run into problems
saving my daughters mp3's with long file names to cd. Best to keep
shorter file names.
 

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