home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / weather.zip / RDRDLOAD.BAT < prev    next >
DOS Batch File  |  1988-02-06  |  686b  |  23 lines

  1. ECHO OFF
  2. CLS
  3. REM A sample batch file that will start up PROCOMM, download data,
  4. REM and return to WXRDR30
  5. REM
  6. REM A procedure could be included here to "bump" old filenames "up"
  7. REM ie. IF EXIST RADAR.DAT REN RADAR.DAT RADAR1.DAT, and so forth
  8. REM
  9. if exist radar.old del radar.old
  10. IF EXIST RADAR.DAT ren RADAR.DAT radar.old
  11. if exist WEATHER.DTA del WEATHER.DTA
  12. REM
  13. cd\procomm
  14. REM
  15. REM The SCRIPT file RDR.DNL MUST be in the Procomm directory!
  16. REM Autoruns the file RDR.DNL
  17. REM
  18. PROCOMM /FRDR.DNL
  19. REM Return to the WXRDR directory, rename to your specifics.
  20. cd\WXRDR
  21. REM
  22. REM PROCOMM autoexits with the QUIT command, and the batch file drops
  23. REM us back into WXRDR3