-- (C) Hado Hein, Berlin, Fed. Rep. of Germany , 1999 -- The daily Internet Run (* Netscape/Mac places the URL of a saved page into the comment of a files info window. Though the pages in the cache are updated, but it's somewhat impossible to adress them from there store the pages in a file. -- SEE "SCRIPT_Autosync" for that ! Here this Script is only run ! This script shows how to automate the daily stuff you need to get your data out of the net. As you can see it works with Eudora, MacSOUP and PPP Pop MacSoup is Shareware ! You need to register - otherwise it won't start up correctly Same applies to PPP Pop - which is just used to connect and disconnet using traditional ATalk You probably need to change some things *) tell application "Finder" with timeout of 90 seconds run application "DevoTeens:Eudora Light Folder:Eudora Light 3.1" end timeout with timeout of 90 seconds -- run application "DevoTeens:MacSOUP D-2.3:MacSOUP" (* tell application "MacSOUP" to *) open "DevoTeens:MacSOUP D-2.3:Hado SOUP" as alias end timeout with timeout of 120 seconds tell application "DevoTeens:PPPop 1.5:PPPop 1.5" to connect end timeout with timeout of (10 * 60) seconds tell application "Eudora Light 3.1" to connect with sending and checking try tell application "MacSOUP" (connect with fetching news and fetching tagged headers) and sending -- neccassary because the brackets don't give a result end tell on error end try end timeout quit application "Eudora Light 3.1" quit application "MacSOUP" with timeout of 90 seconds run application "Netscape NavigatorÅ 2.01" end timeout with timeout of (10 * 60) seconds run application "DevoTeens:AutoSync URLs" end timeout with timeout of 90 seconds tell application "DevoTeens:PPPop 1.5:PPPop 1.5" to disconnect end timeout end tell