home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / aimscm21.zip / AIMS.BAT next >
DOS Batch File  |  1996-04-29  |  155b  |  9 lines

  1. @echo off
  2. CONTACT //F:50 %1 %2 %3 /t
  3. if errorlevel 255 goto restart
  4. goto end
  5. :restart
  6. CONTACT //F:50 %1 %2 %3 /n
  7. if errorlevel 5 goto restart
  8. :end
  9.