home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pcbdem03.zip / PCBDISK3.EXE / PCBSB.BAT < prev    next >
DOS Batch File  |  1991-11-19  |  160b  |  9 lines

  1. echo off
  2. if exist pcberr.fil del pcberr.fil
  3. BIMODEM /L %1 /B %5 /E0 /U %3 /R %6
  4. if errorlevel 1 goto bad
  5. goto end
  6. :bad
  7. copy pcberr.old pcberr.fil
  8. :end
  9.