Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Word Docs Won't Open, Can't Be E-Mailed, Can't Be Deleted, Can't Be Copied, Etc.

Reply
Thread Tools

Word Docs Won't Open, Can't Be E-Mailed, Can't Be Deleted, Can't Be Copied, Etc.

 
 
Dan C
Guest
Posts: n/a
 
      02-22-2009
On Sun, 22 Feb 2009 13:14:13 -0500, Martin wrote:

> Hi Mike,
>
> I clicked Start and then Run. In the Run box, I entered COMMAND, and
> clicked OK.
> A DOS window opened.
>
> I then typed the name of the one of the 8 docs in question.
>
> The resulting message was 'xxxx' is not recognized as an internal or
> external command, operable program or batch file.
>
> What should I do now?


You should **** off and then format your hard drive, you ignorant
drooling stooge. Jesus ****ing christ, how stupid can you be???


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
The Usenet Improvement Project: http://improve-usenet.org
Ahhhhhhh!: http://brandybuck.site40.net/pics/relieve.jpg
 
Reply With Quote
 
 
 
 
Aardvark
Guest
Posts: n/a
 
      02-23-2009
On Sun, 22 Feb 2009 15:44:24 -0700, §ñühw¤£f wrote:

> In message <ZBgol.223901$>,
> "Martin" wrote:
>> Hi Mike,
>>
>> I clicked Start and then Run. In the Run box, I entered COMMAND, and
>> clicked
>> OK.
>> A DOS window opened.
>>
>> I then typed the name of the one of the 8 docs in question.
>>
>> The resulting message was 'xxxx' is not recognized as an internal or
>> external command, operable program or batch file.
>>
>> What should I do now?
>>
>>

> Here's what *I* would try
>
> Locate the document in wtfever folder you store it in via the GUI (try
> the dosbox later) and r-click on the file...look at "properties"...is
> the ****er marked READ ONLY? Try unchecking that if it is.
>
> If that dosent work then do the dos box crap.
>
> Like 'C:\ cd\filethathasthe****ingdoc when youve changed to that
> directory then do 'C:\type thelameassfilename.doc
>
> the 'type' command should open the mother****er in the dos window. so
> now you can see it...bfd...you wanna rename the bastard... so you use
> 'ren'
>
> ala 'ren filename.doc shitheel.doc
> this renames the goddamn file "filename" to a much better name;
> "shitheel".
>
>
>
>> Thanks.
>>
>>

> You're totally ****ing welcome.



The Tourette's is pretty bad today, eh?





--
The month of March in this year of 2009 sees the centenary of the laying
of the keel of the most famous (or infamous) ocean liner of all time, RMS
Titanic, at Harland & Wolff shipyard in Belfast.
< http://en.wikipedia.org/wiki/RMS_Titanic>
 
Reply With Quote
 
 
 
 
Colon Terminus
Guest
Posts: n/a
 
      02-23-2009
"Martin" <> wrote in message
news:aGfol.102056$...
> Hello,
>
> I've encountered a problem with my Word docs, the solution to which has
> escaped me to date.
>
> HISTORY:
>
> I created Word docs and was able to open and close them without problem.
>
> I made changes to their wording and was able to save those changes without
> problem.
>
> Due to my having 8 docs in which the wording in any one is similar to, but
> not the same as, that in the other 7, I named each doc, including
> Properties, with a fairly lengthy description to indicate the difference.
>
> After doing so, I attempted to open one of the docs. I was unable to do
> so,
> and there was a message that the name (or title) exceeded 255 (or 225)
> characters.
>
> When I right-clicked the doc to provide a shortened name, I was unable to
> do. Right-clicking on any of the 8 docs now provides a menu of only 5
> commands: Open/New/Print/Open With/Send To ->
>
> (When I right-click on any of my other docs, the menu has 16 commands.)
>
> None of the commands can be activated, whether clicked on the menu or
> through the toolbar's File or Edit.
>
> The docs are not subject to any commands, including deletion.
>
> If it's relevant, my OS is XP Pro SP2, and I'm using Word 2002 SP3.
>
> I unsuccessfully attempted System Restore, and I've re-booted a number of
> times.
>
> To say the least, any and all constructive suggestions to remedy the
> problem
> will be greatly appreciated.
>
> Martin
>
>




Hello Martin,

Your solution lies in the DOS subst command.
The pathname is too long, ergo you substistute a virtual drive letter for a
part of the pathname.

