[Batch] Mass Extension Changer

Worms

Onyx user!
Reputation
0
This file change the extension of all the files that has a previous one you chose. Made by me :D

To use it put it in the folder the files are and run it. When asked for input, do it. Ex:

MLAp5U.png


t4o1ek.png


Have fun.

WARNING: DON'T RUN THIS IN ANY SYSTEM FOLDER! DON'T PUT IT ON SYSTEM32 AND RENAME ALL YOUR DLL TO JPG!!!!!

^ inb4 someone do that and complain that their pc exploded

Source Code:
Code:
@echo off
color 0a
:start
cls
echo.
echo Mass Extension Changer - Made by Worms for RuneGear.net
echo.
echo Input the extension you wanna change:
set /p inp=Extension: 
echo.
echo Intput the extension you want it to be:
set /p outp=Extension: 
rename *.%inp% *.%outp%
echo.
echo Done! Press enter to restart.
set /p pause=
goto start
 
Pro said:
When you say on a folder you mean in it? Either way thanks for this :)

Yup fixed that, thanks, my grammar sucks I'm Brazilian -.-
 
Can you make me a batch that extracts all emails from a text file and checks for the extensions to be at a certain adress.

PM me I'll pay for this as I've made myself a very large list and don't feel like checking them or downloading an ide to do it myself.
 
Regicidal said:
Can you make me a batch that extracts all emails from a text file and checks for the extensions to be at a certain adress.

PM me I'll pay for this as I've made myself a very large list and don't feel like checking them or downloading an ide to do it myself.

I'll see what i can do, you don't need to pay =P
 
Back
Top