@ECHO OFF	
color 17

echo You will erase WINGRIDDS residual data, press any key to procced.
PAUSE

::######WINGRIDDS FOLDERS---------------------------------------------------------------------
set folderwingriddsnws=C:\WINGRIDDS\GRIB\NWS
set folderwingriddssector=C:\WINGRIDDS\datosector_gfs\en
set folderwingridds=C:\WINGRIDDS

::######ERASE RESIDUAL DATA-------------------------------------------------------------------
C:
cd %folderwingriddsnws%
del *.* /Q
cd %folderwingriddssector%
del *gfs.* /Q

echo Erase complete, you are ready to run "download_MASTER_MANUAL_sector_gfs.cmd "
PAUSE