Help to rename all files adding site link in files.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help to rename all files adding site link in files.

    Here is a simple renamer tool

    to get filename.sis to filename.yourdomain.com.sis

    And Omg you have 1,402 files to rename !!

    And u sure dont want to rename them all the same name so how can i rename them all and keep there real names but adding mine only ???

    simple here is the code you can do

    Easy steps to code this !!

    1. Open notepad
    2. Add the code i given you under the instructions
    3. Save file as "Rename.bat"
    4. Add this to the folder that has all this files !
    5. Now open renamer.bat
    6. Watch the magic tool to rename all files in a blink of a eye !

    here the code to use to do this !

    Code:
    @echo off
    
    ren *.sis *.chat4u.mobi.sis 
    
    ECHO DONE!
    How simple that was lol

    You can change the ext code

    Really it can be any ext file's here are just samples

    sis,txt,jpg,jar,3gp,mp3,mp4

    Just remember to leave *. and other *.

    Also note *.ext *.yourdomain.ext

    Done... Enjoy!
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    #2
    Thanks for sharing the Idea
    I renamed the file successfully.But the result is Opera.chat4u.mobi.chat4u.mobi.chat4u.mobi.sis
    "chat4u.mobi" is recurring.
    pl help me how to rename like Opera.chat4u.mobi.sis

    Comment


      #3
      So you having a problem with this ?

      it is easy
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #4
        Please explain more to fix the prbolem

        Comment


          #5
          Use Total Commander Multi-Rename-Tool...

          Select Files: Files > Multi-Rename-Tool...
          <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

          Comment


            #6
            rename 's/\.ext$//' *.sitename.ext

            easier way imo

            Comment


              #7
              lol very usefull :D

              Comment


                #8
                hello sir.. this code not function
                Originally posted by subzero View Post
                Here is a simple renamer tool

                to get filename.sis to filename.yourdomain.com.sis

                And Omg you have 1,402 files to rename !!

                And u sure dont want to rename them all the same name so how can i rename them all and keep there real names but adding mine only ???

                simple here is the code you can do

                Easy steps to code this !!

                1. Open notepad
                2. Add the code i given you under the instructions
                3. Save file as "Rename.bat"
                4. Add this to the folder that has all this files !
                5. Now open renamer.bat
                6. Watch the magic tool to rename all files in a blink of a eye !

                here the code to use to do this !

                Code:
                @echo off
                
                ren *.sis *.chat4u.mobi.sis 
                
                ECHO DONE!
                How simple that was lol

                You can change the ext code

                Really it can be any ext file's here are just samples

                sis,txt,jpg,jar,3gp,mp3,mp4

                Just remember to leave *. and other *.

                Also note *.ext *.yourdomain.ext

                Done... Enjoy!

                Comment


                  #9
                  Mac,linux will not run bat files
                  Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                  Visit: WapMasterz Coming Back Soon!
                  _______
                  SCRIPTS FOR SALE BY SUBZERO
                  Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                  FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                  _______
                  Info & Tips
                  php.net
                  w3schools.com

                  Comment

                  Working...
                  X