Hi all,
I just found this great legacy script that works very well. So cool!
It asks to pre-select a folder in the finder and then run the script. For my needs, I would like a small modification where the script could run on a daily schedule (no problem to set that up) and then:
-
automatically select the sub contents of just 1 particular directory/Folder (ThisFolder)
-
and then create a zip of the sub contents.
-
this will be best to run in the background as a zip service requiring no human interaction.
So, it seems that I just simply have to change to beginning of the script to automatically select one particular directory like...
(/Volumes/MyDrive/ThisFolder)
- then continue on, and zip the sub contents of this master folder (ThisFolder) like:
Sub contents
Folder1.zip
Folder2.zip
etc.
Q: I am not quite sure at the beginning of the script, how to pre-select this particular directory (/Volumes/MyDrive/ThisFolder) to zip. Any ideas how to set this up?
Thanks in advance for your help,
Dave