rem fingneic.txt (J.C. Lahr 2/6/2002) rem Download this file and then rename it fingneic.bat. Put wget.exe and rem unix2dos.exe in the same directory. rem Give the command "fingneic" to get the current NEIC finger file IF it rem has changed since the last download. The file will be named "quake." wget -N http://neic.usgs.gov/neis/finger/quake.asc rem Make a copy of the file. rem Note that the next step leaves the downloaded file, quake.asc, in tact so that rem the next time the wget program is called it will be able to rem determine if the source file on the NEIC computer has changed. copy quake.asc quake rem Change the line termination to DOS style unix2dos quake