Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Re-nameing all files in a dir(not the extension)

  1. #1

    Dry

    is there any software or a dos command to rename a file for eg:

    Britney Spears - Megamix - Chris Cox Mega Mix

    TO

    Britney Spears - Megamix - Chris Cox Mega Mix - Blah 2004

    i mean i just want to add some thing at the back of the file name.now there may be 100's of files in the folder with different names.

    i know the dos command for renaming severel files extension's in a dir.

    any suggestions??

    and i wanted to make a renamer using c++ or vb 6.if anyone knows a nice site 4 it then plz suggest here?

    *sorry 4 this bad english*

  2. Software & Hardware   -   #2
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    ren *.* *_-_Blah_2004.*

    note: you can't use spaces in the filename youre adding, also note do it from a CMD.EXE prompt and not a COMMAND.COM prompt or you'll lose long filenames
    Last edited by Vargas; 02-06-2005 at 03:58 AM.

  3. Software & Hardware   -   #3
    fkdup74's Avatar Pneuberator.
    Join Date
    Sep 2003
    Posts
    3,554
    since i dont like f'n around in DOS....
    i use lupas rename, its pretty good
    never fkd up on me anyway

    p.s.....i usually dont help britney fans, you caught me on a good day
    I am just a worthless liar. I am just an imbecile.
    I will only complicate you. Trust in me and fall as well.
    I will find a center in you. I will chew it up and leave.
    I will work to elevate you just enough to bring you down.

  4. Software & Hardware   -   #4
    both great reply but i still prefer the old dos method

    FKDUP74:Britney still rocks

  5. Software & Hardware   -   #5

    Dry

    Quote Originally Posted by Vargas
    ren *.* *_-_Blah_2004.*

    note: you can't use spaces in the filename youre adding, also note do it from a CMD.EXE prompt and not a COMMAND.COM prompt or you'll lose long filenames
    actully it becoms a prob some times cuz the file loses its extension

  6. Software & Hardware   -   #6
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    gee the first time i tested it it worked, but now it's adding it after the extention, like you said. try fkdup's program, or this one while i think on this some more
    Last edited by Vargas; 02-07-2005 at 01:59 PM.

  7. Software & Hardware   -   #7
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    44
    Posts
    17,985
    ren *.* *_-_Blah_2004.mp3* or something

  8. Software & Hardware   -   #8
    Hi Vargas.

    How does one get to a Command.Exe prompt rather than a Command.Com Prompt ?

    I usually go Start/programs/Accessories/Dos Prompt.

    Regards

    Digby

  9. Software & Hardware   -   #9
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    command prompt:
    start>run>command.com

    cmd prompt:
    start>run>cmd.exe
    Last edited by Vargas; 02-07-2005 at 07:27 PM.

  10. Software & Hardware   -   #10
    Thanks for that Vargas !

    So is Cmd.exe the best way to go for all Dos work ?

    Digby

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •