If set, an external deletion program will be run against files and directories.

Syntax: program_name [program options] %s

Where program_name is the program to use, path, or environment variable. program options are any switches to send to the program. %s will be replaced with the path to be deleted dynamically.

An empty string, after environment variable expansion uses the default deletion utility.

Environment variables can be used with the following syntax: ${env_var}

Examples:

            Unlocker: 
                "C:\Program Files\Unlocker\unlocker.exe" %s /D /S
            
            Unlocker on Windows Nodes:
                ${delete_command}
               
                with the following environment variable defined on windows nodes:
                delete_command = "C:\Program Files\Unlocker\unlocker.exe" %s /D /S

                And on other nodes:
                delete_command = "" (An empty string uses the default functionality)            

            Shred:
                shred -u %s