home *** CD-ROM | disk | FTP | other *** search
- #Script Hensa Upload
- #width 72,80
- #Arg Full Pathname:
- #width 72
- #Arg Program name:
- #width 5
- #Arg Version:
- #width 72
- #Arg Comments:
- #Args
- #if "%0%"=""
- #error You must specify a file to send!
- #endif
- #output post
- To: pdarch@micros.hensa.ac.uk
- Subject: Here is %1% (v%2%)
-
- Hi there,
-
- Here is a copy of %1% (v%2%) for you to place on your archive-server.
- #if "%3%"<>""
-
- #repeat
- %3%
- #shift 3
- #until "%3%"=""
- #endif
-
- -------- Cut Here --------
- #os Dir <ReadNews$TempDir>
- #os copy %0% uucode ~c~v
- #task uue uucode
- #include uucode_uue
- #os remove uucode
- #os remove uucode_uue
- #os Back
- -------- Cut Here --------
-