Hello
I am a complete beginner with AppleScript and just spent some hours to learn AppleScript - but I failed... I would be very thankful for someone’s help. I‘d like to automate 2 processes:
When I drop a file on an "AppleScript App"/Droplet: Rename that file with the parent folder in front and current date at the end:
FolderA/Scan1.pdf
>> FolderA/FolderA Scan1 2018-12-23.pdf
And a second automation:
When I drop a file on an AppleScript App: Show me a list of 5 names that I can select from. Then rename that file with the name selected and current date at the end.
Scan1.pdf
>> show me a dialog to select from: "Cat" OR "Dog" OR "Mouse" ...
>> then rename to: Mouse 2018-12-23.pdf
Thank you so much for any help!
Kind regards, Alen
I am a complete beginner with AppleScript and just spent some hours to learn AppleScript - but I failed... I would be very thankful for someone’s help. I‘d like to automate 2 processes:
When I drop a file on an "AppleScript App"/Droplet: Rename that file with the parent folder in front and current date at the end:
FolderA/Scan1.pdf
>> FolderA/FolderA Scan1 2018-12-23.pdf
And a second automation:
When I drop a file on an AppleScript App: Show me a list of 5 names that I can select from. Then rename that file with the name selected and current date at the end.
Scan1.pdf
>> show me a dialog to select from: "Cat" OR "Dog" OR "Mouse" ...
>> then rename to: Mouse 2018-12-23.pdf
Thank you so much for any help!
Kind regards, Alen