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

  1. !
  2. !  TestKermit:  Command file to compile and load Kermit for testing
  3. !  purposes.
  4. !
  5. !  NB! MenuUtils, UtilDefs and IOUtils are imported and should be
  6. !      compiled and reachable by current path or searchlist! 
  7. com KermitConnect.Pas
  8. com KermitGlobals.Pas
  9. com KermitLineIO.Pas
  10. com KermitMain.Pas
  11. com KermitParameters.Pas
  12. com KermitScreen.Pas
  13. com KermitRead.Pas
  14. com KermitSend.Pas
  15. com KermitFile.Pas
  16. !
  17. link KermitMain ~Kermit
  18. !
  19.