Path: utzoo!mnetor!uunet!husc6!rutgers!ames!ucbcad!ucbvax!parallax.UUCP!greg From: greg@parallax.UUCP (Greg Cockroft) Newsgroups: comp.windows.news Subject: Re: Down Load File Message-ID: <8712241735.AA23243@sun.Sun.COM> Date: 25 Dec 87 04:51:16 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 20 I have a file of PostScript commands that I need to down load to the NeWS server. Under the assumption that NFS is providing the same file system to both client and server, I would like to just tell the server the name of the file and tell it to load the file, like: (/usr/lib/NeWS/appl.ps) loadfile But I can find no NeWS or Postscript command for this function. Try psh executive /verbose? true store (/usr/lib/NeWS/app1.ps) LoadFile pop Source for LoadFile is in init.ps -greg.