Let's say that the path to your problem document(s) is:
C:\Documents and Settings\Martin\My Documents\7 almost identical
documents\very long name.doc

Open a Command Prompt and enter the Command:
Subst Z: "C:\Documents and Settings\Martin\My Documents\7 almost identical
documents"

The quotes in the above command are necessary in this case.

Now open Word from the Programs menu.
Click File
Click Open
In the "Look In" drop down list box choose Z:
Locate "very long name" and select it,

Voila!

Open each document and immediately do a "Save As" using a much shorter name.
Verify that each of the shorter named documents can be opened in a "Normal"
manner.

Once you've opened each document and saved it with a much shorter name then
you'll want to delete the documents with the excessively long name.

Using the Word File | Open dialog box locate each offending document,
Right-click it and choose "Delete" from the drop-down list.

Now remove the Substituted Virtual Drive Z

Open a Command Prompt and enter the command:
Subst Z: /D



--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
 
Reply With Quote
 
Martin
Guest
Posts: n/a
 
      02-23-2009

"Colon Terminus" <> wrote in message
news:49a2b10f$0$25582$. ..
: "Martin" <> wrote in message
: news:aGfol.102056$...
: > Hello,
: >
: > I've encountered a problem with my Word docs, the solution to which has
: > escaped me to date.
: >
: > HISTORY:
: >
: > I created Word docs and was able to open and close them without problem.
: >
: > I made changes to their wording and was able to save those changes
without
: > problem.
: >
: > Due to my having 8 docs in which the wording in any one is similar to,
but
: > not the same as, that in the other 7, I named each doc, including
: > Properties, with a fairly lengthy description to indicate the
difference.
: >
: > After doing so, I attempted to open one of the docs. I was unable to do
: > so,
: > and there was a message that the name (or title) exceeded 255 (or 225)
: > characters.
: >
: > When I right-clicked the doc to provide a shortened name, I was unable
to
: > do. Right-clicking on any of the 8 docs now provides a menu of only 5
: > commands: Open/New/Print/Open With/Send To ->
: >
: > (When I right-click on any of my other docs, the menu has 16 commands.)
: >
: > None of the commands can be activated, whether clicked on the menu or
: > through the toolbar's File or Edit.
: >
: > The docs are not subject to any commands, including deletion.
: >
: > If it's relevant, my OS is XP Pro SP2, and I'm using Word 2002 SP3.
: >
: > I unsuccessfully attempted System Restore, and I've re-booted a number
of
: > times.
: >
: > To say the least, any and all constructive suggestions to remedy the
: > problem
: > will be greatly appreciated.
: >
: > Martin
: >
: >
:
:
:
: Hello Martin,
:
: Your solution lies in the DOS subst command.
: The pathname is too long, ergo you substistute a virtual drive letter for
a
: part of the pathname.
:
: Let's say that the path to your problem document(s) is:
: C:\Documents and Settings\Martin\My Documents\7 almost identical
: documents\very long name.doc
:
: Open a Command Prompt and enter the Command:
: Subst Z: "C:\Documents and Settings\Martin\My Documents\7 almost identical
: documents"
:
: The quotes in the above command are necessary in this case.
:
: Now open Word from the Programs menu.
: Click File
: Click Open
: In the "Look In" drop down list box choose Z:
: Locate "very long name" and select it,
:
: Voila!
:
: Open each document and immediately do a "Save As" using a much shorter
name.
: Verify that each of the shorter named documents can be opened in a
"Normal"
: manner.
:
: Once you've opened each document and saved it with a much shorter name
then
: you'll want to delete the documents with the excessively long name.
:
: Using the Word File | Open dialog box locate each offending document,
: Right-click it and choose "Delete" from the drop-down list.
:
: Now remove the Substituted Virtual Drive Z
:
: Open a Command Prompt and enter the command:
: Subst Z: /D
:
:
Hello,

Thank you very much for your detailed suggestion to my problem.

I tried remedying the situation by attempting to implement, without success,
the changes as recommended by Mike via the shortened URL's post.

Once I've tried your solution, I'll let you know via this NG.

Once again, TY!

Martin


 
Reply With Quote
 
Martin
Guest
Posts: n/a
 
      02-23-2009
