home *** CD-ROM | disk | FTP | other *** search
/ Cheats, Hacks & Hints / Cheats_Hacks_and_Hints.bin / games / mom / mmom30s.exe / MULTI30.BAT < prev    next >
DOS Batch File  |  1995-03-20  |  518b  |  34 lines

  1. rem @echo off
  2. if %2==2 goto receive
  3. if %2==1 goto received
  4. :start
  5. init30 %1.m??
  6. if ERRORLEVEL 2 goto quit
  7. :lab
  8. wizards
  9. mult30b %1.m??
  10. if ERRORLEVEL 255 goto error
  11. if ERRORLEVEL 3 goto oneleft
  12. if ERRORLEVEL 2 goto end
  13. if ERRORLEVEL 1 goto send
  14. goto lab
  15. :send
  16. call send.bat %1
  17. choice /c:ny Receive file now?
  18. if ERRORLEVEL 2 goto receive
  19. goto end
  20. :error
  21. echo error
  22. goto end
  23. :receive
  24. call receive.bat %1
  25. goto start
  26. :received
  27. call received.bat %1
  28. goto start
  29. :oneleft
  30. wizards
  31. :end
  32. echo end
  33.  
  34.