On Fri, 30 Aug 2002, Rosewood wrote: > Our system is limited in that only the first three printers will be > viewed on a network connection to our home office, thus we will only be > able to run one instance of the command you game me for everyone > > Does that mean that all print outs are going to just spool to the one > big .pdf file or is it that after every print, the file get over-writen?
> > lp5250d env.DEVNAME=PRT03 \ > > 'outputcommand=scs2pdf /tmp/spoolfile$$.pdf' \ > > your.as400.com The above command will create a new file for each printout you send to the printer. Every file will be owned by whoever started the above command. If you leave the $$ out of the command then the file will be overwritten. James Rich _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: [EMAIL PROTECTED] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: [EMAIL PROTECTED] Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250.
