Re: assistance with script
Re: assistance with script
- Subject: Re: assistance with script
- From: Michael Heinz <email@hidden>
- Date: Mon, 10 Mar 2003 20:59:55 -0500
I don't have Eudora, but I think this should work.
set my_time to current date
set start_time to date "06:55"
set end_time to date "07:05"
if my_time is greater than start_time and my_time is less than end_time
then
tell application "Eudora"
connect with checking
end tell
end if
_______________________________________________
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.