home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / perqb / pq2nd.cmd < prev    next >
OS/2 REXX Batch file  |  2020-01-01  |  600b  |  26 lines

  1. SET PARITY EVEN
  2. SET BAUD   4800
  3. !
  4. ! Log on ND-10/100 and give the command: 
  5. ! @KERMIT
  6. !
  7. CONNECT
  8. SET FILE-HEADER NORD ON
  9. SET USE-8-BIT-QUOTE OFF
  10. !
  11. ! Use SET USE-8-BIT-QUOTE AUTO if binary files are to be transmitted.
  12. !
  13. SET USE-REPEAT-PREFIX AUTO
  14. !
  15. ! You can now send a file from Nord by typing 
  16. !       SEND <file> on Nord, and after escaping back to Perq
  17. !       RECEIVE on Perq.
  18. ! - from Perq by typing 
  19. !       RECEIVE on Nord and 
  20. !       SEND <fil> on Perq.
  21. !
  22. ! Remember that the last '.' in Perq-filenames gets converted to ':' 
  23. ! in ND-filenames, and that the other '.''s become '-'.
  24. !
  25. CONNECT
  26.