home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / jmd4tlx.zip / JUP.SLT < prev    next >
Text File  |  1989-03-20  |  565b  |  23 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. // This TELIX 3.11 script implements the JMODEM UPLOAD function.
  3. //
  4. // It simply calls JXFER.SLC with the parameter indicating UPLOAD.
  5. //
  6. // The file names to be uploaded are obtained from TELIX.
  7. //
  8. // NOTE:  The file list may contain both wildcards AND multiple filespecs.
  9. //
  10. // Written by: Michael K. Bozovich
  11. // Date: 3-19-89
  12. ///////////////////////////////////////////////////////////////////////////////
  13.  
  14. main()
  15.  
  16. {
  17.  
  18.   call("jxfer", "S");
  19.  
  20. }
  21.  
  22. // eof jup.slt
  23.