"Colon Terminus" <> wrote in message
news:49a2b10f$0$25582$. ..
: "Martin" <> wrote in message
: news:aGfol.102056$...
: > Hello,
: >
: > I've encountered a problem with my Word docs, the solution to which has
: > escaped me to date.
: >
: > HISTORY:
: >
: > I created Word docs and was able to open and close them without problem.
: >
: > I made changes to their wording and was able to save those changes
without
: > problem.
: >
: > Due to my having 8 docs in which the wording in any one is similar to,
but
: > not the same as, that in the other 7, I named each doc, including
: > Properties, with a fairly lengthy description to indicate the
difference.
: >
: > After doing so, I attempted to open one of the docs. I was unable to do
: > so,
: > and there was a message that the name (or title) exceeded 255 (or 225)
: > characters.
: >
: > When I right-clicked the doc to provide a shortened name, I was unable
to
: > do. Right-clicking on any of the 8 docs now provides a menu of only 5
: > commands: Open/New/Print/Open With/Send To ->
: >
: > (When I right-click on any of my other docs, the menu has 16 commands.)
: >
: > None of the commands can be activated, whether clicked on the menu or
: > through the toolbar's File or Edit.
: >
: > The docs are not subject to any commands, including deletion.
: >
: > If it's relevant, my OS is XP Pro SP2, and I'm using Word 2002 SP3.
: >
: > I unsuccessfully attempted System Restore, and I've re-booted a number
of
: > times.
: >
: > To say the least, any and all constructive suggestions to remedy the
: > problem
: > will be greatly appreciated.
: >
: > Martin
:
:
:
: Hello Martin,
:
: Your solution lies in the DOS subst command.
: The pathname is too long, ergo you substistute a virtual drive letter for
a
: part of the pathname.
:
: Let's say that the path to your problem document(s) is:
: C:\Documents and Settings\Martin\My Documents\7 almost identical
: documents\very long name.doc
:
: Open a Command Prompt and enter the Command:
: Subst Z: "C:\Documents and Settings\Martin\My Documents\7 almost identical
: documents"
:
: The quotes in the above command are necessary in this case.
:
: Now open Word from the Programs menu.
: Click File
: Click Open
: In the "Look In" drop down list box choose Z:
: Locate "very long name" and select it,
:
: Voila!
:
: Open each document and immediately do a "Save As" using a much shorter
name.
: Verify that each of the shorter named documents can be opened in a
"Normal"
: manner.
:
: Once you've opened each document and saved it with a much shorter name
then
: you'll want to delete the documents with the excessively long name.
:
: Using the Word File | Open dialog box locate each offending document,
: Right-click it and choose "Delete" from the drop-down list.
:
: Now remove the Substituted Virtual Drive Z
:
: Open a Command Prompt and enter the command:
: Subst Z: /D
:

Hello,

I attempted to follow all of your instructions, but ultimately ran out of
space in the DOS command box as evidenced by a beeping sound after a certain
point.

I then hit Enter without the command line ending with .doc

Four of the documents in question were consequently renamed as follows:
FAXCOV~3
FAXCOV~2
FA3740~1
FA3F1 (<- I manually shortened the name before I took note of what its "new"
name was.)

I then shortened the name of the folder which held the problematic docs (not
My Folder) so that I would be able to enter more characters on the command
line before the beeping were to re-occur.

Once again, I ran out of space; however, I ensured that the last four
characters were .doc

I then hit Enter and did not receive an error message. I then entered OPEN.

Upon checking, the 8 docs were and still are subject to all 16 menu
commands.

Can you explain why the command lines worked, even though I was unable in
both instances to enter the entire pathname?

Many thanks!

Martin


 
Reply With Quote
 
Colon Terminus
Guest
Posts: n/a
 
      02-24-2009
