home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / WBD134S.ZIP / Z.BAT < prev    next >
DOS Batch File  |  1993-12-29  |  359b  |  19 lines

  1. @echo off
  2. cls
  3. :retry
  4. wbdos.exe
  5.  
  6. if errorlevel 5 goto endit
  7. if errorlevel 3 goto retry
  8. if errorlevel 1 goto endit
  9. if errorlevel 0 goto haveit
  10. goto endit
  11.  
  12. :haveit
  13. REM Edit these statements to copy the output where you want it
  14. copy wtop.asc bull17.bbs
  15. copy bull17.bbs+cmh2.dat+wmid.asc+oh2.dat+wbot.asc
  16. copy bull17.bbs d:\wildcat\bull
  17.  
  18. :endit
  19.