This job copies a file or a set of files to a temporary folder, makes the temporary file(s) read-only and executes them with a specific command. The temporary files are deleted when the JVM terminates.
It is important to understand that when this job operates on a set of files, a process is started for each file to execute, so this operation should require confirmation by the user before being attempted.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.