The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Dealing with long filenames
Mike Danger"Diane..."a place both wonderful and strangeRegistered Userregular
I have to copy some files off of a flash drive to a laptop for a customer. The problem is that half the directories/files have excessively long names, which makes copying them over an exercise in frustration. So far, I've tried an app one of my coworkers recommended that was supposed to automatically adjust names as it copied files (it didn't) and a free tool from Google that was supposed to fix names (it didn't).
Can anyone advise me on the best way to deal with this? Google leads me to lots of file renamers but nothing really specific/universally agreed on.
So... pardon my dumbness here... but why not just do a straight copy of the files right on the drive? Right click, copy, go to c:\folderhere\ and paste?
not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
Posts
http://technet.microsoft.com/en-us/library/cc733145(v=ws.10).aspx
http://www.mydigitallife.info/robocopy-syntax-command-line-switches-and-examples/
That, or use the command prompt and shorten them to 8bit names using ~. There's a name for what this is, but it boils down to this:
"mv c:\documents and settings\somestupiduser\areallylongdirectorynamehere\*.* c:\newdir\*.*"
Assuming that the above filename was actually 255+ chars and you encountered problems moving it you can do this instead:
"mv c:\docume~1\somest~1\areall~1\*.* c:\newdir\*.*"
Essentially shorten it down to 8 characters and ommit the missed chars by placing ~ in its place.
Have soooo much fun with that by the way. *ergh*
You can also burn a Knoppix CD or other Live Linux CD and move your files around that way.
PSN - sumowot