home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
- [Info]
- Version=3
- Name=Simple file rename
- Target=$(temp)\run_it.bat
- Clipboard=0
- OEM=1
- Target_rewrite=1
- [Replace]
- Do_Replace=1
- in_1=2A
- out_1=5F
- in_2=22
- out_2=27
- in_3=7C
- out_3=5F
- in_4=3A
- out_4=5F
- in_5=3F
- out_5=5F
- [Description]
- 0=*This template creates BAT file in your temporary directory. When this file is executed, it renames file names in following style:
- 1=*
- 2=*n - width x height.avi
- 3=*
- 4=*You can edit body of template and create new file name with other keywords.
- 5=*
- 6=*P.S. Be careful when creating new rename templates - test it on unimportant files before serious use!
- [Header]
- 0=*@echo off
- 1=*echo Renaming started...
- [Body]
- 0=*ren "$(fullname)" "($(IART)) - $(INAM), $(crd_year).$(ext)"
- 1=*echo "$(name).$(ext)" --} "($(IART)) - $(INAM), $(crd_year).$(ext)"
- [Footer]
- 0=*echo Rename script complited
- 1=*pause
-