Re: File Extension help needed




"heycarnut" <heycarnut@xxxxxxxxx> wrote in message
news:1140780863.011247.203060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If you want to do it in explorer without manual dos stuff and without
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%"

You'll get more control and preview using renamemaster. One download site
is: http://www.webattack.com/get/renamemaster.html
Dave Cohen


.



Relevant Pages

  • Re: File Extension help needed
    ... If you want to do it in explorer without manual dos stuff and without ... rem bulk extension rename batch file for contents of folder ...
    (alt.os.windows-xp)
  • RE: A batch file for updating and Office Administrative Installation P
    ... Microsoft Online Partner Support ... A batch file for updating and Office Administrative Installation ... | REM Apply Service Patch to OFFICE Pro ... | REM Apply Service Patch to OFFICE Standard ...
    (microsoft.public.officeupdate)
  • A batch file for updating and Office Administrative Installation P
    ... After many days of trial and error I have successfully updated my AIP to SP1 ... Now you can use my batch file as a template to begin the update. ... Outlook Junk email filters to each MSI after it is updated. ... REM Apply Service Patch to OFFICE Standard ...
    (microsoft.public.officeupdate)
  • Re: Drive Mapping in Server 2008
    ... using the following Logon Script path in user profile: ... My batch file is: ... REM Exit if user has logged on to the server ... REM MAP DRIVES ...
    (microsoft.public.windows.server.scripting)
  • Re: Win 98 client WSH "Can not find script file"
    ... I believe that the batch file is verbatim off of Richard's ... REM ** This only works on Win9x clients. ... REM ** Execute VBScript logon script program. ... The domain controller is the only AD server on the network. ...
    (microsoft.public.windows.server.scripting)