home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1
/
HamRadio.cdr
/
misc
/
weatherb
/
rdrdload.bat
< prev
next >
Wrap
DOS Batch File
|
1988-06-13
|
686b
|
23 lines
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