Search found 2 matches
- Wed Jan 16, 2013 11:16 am
- Forum: General Discussion
- Topic: renaming files with sequence number
- Replies: 3
- Views: 10311
renaming files with sequence number
Hello Oleg!Thank you for your prompt reply and assistance. Here I attach an example of how I solved the issue:The variables are built as follows:DATUM -> {YEAR}{MONTHNO}{DAY}DAT_K -> {SHORTYEAR}{MONTHNO}{DAY};*****************************;* RoboTask Task file;* Do not edit in text editor!;*********...
- Tue Jan 15, 2013 1:18 pm
- Forum: General Discussion
- Topic: renaming files with sequence number
- Replies: 3
- Views: 10311
renaming files with sequence number
Hello!I have problem with renaming files. I must rename files like this:aaa.txt to aaa.001 (leading zeros must be included in sequence num.)bbb.txt to bbb.002ccc.txt to ccc.003..hhh.txt to hhh.999I would like to say that I receive files randomly (they don't come together).Another think must be me...