home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / perqb / pq2vax.cmd < prev   
OS/2 REXX Batch file  |  2020-01-01  |  355b  |  20 lines

  1. SET PARITY EVEN
  2. SET BAUD 4800
  3. !
  4. ! Log on VAX and issue the commands:
  5. ! $ KERMIT
  6. ! > SERVER
  7. !
  8. CONNECT
  9. SET USE-8-BIT-QUOTE OFF
  10. SET USE-REPEAT-PREFIX AUTO
  11. SET FILE-HEADER TRUNCATE 8,3
  12. SET FILE-HEADER CONVERT UPPER
  13. !
  14. ! You can now type
  15. !       SEND <file> or
  16. !       GET <file> commands to Kermit-Perq!
  17. !
  18. ! Remember to log off when done (Finish with BYE!).
  19. !
  20.