|
Question: How do I delete the source files? The deletion is essential,
as I'm working with a large collection with limited space.
Answer: You should use -target_opt delete_source:yes command line option.
Example:
ICPCL.exe –convertto tiff –source "C:\Source Images\*.*" –dest "C:\out\" dither:no -target_opt delete_source:yes
|