cm_Copy, cm_RenMov: All the options shown in the dialog box can be passed as parameters (starting with a slash). Each of the checkbox options takes an optional parameter 1 or 0, e.g. V0 turns off verify if it was enabled before. P: Copy NTFS permissions. V: Verify after copy B0: Copy in foreground (even when AlwaysCopyInBackground is set in wincmd.ini) B1: Copy in background (like F5-Enter-Background) B2: Copy in background transfer manager O0..9: Overwrite options, numbers as in the dialog box R: Preserve relative paths when copying from branch view (R or R1=yes, R0=no) S: Skip all which cannot be opened for reading H: Overwrite/delete hidden/system/read only files A: Copy to all selected folders in the target panel G: Go: Start copying immediately T="path": Target path, MUST be put in double quotes, and end with a backslash if a directory, or with a file mask with wildcards to rename files W="wildcards": Copy only files of this type. Note: If you need double quotes around the wildcards, you need to put them in double quotes twice Example: cm_Copy /V0H1T="c:\test\"W"""a test.*"" test2.*" |