Basic instinct
Basic instinct
- Subject: Basic instinct
- From: Bernard Azancot <email@hidden>
- Date: Sun, 29 Dec 2002 19:21:07 +0100
Hello !
Basic question from a newbie:
I have a simple full backup script with no problem, but I would like to
enhance the code.
It goes like this:
- if it is Sunday
select folder "Sunday.bkp"
empty
copy he_folder _ to _ backup to "Sunday.bkp"
etc.
- else if it is Monday
select folder "Monday.bkp"
empty
copy the_folder _ to _ backup to "Monday.bkp"
etc.
- else if it is Tuesday...
-
-
-
- else if it is Saturday...
It is always the same action to perform, but the destination folder
varies with the week day.
There shouls be something more handsome... ;-)
Thanks in advance.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.