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

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