home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PROTOCOL / HYPER11F.ZIP / HREC_T.BAT < prev    next >
DOS Batch File  |  1990-07-06  |  416b  |  13 lines

  1. echo off
  2. cls
  3. rem *****************************************************************
  4. rem * HyperProtocol Dos Module batch file for RECEIVING files with
  5. rem * Telix.  This was tested using version 3.12 of Telix
  6. rem *****************************************************************
  7. rem
  8. hyperp baud:%1 port:%2 receive %3
  9. echo File transfer completed.
  10. echo To return to your communications program,
  11. pause
  12. exit
  13.