home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- REM A sample batch file that will start up PROCOMM, download data,
- REM and return to WXRDR30
- REM
- REM A procedure could be included here to "bump" old filenames "up"
- REM ie. IF EXIST RADAR.DAT REN RADAR.DAT RADAR1.DAT, and so forth
- REM
- if exist radar.old del radar.old
- IF EXIST RADAR.DAT ren RADAR.DAT radar.old
- if exist WEATHER.DTA del WEATHER.DTA
- REM
- cd\procomm
- REM
- REM The SCRIPT file RDR.DNL MUST be in the Procomm directory!
- REM Autoruns the file RDR.DNL
- REM
- PROCOMM /FRDR.DNL
- REM Return to the WXRDR directory, rename to your specifics.
- cd\WXRDR
- REM
- REM PROCOMM autoexits with the QUIT command, and the batch file drops
- REM us back into WXRDR3