Search found 2 matches
- Sun Apr 25, 2010 5:06 pm
- Forum: Classic - General Support
- Topic: Batch Rename ###########
- Replies: 5
- Views: 1069
Re: Batch Rename ###########
Perhaps, this could be done with strings instead of integers. Here is a script. # Script Y2K.txt var string dir, list, path, file, name, prefix cd $dir find -n -r "*.jpg" > $list while ($list <> "") do lex "1" $list > $path ; stex -p "^/^[" $path > $file ; stex "]^.^l" $file > $name if ( { chen $nam...
- Sun May 31, 2009 3:34 pm
- Forum: Classic - Suggestions
- Topic: Batch rename filename_number + offset
- Replies: 3
- Views: 1212
Re: Batch rename filename_number + offset
Anika: You can use biterscripting to rename and re-sequence file names. I am not sure exactly how your files are currently named, and how the L and R are corelated, so I will write for you a simple script that renames files in a folder. # Collect a list of files in folder C:\somefolder var str list ...