I created a procedure over a year ago to collect earthquake data from the usgs and save it into a file. The procedure pulls data off the internet and saves it in a text file with a date stamp (minus the year - because I haven't been bothered to change it ) in the folder location f:/7 day earthquakes. Feel free to modify it as you wish. Here it is, pretty much still in it's original format when I created it.
earthquakedatasave := proc ()
local a, b, c, d, e, i: