home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / readnews / Scripts / Hensa_Up < prev    next >
Text File  |  1994-02-13  |  602b  |  38 lines

  1. #Script Hensa Upload
  2. #width 72,80
  3. #Arg Full Pathname:
  4. #width 72
  5. #Arg Program name:
  6. #width 5
  7. #Arg Version:
  8. #width 72
  9. #Arg Comments:
  10. #Args
  11. #if "%0%"=""
  12. #error You must specify a file to send!
  13. #endif
  14. #output post
  15. To: pdarch@micros.hensa.ac.uk
  16. Subject: Here is %1% (v%2%)
  17.  
  18. Hi there,
  19.  
  20. Here is a copy of %1% (v%2%) for you to place on your archive-server.
  21. #if "%3%"<>""
  22.  
  23. #repeat
  24. %3%
  25. #shift 3
  26. #until "%3%"=""
  27. #endif
  28.  
  29. -------- Cut Here --------
  30. #os Dir <ReadNews$TempDir>
  31. #os copy %0% uucode ~c~v
  32. #task uue uucode
  33. #include uucode_uue
  34. #os remove uucode
  35. #os remove uucode_uue
  36. #os Back
  37. -------- Cut Here --------
  38.