Hi,
Recently my HDD failed and i lost a key program applescript that I used for programming. Here is my problem;
If anyone could tell me how to implement this in AppleScript Studio:
If the date is passed "Monday, August 11th 2008 12:00:00 AM" then
--put rest of script here--
Else if the date is before "Monday, August 11th 2008 12:00:00 AM" then
--rest of script here--
end
I had some code that was like that, but not the same as the above example which worked. It detected that the date had passed or not passed and was written down in a way that if the date had passed, the rest of the script wouldn't activate because i added it onto the "onLaunched" handler.
Could anyone nut out this script?
thankyou
allbrokeup
Recently my HDD failed and i lost a key program applescript that I used for programming. Here is my problem;
If anyone could tell me how to implement this in AppleScript Studio:
If the date is passed "Monday, August 11th 2008 12:00:00 AM" then
--put rest of script here--
Else if the date is before "Monday, August 11th 2008 12:00:00 AM" then
--rest of script here--
end
I had some code that was like that, but not the same as the above example which worked. It detected that the date had passed or not passed and was written down in a way that if the date had passed, the rest of the script wouldn't activate because i added it onto the "onLaunched" handler.
Could anyone nut out this script?
thankyou
allbrokeup