<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I want to thank all who wrote me back on how to solve my problem. I used a little different tack than was suggested.</DIV>
<DIV> </DIV>
<DIV>This is how I solved the problem for anyone else who might have this situation.</DIV>
<DIV> </DIV>
<DIV>First, this is the definition of my pdf printer in fp.</DIV>
<DIV>printer12: rickpdf, printwiz, v:\rickfp.txt, Create PDF</DIV>
<DIV> </DIV>
<DIV>The batch file that calls up this fp menu is listed below</DIV>
<DIV> </DIV>
<DIV>@echo off<BR>rem This File created by Rick Hane on 1-13-2010<BR>set PATH=C:\WINDOWS\COMMAND<BR>set PFDSK=V<BR>set PFDATA=V:<BR>set PFPROG=V:<BR>set PFDIR=<BR>set PFLMHOST=server2007<BR>set PFMENU=V:\fp\menus\rick<BR>set PFGLOB=<BR>set PFCONFIG=<BR>rem set pfpostprint=c:\program files\printwiz30\printwiz /fpDF://V:\hotlist.pdf /quiet<BR>set pfpostprint=c:\program files\printwiz30\printwiz /fpDF://V:\ /quiet<BR>set PATH=%pfprog%;%PFPROG%\fp;%path%<BR>echo stuff > fp$$$$$$.bat<BR>del fp$$*.bat>NUL<BR>%pfprog%\fp\p woprod2<BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Note the rem line on line 12. This is what use to be run. Now I use line 13 which has removed the name "hotlist.pdf".</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">The result is that fp will create the pdf as rickfp.pdf in V:\. This is true for any of the 3 outputs called from that menu. I then set up 3 diffent batch files to rename and copy then pdf as I wanted it to appear. These batch file are the last entry on each of the 3 menu lines (script file).</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">The result gives me three different pdf outputs for my production people with out any enteraction from them.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Hope this helps someone else.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Rick Hane</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Controller</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">DeLuxe Stitcher Company Inc</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><A href="http://www.deluxestitcher.com">www.deluxestitcher.com</A></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR><FONT face=Tahoma size=2>
<DIV style="FONT-SIZE: 13px; FONT-FAMILY: arial, helvetica, sans-serif">
<HR SIZE=1>
</DIV>
<DIV style="FONT-SIZE: 13px; FONT-FAMILY: arial, helvetica, sans-serif"><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Richard Hane <yoresoft@sbcglobal.net><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> filepro-list@lists.celestial.com<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wed, January 13, 2010 12:22:34 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: pfpostprint question<BR></FONT><BR>On Wed, 13 Jan 2010, Richard Hane wrote:<BR><BR>> Good morning all,<BR>> <BR>> This is my current pfpostprint line in a batch file. This process <BR>> creates a mfg hot list in pdf format using Print Wizard. All works <BR>> correctly.<BR>> <BR>> set pfpostprint=c:\program files\printwiz30\printwiz <BR>> /fpDF://V:\hotlist.pdf /quiet Note: V: is the mapped network drive<BR>> <BR>> How do I set it so filePro will save the as the format name instead of <BR>>
hotlist so this can be used for other outputs?<BR><BR></DIV></DIV></DIV></DIV></div></body></html>