I have a complicated batch file (under windows), let's call it BigMess.bat. It makes a lot of actions that I would like to monitor (especially the copy/move actions). I wouldn't like to touch the BigMess.bat.
Is it possible to redirect the calls to move/copy to my own application or another batch file?
I tried putting a move.bat file beside the BigMess.bat but it prefers the shell's move. Is it feasible WITHOUT touching BigMess.bat?