home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / uupcb100.zip / CALLUNIX.BAT < prev    next >
DOS Batch File  |  1992-01-01  |  318b  |  17 lines

  1. @echo off
  2. if .%1 == . goto error1
  3. if .%2 == . goto error2
  4. set WAFFLE=C:\UUPCB\SYSTEM\STATIC
  5. set CALLCOUNT=0
  6. :top
  7. count %2
  8. if %CALLCOUNT%==FAIL goto end
  9. uucico -s%1 -x4
  10. if errorlevel==1 goto top
  11. goto end
  12. :error1
  13. echo Parameter 1 is system name to call
  14. :error2
  15. echo Parameter 2 is number of retries
  16. :end
  17.