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 !
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!
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!
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