"Martin" <> wrote in message
news:5IAol.104711$...
> "Colon Terminus" <> wrote in message
> news:49a2b10f$0$25582$. ..
> : "Martin" <> wrote in message
> : news:aGfol.102056$...
> : > Hello,
> : >
> : > I've encountered a problem with my Word docs, the solution to which
> has
> : > escaped me to date.
> : >
> : > HISTORY:
> : >
> : > I created Word docs and was able to open and close them without
> problem.
> : >
> : > I made changes to their wording and was able to save those changes
> without
> : > problem.
> : >
> : > Due to my having 8 docs in which the wording in any one is similar to,
> but
> : > not the same as, that in the other 7, I named each doc, including
> : > Properties, with a fairly lengthy description to indicate the
> difference.
> : >
> : > After doing so, I attempted to open one of the docs. I was unable to
> do
> : > so,
> : > and there was a message that the name (or title) exceeded 255 (or 225)
> : > characters.
> : >
> : > When I right-clicked the doc to provide a shortened name, I was unable
> to
> : > do. Right-clicking on any of the 8 docs now provides a menu of only 5
> : > commands: Open/New/Print/Open With/Send To ->
> : >
> : > (When I right-click on any of my other docs, the menu has 16
> commands.)
> : >
> : > None of the commands can be activated, whether clicked on the menu or
> : > through the toolbar's File or Edit.
> : >
> : > The docs are not subject to any commands, including deletion.
> : >
> : > If it's relevant, my OS is XP Pro SP2, and I'm using Word 2002 SP3.
> : >
> : > I unsuccessfully attempted System Restore, and I've re-booted a number
> of
> : > times.
> : >
> : > To say the least, any and all constructive suggestions to remedy the
> : > problem
> : > will be greatly appreciated.
> : >
> : > Martin
> :
> :
> :
> : Hello Martin,
> :
> : Your solution lies in the DOS subst command.
> : The pathname is too long, ergo you substistute a virtual drive letter
> for
> a
> : part of the pathname.
> :
> : Let's say that the path to your problem document(s) is:
> : C:\Documents and Settings\Martin\My Documents\7 almost identical
> : documents\very long name.doc
> :
> : Open a Command Prompt and enter the Command:
> : Subst Z: "C:\Documents and Settings\Martin\My Documents\7 almost
> identical
> : documents"
> :
> : The quotes in the above command are necessary in this case.
> :
> : Now open Word from the Programs menu.
> : Click File
> : Click Open
> : In the "Look In" drop down list box choose Z:
> : Locate "very long name" and select it,
> :
> : Voila!
> :
> : Open each document and immediately do a "Save As" using a much shorter
> name.
> : Verify that each of the shorter named documents can be opened in a
> "Normal"
> : manner.
> :
> : Once you've opened each document and saved it with a much shorter name
> then
> : you'll want to delete the documents with the excessively long name.
> :
> : Using the Word File | Open dialog box locate each offending document,
> : Right-click it and choose "Delete" from the drop-down list.
> :
> : Now remove the Substituted Virtual Drive Z
> :
> : Open a Command Prompt and enter the command:
> : Subst Z: /D
> :
>
> Hello,
>
> I attempted to follow all of your instructions, but ultimately ran out of
> space in the DOS command box as evidenced by a beeping sound after a
> certain
> point.
>
> I then hit Enter without the command line ending with .doc
>
> Four of the documents in question were consequently renamed as follows:
> FAXCOV~3
> FAXCOV~2
> FA3740~1
> FA3F1 (<- I manually shortened the name before I took note of what its
> "new"
> name was.)
>
> I then shortened the name of the folder which held the problematic docs
> (not
> My Folder) so that I would be able to enter more characters on the command
> line before the beeping were to re-occur.
>
> Once again, I ran out of space; however, I ensured that the last four
> characters were .doc
>
> I then hit Enter and did not receive an error message. I then entered
> OPEN.
>
> Upon checking, the 8 docs were and still are subject to all 16 menu
> commands.
>
> Can you explain why the command lines worked, even though I was unable in
> both instances to enter the entire pathname?
>
> Many thanks!
>
> Martin
>
>




No Martin, can't explain it.

I'm pleased however that you managed to get it sorted out.

Good luck in the future.



--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
 
Reply With Quote
 
Martin
Guest
Posts: n/a
 
      02-24-2009

