home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / sk_j0506.zip / SEND.BAT < prev    next >
DOS Batch File  |  1989-03-04  |  736b  |  23 lines

  1. echo off
  2. if %1x == x goto error
  3. if %2x == x goto error
  4. if %3x == x goto error
  5. if %4x == x goto error
  6. superk p%1 s%2 s%3 f %4 %5 %6 %7 %8 %9
  7. goto end
  8. :error
  9. cls
  10. echo SUPERK - (c) Copyright 1989 Crater Rim Software - All Rights Reserved
  11. echo .
  12. echo MiniNet's External Protocol Driver for Batch or Single File Transfers
  13. echo .
  14. echo Command Line = SUPERK p1 s2400 s(protocol) f filename filename
  15. echo .
  16. echo Call SEND as   SEND port speed protocol filename filename filename
  17. echo                where port = 1  or  2
  18. echo                     speed = 300, 1200, 2400, 4800, 9600, 19200
  19. echo                  protocol = J,X,C,W,Y,K,S  or  JB,XB,CB,YB,WB,KB,SB
  20. echo .
  21. echo Call   SUPERK @   to set and save defaults
  22. :end
  23.