I get many Files from my Company and Friends so i decided to upgrademy personal File renaming Macro.
May Macro:
Code: Select all
Wait>3
Input>responseZaehler,Number of Files,
Input>responseDate,Date,
Input>responseName,Name,
Let>counter=1
Repeat>counter
Press ALT
Wait>0.4
Send>D
Wait>0.4
Send>U
If>counter<10>less
Let>Dateiname=%responseName% - %responseDate%0%counter%
Goto>next
Label>bigger
Let>Dateiname=%responseName% - %responseDate%%counter%
Label>next
Let>counter=%counter%+1
Release ALT
SendText>%Dateiname%
Wait>0.5
Press Enter
Release Enter
Press Down
Wait>0.5
Until>counter==%responseZaehler%+1
MessageModal>Files renamed
I think it is the opposite of optimized but i am trying to make it better.
Now i want to know if anyone can help me to make it better and further i want to analyse the Filename and get an important String plus a number and then merge them to another Layout.
Like:
[sda]randomFileName2131 --> randomFileName - 2131
Further there is a chance that the Files doesnt have the same name like:
[sda]randomFileName443
[fdsa]asrandomFileName9832
[a]randomFileName3123[xxaas]
I hope i could explain my problem and that someone can help me
cheers