I actually guess I shouldn't have posted this in the scripting forum, since I got the script working fine.
Even now when I MANUALLY download the data, it just doesn't do the METAR. When I go to plot, it doesn't plot anything.
I downloaded the .TXT file from the NWS and imported it manually and that worked but I can't constantly be doing that.
Here is the script, although nothing is wrong with it.
erase
load,Northeast.DMF
download,
http://www.hpc.ncep.noaa.gov/discussion ... C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
download,
http://www.atmos.albany.edu/weather/dat ... C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\neobs.gif
load,Southeast.DMF
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\southeast.gif
load,Southwest.DMF
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\southwest.gif
load,Northwest.DMF
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\northwest.gif
load,SouthCentral.DMF
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\southcentral.gif
load,NorthCentral.DMF
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\northcentral.gif
load,Rockies.DMF
import,C:\Program Files\DigitalAtmosphereWS\data\fronts.asc
product,wxp,0,fronts
import,C:\Program Files\DigitalAtmosphereWS\data\incoming.asc
product,plf,0,surface plots
product,slp,0,surface pressure
analyze,HILO CONT CINT=4 LINE=1 COLOR=0:0:0 SLPR
stamp
export,c:\rockies.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... \neobs.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... theast.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... thwest.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... thwest.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... entral.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... entral.gif
upload,
ftp://***:***@ftp.americanwx.com/public ... ockies.gif
As I said, it worked once. I'm not sure why I can't access my D:\ drive, it puts up a recovery partition when I try to enter it. I went into "data" and copied incoming.asc and renamed it, but that has since stopped working, along with all METAR's. When I download the fronts manually it works, but when I put it in the script, send it to fronts.asc, and import it, it didn't work.
GRR.