Class
Options to specify when running a Batch command.
BatchOptions
Class
Property | Type | Access | Description |
---|---|---|---|
destination | BatchDestinationType: BatchDestinationType.NODESTINATION BatchDestinationType.SAVEANDCLOSE BatchDestinationType.FOLDER |
r/w | The type of destination for the processed files. (default: BatchDestinationType.NODESTINATION) |
destinationFolder | File | r/w | The folder location for the processed files. Valid only when 'destination' = folder. |
errorFile | File | r/w | The file in which to log errors encountered. To display errors on the screen and stop batch processing when errors occur, leave blank. |
fileNaming |
Array
of FileNamingType: FileNamingType.DOCUMENTNAMEMIXED FileNamingType.DOCUMENTNAMELOWER FileNamingType.DOCUMENTNAMEUPPER FileNamingType.SERIALNUMBER1 FileNamingType.SERIALNUMBER2 FileNamingType.SERIALNUMBER3 FileNamingType.SERIALNUMBER4 FileNamingType.SERIALLETTERLOWER FileNamingType.SERIALLETTERUPPER FileNamingType.MMDDYY FileNamingType.MMDD FileNamingType.YYYYMMDD FileNamingType.YYMMDD FileNamingType.YYDDMM FileNamingType.DDMMYY FileNamingType.DDMM FileNamingType.EXTENSIONLOWER FileNamingType.EXTENSIONUPPER |
r/w | A list of file naming options. Maximum: 6. |
macintoshCompatible | bool | r/w | If true, the final file names are Macintosh compatible. (default: true) |
overrideOpen | bool | r/w | If true, overrides action open commands. (default: false) |
overrideSave | bool | r/w | If true, overrides save as action steps with the specified destination. (default: false) |
startingSerial | int | r/w | The starting serial number to use in naming files. (default: 1) |
suppressOpen | bool | r/w | If true, suppresses file open options dialogs. (default: false) |
suppressProfile | bool | r/w | If true, suppresses color profile warnings. (default: false) |
unixCompatible | bool | r/w | If true, the final file names are Unix compatible. (default: true) |
windowsCompatible | bool | r/w | If true, the final file names are Windows compatible. (default: true) |
Used in:
string Application.batch (inputFiles: AliasArray, action: string, from: string[, options: BatchOptions])
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |