Okay took me a while but finally did some testing.

Well as it turns out Ruud didn't tell us what that NEW switch was in 4.52 beta 2 for DEL and MOVE

From the readme for 4.52 beta 2
Quote:

6) Added an option to MOVE and DEL to postpone the actual file operation until
the next re-boot. This enables you to replace or delete files that are in
use. Note that this option requires the user to have administrative
privileges.





As it turns out the switch to use is /P

Using DEL and MOVE with /P worked as expected. It placed valid entries for single or multiple files into the

'HKLM\SYSTEM\CurrentControlSet\Control\Session Manager'
PendingFileRenameOperations

Files were deleted on reboot, or moved to new location.


THANK YOU RUUD - Really nice to finally have this working. Greatly appreciated.