Re: File Extension help needed
- From: "Dave Cohen" <noname@xxxxxxx>
- Date: Fri, 24 Feb 2006 16:50:58 GMT
"heycarnut" <heycarnut@xxxxxxxxx> wrote in message
news:1140780863.011247.203060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If you want to do it in explorer without manual dos stuff and withoutYou'll get more control and preview using renamemaster. One download site
finding a utility, see this batch file - hope it helps:
=========================================================================================
@echo off
rem bulk extension rename batch file for contents of folder
rem right-click on a folder, select bulkextrename
rem dos box will prompt for new extension, files will be renamed with
new extension
rem add to context menu in explorer as follows:
rem put this batch file in c:\bulkextrename\bulkextrename.bat
rem add key HKEY_CLASSES_ROOT\Folder\shell\BulkExtRename with value
BulkExtRename
rem add subkey to BulkExtRename called command, with the value cmd.exe
/c cd %1&c:\bulkextrename\bulkextrename.bat
set/p newext=New Extension (return to abort)?
if "%newext%"=="" exit
ren *.* *."%newext%"
is: http://www.webattack.com/get/renamemaster.html
Dave Cohen
.
- References:
- File Extension help needed
- From: Geordie
- Re: File Extension help needed
- From: heycarnut
- Re: File Extension help needed
- From: heycarnut
- File Extension help needed
- Prev by Date: start upproblem
- Next by Date: Re: "search" crashes
- Previous by thread: Re: File Extension help needed
- Next by thread: XP loses a harddrive - I need help
- Index(es):
Relevant Pages
|