How to delete source images after conversion?

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 delete_source:yes command line option.

Example*:

ICPCL.exe –convertto jpg –source "C:\Source Images\*.*" –dest "C:\out\" dither:no -target_opt delete_source:yes

* This example works the same way with other support formats.