Die erfassten Ausgabedaten werden in Dateien geschrieben, die durchnummeriert sind, 0001.DAT, 0002.DAT usw. Jede Datei hat eine zugehörige Kontrolldatei 0001.EEC, 0002.EEC usw., die Erstellungsinformationen enthält wie z. B. den Namen des Originaldokuments. Ist CaptuRedTitan so konfiguriert worden, dass automatisch ein Anwendungsprogramm gestartet wird, wird der Dateiname als erster Parameter übergeben. Jeder weitere Parameter wird übergeben, wie eingestellt. Wird die Anwendung beendet, werden Daten- und Kontrolldatei gelöscht und eine Statusinformation in CapturedTitan.LOG angefügt. Von EscapeE V8.16 gibt es die Option /capture, die weiter unten beschrieben wird. Beispiel: CaptuRedTitan-Konfiguration zur automatischen Herstellung von PDF-Daten and run program ... C:\Program Files\Redtitan\Software\ESCAPEE.EXE with command line options.. /pdf/x/capture/to c:\pdfs\{_title} -------------------------------------------------------------------------------- Die /capture-Option ist ab EscapeE 8.16 wie folgt beschrieben -------------------------------------------------------------------------------- /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. --------------------------------------------------------------------------------