User: editor -- 2010-07-11 << 561 563 >> |
Hits: 3423 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
Is there any documents that describe how to set batch file rename rules? |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Basically, here are some rules: Basic Rules: ${FILENAME} means the whole filename(entered in output filename field in replace dialog) ${BASE} means the filename without extension. ${EXT} means the extension, if file has no extesion, abc.${EXT} will equal to 'abc', not 'abc.' ${FIRSTLINE} means the using the firstline in the file as part or whole of the filename. # means sequence No. occupying 1 character space. ## means sequence No. occupying 2 character spaces. ... @ means sequence No. from 'a' to 'z' @@ means sequence No. from 'aa' to 'zz' @@@ and more means sequence No. from 'aaa' to 'zzz' Advanced Rules: ${FILENAME}{n1,n2} means the character n1 to character n2 of the ${FILENAME}, if n1<0 or n2<0 means count from end. Check following for online help: http://www.mind-pioneer.com/replace/help/Batch_File_List_Operations.html Check following for detailed examples: http://www.mind-pioneer.com/replace/batch_file_rename_ways.html |
Similar Examples: |
Is there any online tool to batch replace text file with regular expression? (54%) Is there a good document to describe usage of system variables, functions and macros? (54%) How to copy many files that defined in a list file to another folder? (52%) Is there any way to keep only the first occurrance of a specified text, and remove/delete the rest? (50%) Is there any way to count how many pure English word in a text file? (49%) How to extract all sentences that contain specified words? (48%) How to batch download jpg files that listed in an excel file in order? (48%) Is there a way to batch rename files by capitalizing each word? (48%) |
Check Demo of Batch file rename |
Keywords: |
from aaa to zzz from aa to zz filename without asic firstline equal online whole field extension batch file without extension batch filename without extension batch file set output without extension batch file output to file without extension filename without extension batch character count of aa extesion of batch file batch file filename without extension |