Re: Can't Rename a File Using WinXP Command Prompt!!!




"John Burke" <2privatus@xxxxxxxxxxx> wrote in message
news:dcb297b8-c0f3-43c1-b79e-7718ccdee02e@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SITUATION: I have a file in WinXP whose name is too long. It cannot
be opened. It needs to be given a shorter name so that it can be
opened.

PROBLEM: I cannot rename it using the Command Prompt and the
appropriate DOS command >> REN <<

PARTICULARS:

1. I've changed the directory to the appropriate sub-directory

2. I've used the DIR command to list the files in this sub-directory.
The file I'm looking for _was_ listed therein.

3. I've _repeatedly_ used the REN command

REN OldFileName.* NewFileName.*

I've typed in the OldFileName.* _exactly_ as it was listed in the
results of the DIR command. _Every_ time I've done so, I get a >> The
syntax of the command is incorrect << error message.

4. I've used the >> DIR OldFileName << Command to see if the specific
file I'm trying to rename would be recognized. It was _not_ -- I get
a >> File not found << error message (Even though, as noted in Item 2
above, the DIR command for the sub-directory in which it was located
_does_ list it!).

5. The old filename in question contains the following symbols as part
of its name:

[PartofFileName] - Opening and closing brackets

''PartofFileName'' - Two single stroke quotation marks repeated before
and after portions of the file name text (to simulated quotation marks
that WinXP filenames will not allow

-- PartofFileName -- - Double Dashes that seperate portions of the
file name text

6. The type of file I'm trying to rename is an askSam file >> *.ask
<<. I'm trying to open it with askSam version 6.1.

7. I've done this before. This is the first time I've been unable to
rename a too-long filename using this method.

QUESTION: How do I rename (shorten) this filename so I can open it?


Try putting the filename in quotes. Like

REN "VeryLongOldTypeFileName.doc" "ShortName.doc"

This is the only way of doing it if the filename contains space characters.
If the filename is too long then it may exceed the command line max length.

Why can't you change the filename from Windows itself?


.



Relevant Pages

  • Re: Renaming files using wildcards
    ... When I strip down the filenames of their ... spaces, the rename works well. ... strip the filename of it's spaces, ... rename command can't find the file name to rename when it ...
    (microsoft.public.windowsxp.general)
  • Re: Cant Rename a File Using WinXP Command Prompt!!!
    ... It needs to be given a shorter name so that it can be ... I cannot rename it using the Command Prompt and the ... The old filename in question contains the following symbols as ...
    (microsoft.public.windowsxp.help_and_support)
  • Cant Rename a File Using WinXP Command Prompt!!!
    ... It needs to be given a shorter name so that it can be ... I've used the DIR command to list the files in this sub-directory. ... The old filename in question contains the following symbols as part ... The type of file I'm trying to rename is an askSam file>> *.ask ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Changing Uppercase filenames into Lowercase
    ... uppercase filename to a lowercase filename, ... foundfile = f$searchcommand line. ... Based on a command procedure by Willem Grooters which was ...
    (comp.os.vms)
  • Re: Renaming multiple files
    ... PcCare used advanced batch file techniques in his reply. ... This command enumerates all .jpg files in the current ... folder and invokes the "rename" subroutine, ... This command sets the variable "filename" to the value ...
    (microsoft.public.windowsxp.general)