Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!zephyr.ens.tek.com!tekcrl!tekgvs!keithe From: keithe@tekgvs.LABS.TEK.COM (Keith Ericson) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: How to order SIMTEL20 files by email Message-ID: <6954@tekgvs.LABS.TEK.COM> Date: 27 Feb 90 01:41:34 GMT References: Reply-To: keithe@tekgvs.LABS.TEK.COM (Keith Ericson) Organization: Tektronix, Inc., Beaverton, OR. Lines: 27 In article w8sdz@WSMR-SIMTEL20.ARMY.MIL (Keith Petersen) writes: >Files from the MSDOS archives at SIMTEL20 may be ordered by email. >LISTSERV@VM1.NODAK.EDU is the address for uucp, CSNet, and Internet >users who cannot FTP. It's reachable from ANY uucp site that is also >on the Internet. > At the risk of helping to swamp one of my best sources of ibm binaries, here's a the script I use on my BDS 4.3 host to retrieve things from nodak. It's called "nodget" and I have it in $HOME/.bin. cat << EndOfFile > $HOME/.bin/nodtemp To: listserv@vm1.nodak.edu Fcc: nodget /PDGET MAIL ${1} ( UUENCODE EndOfFile send -push $HOME/.bin/nodtemp It's invoked something like; nodget 'pd1:dezip20.arc' which constructs the request, sends it, and leaves a copy in a special mailbox for me to verify/remember the request. kEITHe