Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!uflorida!indri!bin From: bin@primate.wisc.edu (Brain in Neutral) Newsgroups: comp.lang.postscript Subject: Re: ps-file-server Message-ID: <204@indri.primate.wisc.edu> Date: 18 Apr 89 15:18:25 GMT References: <422@wn2.sci.kun.nl> Sender: bin@primate.wisc.edu Reply-To: bin@primate.wisc.edu Lines: 22 This may not help the problem in your case, but I've found that it's best always to include a path line in the request, if I expect to get any answer at all... I use this little script to request something (lazy). -------- #!/bin/csh # ask for stuff from the Adobe PostScript file server mail -s "" ps-file-server@adobe.com << EOF send $* path bin@primate.wisc.edu . EOF -------- Paul DuBois dubois@primate.wisc.edu rhesus!dubois bin@primate.wisc.edu rhesus!bin