Captured output is written to data files using sequence numbered filename 0001.DAT, 0002.DAT .... Each data file has an equivalent control file 0001.EEC giving file origination information including the document name. If CaptuRedTitan is configured to run an application program then the data file name is supplied as the first parameter and the second and subsequent parameters are as configured. When the application program exits both the control and data file are deleted and status information is appended to CapturedTitan.LOG. EscapeE 8.16 has a /capture option described below. Example CaptuRedTitan configuration to automate the production of PDF files and run program ... C:\Program Files\Redtitan\Software\ESCAPEE.EXE with command line options.. /pdf/x/capture/to c:\pdfs\{_title} -------------------------------------------------------------------------------- The /capture option is documented in EscapeE 8.16 as follows. -------------------------------------------------------------------------------- /capture This option is intended for use only in conjunction with CAPTUREDTITAN - a generic windows print capture utility, see http://pcl.to/disk. The capture utility creates sequenced data files 0001.DAT, 0002.DAT etc., Each data file is accompanied with a corresponding control file (0001.EEC etc.,) that contains the document title and other information created by Windows. The capture option is used to pre-define some fields that will help the user create meaningful output filenames using the /to option. {_Title} contains the original document name. {_ID} contains the windows sequence number. e.g. /pdf/capture/to {_Title} Use the /to option to override the default /capture output name convention, which is the equivalent of /to {_Title}{_ID} The /capture option also defaults the LPR parameters LPRJ and LPRU with information from the control file. --------------------------------------------------------------------------------