"Colon Terminus" <> wrote in message
news:49a438c7$0$25580$. ..
: "Martin" <> wrote in message
: news:5IAol.104711$...
: > "Colon Terminus" <> wrote in message
: > news:49a2b10f$0$25582$. ..
: > : "Martin" <> wrote in message
: > : news:aGfol.102056$...
: > : > Hello,
: > : >
: > : > I've encountered a problem with my Word docs, the solution to which
: > has
: > : > escaped me to date.
: > : >
: > : > HISTORY:
: > : >
: > : > I created Word docs and was able to open and close them without
: > problem.
: > : >
: > : > I made changes to their wording and was able to save those changes
: > without
: > : > problem.
: > : >
: > : > Due to my having 8 docs in which the wording in any one is similar
to,
: > but
: > : > not the same as, that in the other 7, I named each doc, including
: > : > Properties, with a fairly lengthy description to indicate the
: > difference.
: > : >
: > : > After doing so, I attempted to open one of the docs. I was unable to
: > do
: > : > so,
: > : > and there was a message that the name (or title) exceeded 255 (or
225)
: > : > characters.
: > : >
: > : > When I right-clicked the doc to provide a shortened name, I was
unable
: > to
: > : > do. Right-clicking on any of the 8 docs now provides a menu of only
5
: > : > commands: Open/New/Print/Open With/Send To ->
: > : >
: > : > (When I right-click on any of my other docs, the menu has 16
: > commands.)
: > : >
: > : > None of the commands can be activated, whether clicked on the menu
or
: > : > through the toolbar's File or Edit.
: > : >
: > : > The docs are not subject to any commands, including deletion.
: > : >
: > : > If it's relevant, my OS is XP Pro SP2, and I'm using Word 2002 SP3.
: > : >
: > : > I unsuccessfully attempted System Restore, and I've re-booted a
number
: > of
: > : > times.
: > : >
: > : > To say the least, any and all constructive suggestions to remedy the
: > : > problem
: > : > will be greatly appreciated.
: > : >
: > : > Martin
: > :
: > :
: > :
: > : Hello Martin,
: > :
: > : Your solution lies in the DOS subst command.
: > : The pathname is too long, ergo you substistute a virtual drive letter
: > for
: > a
: > : part of the pathname.
: > :
: > : Let's say that the path to your problem document(s) is:
: > : C:\Documents and Settings\Martin\My Documents\7 almost identical
: > : documents\very long name.doc
: > :
: > : Open a Command Prompt and enter the Command:
: > : Subst Z: "C:\Documents and Settings\Martin\My Documents\7 almost
: > identical
: > : documents"
: > :
: > : The quotes in the above command are necessary in this case.
: > :
: > : Now open Word from the Programs menu.
: > : Click File
: > : Click Open
: > : In the "Look In" drop down list box choose Z:
: > : Locate "very long name" and select it,
: > :
: > : Voila!
: > :
: > : Open each document and immediately do a "Save As" using a much shorter
: > name.
: > : Verify that each of the shorter named documents can be opened in a
: > "Normal"
: > : manner.
: > :
: > : Once you've opened each document and saved it with a much shorter name
: > then
: > : you'll want to delete the documents with the excessively long name.
: > :
: > : Using the Word File | Open dialog box locate each offending document,
: > : Right-click it and choose "Delete" from the drop-down list.
: > :
: > : Now remove the Substituted Virtual Drive Z
: > :
: > : Open a Command Prompt and enter the command:
: > : Subst Z: /D
: > :
: >
: > Hello,
: >
: > I attempted to follow all of your instructions, but ultimately ran out
of
: > space in the DOS command box as evidenced by a beeping sound after a
: > certain
: > point.
: >
: > I then hit Enter without the command line ending with .doc
: >
: > Four of the documents in question were consequently renamed as follows:
: > FAXCOV~3
: > FAXCOV~2
: > FA3740~1
: > FA3F1 (<- I manually shortened the name before I took note of what its
: > "new"
: > name was.)
: >
: > I then shortened the name of the folder which held the problematic docs
: > (not
: > My Folder) so that I would be able to enter more characters on the
command
: > line before the beeping were to re-occur.
: >
: > Once again, I ran out of space; however, I ensured that the last four
: > characters were .doc
: >
: > I then hit Enter and did not receive an error message. I then entered
: > OPEN.
: >
: > Upon checking, the 8 docs were and still are subject to all 16 menu
: > commands.
: >
: > Can you explain why the command lines worked, even though I was unable
in
: > both instances to enter the entire pathname?
: >
: > Many thanks!
: >
: > Martin
: >
: >
:
:
:
: No Martin, can't explain it.
:
: I'm pleased however that you managed to get it sorted out.
:
: Good luck in the future.
:
:
:
That makes two of us.

Without your instructions, I surely would have been unsuccessful in
re-opening my docs.

Thank you very much!

Martin


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Library to parse MS word docs & convert Word docs to PDF KYG C++ 2 08-18-2008 07:08 PM
[newgem] How to generate docs with rake docs ? Stéphane Wirtel Ruby 0 04-19-2007 02:46 PM
Do Printed Word Docs Look Any Differently From PDF Docs? Martin Computer Support 5 09-20-2006 11:06 PM
Why the Perl docs are so great was why the perl docs suck Al Perl Misc 1 10-16-2005 06:35 PM
Word file not opening from Adm -My recent docs but opening from file menu of Word Thaqalain Computer Support 0 06-30-2005 02:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57