home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / jbat116.lzh / RSJ.BAT < prev    next >
DOS Batch File  |  1988-10-29  |  841b  |  29 lines

  1. echo off
  2. if %1x == x goto error
  3. if %1 == r goto ok
  4. if %1 == R goto ok
  5. if %2x == x goto error
  6. :ok
  7. JBATCH p1 s2400 d%1 f%2 %3 %4 %5 %6
  8. goto end
  9. :error
  10. cls
  11. echo JBATCH - (c) Copyright 1988 Crater Rim Software - All Rights Reserved
  12. echo .
  13. echo          MiniNet's External Protocol Driver for Batch
  14. echo          transfers using Richard B. Johnson's  Jmodem
  15. echo .
  16. echo Command Line
  17. echo .
  18. echo      JBATCH p1 s2400 d(direction) f(filename) option1 option2
  19. echo .
  20. echo Call RSJ  as     RJS direction filename option1 option2
  21. echo                  where direction = s or r
  22. echo                        filename  = filename with ds  or  path with dr
  23. echo                        options   = see JBATCH.DOC
  24. echo .
  25. echo Change the port and speed (p and s) to suit
  26. echo .
  27. echo Call   JBATCH @   to set and save defaults
  28. :end
  29.