Re: Copy folder with long file names
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Fri, 31 Aug 2007 18:57:03 +0200
Robocopy is a nice tool but unfortunately it won't resolve
the long path name issue.
"Shankomatic" <Shankomatic@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5E9FA18A-2B85-484E-A67A-20192B2B860C@xxxxxxxxxxxxxxxx
Look at Robocopy. It will get around long file paths and it is free...
http://www.microsoft.com/technet/technetmag/issues/2006/11/UtilitySpotlight/
(You don't have to use in on 2003 Server)
"Pegasus (MVP)" wrote:
"dennist" <dennist@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CEAB146D-1FEF-4A77-8C10-8BA1FBA55A3E@xxxxxxxxxxxxxxxx
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.
.
- References:
- Re: Copy folder with long file names
- From: Pegasus \(MVP\)
- Re: Copy folder with long file names
- Prev by Date: Re: Setup Initialization Error
- Next by Date: Re: Setup.exe will not run on this PC
- Previous by thread: Re: Copy folder with long file names
- Next by thread: Re: Copy folder with long file names
- Index(es):
Relevant Pages
|
|