PC Review


Reply
Thread Tools Rate Thread

Copy folder with long file names

 
 
=?Utf-8?B?ZGVubmlzdA==?=
Guest
Posts: n/a
 
      31st Aug 2007
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?
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Aug 2007

"dennist" <(E-Mail Removed)> wrote in message
news:CEAB146D-1FEF-4A77-8C10-(E-Mail Removed)...
>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.


 
Reply With Quote
 
=?Utf-8?B?U2hhbmtvbWF0aWM=?=
Guest
Posts: n/a
 
      31st Aug 2007
Look at Robocopy. It will get around long file paths and it is free...

http://www.microsoft.com/technet/tec...litySpotlight/

(You don't have to use in on 2003 Server)

"Pegasus (MVP)" wrote:

>
> "dennist" <(E-Mail Removed)> wrote in message
> news:CEAB146D-1FEF-4A77-8C10-(E-Mail Removed)...
> >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.
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Aug 2007
Robocopy is a nice tool but unfortunately it won't resolve
the long path name issue.


"Shankomatic" <(E-Mail Removed)> wrote in message
news:5E9FA18A-2B85-484E-A67A-(E-Mail Removed)...
> Look at Robocopy. It will get around long file paths and it is free...
>
> http://www.microsoft.com/technet/tec...litySpotlight/
>
> (You don't have to use in on 2003 Server)
>
> "Pegasus (MVP)" wrote:
>
>>
>> "dennist" <(E-Mail Removed)> wrote in message
>> news:CEAB146D-1FEF-4A77-8C10-(E-Mail Removed)...
>> >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.
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?U2hhbmtvbWF0aWM=?=
Guest
Posts: n/a
 
      31st Aug 2007
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.




"Pegasus (MVP)" wrote:

> Robocopy is a nice tool but unfortunately it won't resolve
> the long path name issue.
>
>
> "Shankomatic" <(E-Mail Removed)> wrote in message
> news:5E9FA18A-2B85-484E-A67A-(E-Mail Removed)...
> > Look at Robocopy. It will get around long file paths and it is free...
> >
> > http://www.microsoft.com/technet/tec...litySpotlight/
> >
> > (You don't have to use in on 2003 Server)
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "dennist" <(E-Mail Removed)> wrote in message
> >> news:CEAB146D-1FEF-4A77-8C10-(E-Mail Removed)...
> >> >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.
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Aug 2007
Aha! The version of robocopy is essential - glad you
pointed it out in your second reply.


"Shankomatic" <(E-Mail Removed)> wrote in message
news:5F83D27D-AFDD-43D6-A6DE-(E-Mail Removed)...
> 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.
>
>
>
>
> "Pegasus (MVP)" wrote:
>
>> Robocopy is a nice tool but unfortunately it won't resolve
>> the long path name issue.
>>
>>
>> "Shankomatic" <(E-Mail Removed)> wrote in message
>> news:5E9FA18A-2B85-484E-A67A-(E-Mail Removed)...
>> > Look at Robocopy. It will get around long file paths and it is free...
>> >
>> > http://www.microsoft.com/technet/tec...litySpotlight/
>> >
>> > (You don't have to use in on 2003 Server)
>> >
>> > "Pegasus (MVP)" wrote:
>> >
>> >>
>> >> "dennist" <(E-Mail Removed)> wrote in message
>> >> news:CEAB146D-1FEF-4A77-8C10-(E-Mail Removed)...
>> >> >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.
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
Plato
Guest
Posts: n/a
 
      2nd Sep 2007
=?Utf-8?B?ZGVubmlzdA==?= wrote:
>
> 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.


--
http://www.bootdisk.com/


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Files with long file names bala Microsoft Access Forms 23 1st Nov 2010 06:22 PM
need to copy a long list of file names =?Utf-8?B?Z2lsY29sYQ==?= Microsoft Excel Misc 6 19th Aug 2005 12:55 AM
Long File Names Error- Windows XP - Unable to copy files between d =?Utf-8?B?UmF5?= Windows XP Performance 3 27th Feb 2005 05:46 PM
Long File or Folder Names =?Utf-8?B?Um9i?= Windows XP General 1 3rd Jul 2004 10:51 PM
Copy problem - is there a utility to search for long path & file names? tmb Windows XP General 4 2nd Jul 2004 03:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:29 AM.