Posted by Bob A on July 12, 2013 at 12:26:42:
In Reply to: Re: Can QSPOOL and DocMgr play nicely together? posted by Barbara Brazil on July 12, 2013 at 06:56:13:
this is what I have now:
[SPOOLERS]
Spool = SPL,\\BLCMT\DATA\COMET\SPL\;
Spool = SPA,\\BLCMT\DATA\COMET\SPA\;
Spool = SPX,$(LPL);
Spool = SPY,$(LPA);
Spool = STX,$(LTL);
Spool = STY,$(LTA);
[PRINTERS]
;--------------- SPECIAL PRINTERS ------------------------------
; Printer = LPH,H,N,,HTM,HTMLPTR,;
; Printer = LPT,X,N,,TXT,EXTPTR,,;
Printer = LPH,H, N, ,HTM,HTMLPTR,;
Printer = LPT,X, N, ,TXT,EXTPTR,;
Printer = LPP,P, N, ,COMET-PDF,,;
;--------------- SPECIAL PRINTERS ------------------------------
Printer = LPL,P ,X,SPL:PDFSPL,COMET-PDF,,;
Printer = LPA,P ,X,SPA:PDFSPA,COMET-PDF,,;
Printer = LTL,X ,X,SPL:TXTSPL,TXT,EXTPTR,;
Printer = LTA,X ,X,SPA:TXTSPA,TXT,EXTPTR,;
if I want to have the DocMgr archives have the current names, I'll have to re-code as:
Spool = SPL,$(LTL);
Spool = SPA,$(LTA);
But... this also means I'll have to recode the current spoolers as:
Spool = STL,\\BLCMT\DATA\COMET\SPL\;
Spool = STA,\\BLCMT\DATA\COMET\SPA\;
but will this cause a conflict since the files in the current QSPOOL SPL are currently named:
00001234.SPL
will changing the spooler to STL cause the *.SPL files to be invisible under QSPOOL?
Thanx
Bob "A"
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.