My goal is to determine when executing a command, precisely which files it reads and writes. In linux I can do this using ptrace (with work, akin to what strace does) and on freebsd and MacOS I can do this with the ktrace system command. What would you use to obtain this info in windows?My goal is to determine when executing a comman