Link to home
Start Free TrialLog in
Avatar of dowhelpdesk
dowhelpdesk

asked on

Filename too long - MS Word

a Word 2003 document with a file name that is too long.
> Now I cannot open or rename this document. When I right click on the
> document, I get an abbreviated menu that does not include rename. When try
> to open the document, nothing happens. Any way to correct this and get my
> document back? Thanks.
Avatar of gsnshankar
gsnshankar
Flag of India image

try renaming the file in command prompt. This would not be a problem of MS Office. and might be  a problem of OS. Any file with a lenthy name sometimes doesn't open.

Try renaming the file using Cmd prompt-> Ren command.

Hope you know the steps?
Start--> Run-->Type cmd


Cmd widow opens

Type CD and drog drop the particular folder(that the file exist) into the cmd window..

U would get the result as CD "the path of the directory"

Now delete those double quotes and press enter.

Then type dir

If the filename is say, thisisalongfilename.doc, the short name would be the first 6 chars followed by ~1 (~ is a tilde), in this case thisis~1.doc

Then type REN "thisis~1.doc" "short.doc"
Hope this will help
ASKER CERTIFIED SOLUTION
Avatar of gsnshankar
gsnshankar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dowhelpdesk
dowhelpdesk

ASKER

Thanks for your advice but it did not work
I'd rename the folder of that doc and then went back in and then it allowed me to rename the doc with the long file name.
Yes.. That is the solution provided in that link.. Anyway.. Regards..
thanks for the link
it was very helpful