home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / wbo132s.zip / Z.CMD < prev   
OS/2 REXX Batch file  |  1993-12-07  |  331b  |  18 lines

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