home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / MKRD103.ZIP / MKR.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-09-09  |  435 b   |  33 lines

  1. C:
  2. CD \MKRead
  3. MKRead %1 %2 %3 %4
  4. If Errorlevel 8 GoTo Done
  5. If Errorlevel 7 GoTo E7
  6. If Errorlevel 6 GoTo E6
  7. If Errorlevel 5 GoTo E5
  8. If Errorlevel 4 GoTo E4
  9. If Errorlevel 3 GoTo E3
  10. If Errorlevel 2 GoTo E2
  11. If Errorlevel 1 GoTo E1
  12. GoTo Done
  13. :E7
  14. Call NetOut
  15. :E6
  16. Call EchoOut
  17. Call Direct
  18. GoTo Done
  19. :E5
  20. Call NetOut
  21. :E4
  22. Call Direct
  23. GoTo Done
  24. :E3
  25. Call NetOut
  26. :E2
  27. Call EchoOut
  28. GoTo Done
  29. :E1
  30. Call NetOut
  31. :Done
  32. F:
  33.