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 WXRDR20
- 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.DAT DEL RADAR.DAT
- REM
- PROCOMM /FRDR.DNL
- REM Autoruns the file RDR.DNL
- REM
- REM PROCOMM autoexits with the QUIT command, and the batch file drops
- REM us back into WXRDR20